summaryrefslogtreecommitdiff
path: root/src/SMAPI/i18n/ja.json
diff options
context:
space:
mode:
authorJesse Plamondon-Willard <Pathoschild@users.noreply.github.com>2020-04-17 17:23:24 -0400
committerJesse Plamondon-Willard <Pathoschild@users.noreply.github.com>2020-04-17 17:23:24 -0400
commit06e2cb2e5936a0f33c24c14f118c54b25f0156b6 (patch)
treefa988fc8a123633ae9d583b46736e11329324773 /src/SMAPI/i18n/ja.json
parent841f85a74331a02bd45f3d40ea1b50e4bc9dd3eb (diff)
downloadSMAPI-06e2cb2e5936a0f33c24c14f118c54b25f0156b6.tar.gz
SMAPI-06e2cb2e5936a0f33c24c14f118c54b25f0156b6.tar.bz2
SMAPI-06e2cb2e5936a0f33c24c14f118c54b25f0156b6.zip
support lowercase season names in date translations
Diffstat (limited to 'src/SMAPI/i18n/ja.json')
-rw-r--r--src/SMAPI/i18n/ja.json1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/SMAPI/i18n/ja.json b/src/SMAPI/i18n/ja.json
index 1c8d9f0e..1f814bfa 100644
--- a/src/SMAPI/i18n/ja.json
+++ b/src/SMAPI/i18n/ja.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}}日"
}