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/default.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/default.json')
-rw-r--r-- | src/SMAPI/i18n/default.json | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/SMAPI/i18n/default.json b/src/SMAPI/i18n/default.json index ba46241b..7a3d3ed5 100644 --- a/src/SMAPI/i18n/default.json +++ b/src/SMAPI/i18n/default.json @@ -3,6 +3,7 @@ "warn.invalid-content-removed": "Invalid content was removed to prevent a crash (see the SMAPI console for info).", // 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": "{{season}} {{day}} in year {{year}}" } |