diff options
| author | ORMEEHYUNGKEUN CHA <orum93@naver.com> | 2023-01-13 14:34:36 +0900 |
|---|---|---|
| committer | Jesse Plamondon-Willard <Pathoschild@users.noreply.github.com> | 2023-04-02 15:36:44 -0400 |
| commit | 5e578725bf21662ca5e61fad92a46cd09be6af89 (patch) | |
| tree | 0bf474f6ae188af44197a6f1e7b33b3d9a633e35 | |
| parent | 7b5566d0751bec14c5bf93b727fa66e7c58fbf00 (diff) | |
| download | SMAPI-5e578725bf21662ca5e61fad92a46cd09be6af89.tar.gz SMAPI-5e578725bf21662ca5e61fad92a46cd09be6af89.tar.bz2 SMAPI-5e578725bf21662ca5e61fad92a46cd09be6af89.zip | |
Update ko.json
fixed blatantly wrong translation
| -rw-r--r-- | src/SMAPI/i18n/ko.json | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/SMAPI/i18n/ko.json b/src/SMAPI/i18n/ko.json index 8d267e5e..8122a9e2 100644 --- a/src/SMAPI/i18n/ko.json +++ b/src/SMAPI/i18n/ko.json @@ -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}}일" } |
