summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJesse Plamondon-Willard <Pathoschild@users.noreply.github.com>2023-04-02 15:38:36 -0400
committerJesse Plamondon-Willard <Pathoschild@users.noreply.github.com>2023-04-02 15:38:36 -0400
commitdc027f4eff7d7d9d8ac859a352657940541fe530 (patch)
tree0bf474f6ae188af44197a6f1e7b33b3d9a633e35
parent7b5566d0751bec14c5bf93b727fa66e7c58fbf00 (diff)
parent5e578725bf21662ca5e61fad92a46cd09be6af89 (diff)
downloadSMAPI-dc027f4eff7d7d9d8ac859a352657940541fe530.tar.gz
SMAPI-dc027f4eff7d7d9d8ac859a352657940541fe530.tar.bz2
SMAPI-dc027f4eff7d7d9d8ac859a352657940541fe530.zip
Merge pull request #895 from stylemate/patch-2
Update Korean translations
-rw-r--r--src/SMAPI/i18n/ko.json4
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}}일"
}