diff options
author | Jesse Plamondon-Willard <Pathoschild@users.noreply.github.com> | 2020-04-17 17:23:24 -0400 |
---|---|---|
committer | Jesse Plamondon-Willard <Pathoschild@users.noreply.github.com> | 2020-04-17 17:23:24 -0400 |
commit | 06e2cb2e5936a0f33c24c14f118c54b25f0156b6 (patch) | |
tree | fa988fc8a123633ae9d583b46736e11329324773 /src/SMAPI/i18n/ko.json | |
parent | 841f85a74331a02bd45f3d40ea1b50e4bc9dd3eb (diff) | |
download | SMAPI-06e2cb2e5936a0f33c24c14f118c54b25f0156b6.tar.gz SMAPI-06e2cb2e5936a0f33c24c14f118c54b25f0156b6.tar.bz2 SMAPI-06e2cb2e5936a0f33c24c14f118c54b25f0156b6.zip |
support lowercase season names in date translations
Diffstat (limited to 'src/SMAPI/i18n/ko.json')
-rw-r--r-- | src/SMAPI/i18n/ko.json | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/SMAPI/i18n/ko.json b/src/SMAPI/i18n/ko.json index 6f60ad09..d5bbffa4 100644 --- a/src/SMAPI/i18n/ko.json +++ b/src/SMAPI/i18n/ko.json @@ -3,6 +3,7 @@ "warn.invalid-content-removed": "충돌을 방지하기 위해 잘못된 컨텐츠가 제거되었습니다 (자세한 내용은 SMAPI 콘솔 참조).", // 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}}" } |