Update ko.json

fixed blatantly wrong translation
This commit is contained in:
ORMEEHYUNGKEUN CHA 2023-01-13 14:34:36 +09:00 committed by Jesse Plamondon-Willard
parent 7b5566d075
commit 5e578725bf
No known key found for this signature in database
GPG Key ID: CF8B1456B3E29F49
1 changed files with 2 additions and 2 deletions

View File

@ -1,6 +1,6 @@
{
// short date format for SDate
// tokens: {{day}} (like 15), {{season}} (like Spring), {{seasonLowercase}} (like spring), {{year}} (like 2)
"generic.date": "{{season}} {{day}}",
"generic.date-with-year": "{{year}}년 {{season}} {{day}}"
"generic.date": "{{season}} {{day}}",
"generic.date-with-year": "{{year}} {{season}} {{day}}"
}