diff options
author | KediDili <78353874+KediDili@users.noreply.github.com> | 2022-07-22 21:24:15 +0300 |
---|---|---|
committer | KediDili <78353874+KediDili@users.noreply.github.com> | 2022-07-22 21:24:15 +0300 |
commit | fd3850add9ddeccc4dd3d27493b90a98cca786ed (patch) | |
tree | 1dd3ec7a5a5376548722b17c9a31c40ab915c3fc /src/SMAPI | |
parent | 3da5917eed5fc9db3017e2bf0d0f9bf92c295e6a (diff) | |
download | SMAPI-fd3850add9ddeccc4dd3d27493b90a98cca786ed.tar.gz SMAPI-fd3850add9ddeccc4dd3d27493b90a98cca786ed.tar.bz2 SMAPI-fd3850add9ddeccc4dd3d27493b90a98cca786ed.zip |
Fix for mistranslation in tr.json
Somebody accidentally translated tr.json to Russian. This PR fixes that.
Diffstat (limited to 'src/SMAPI')
-rw-r--r-- | src/SMAPI/i18n/tr.json | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/SMAPI/i18n/tr.json b/src/SMAPI/i18n/tr.json index e97a48ba..ba0c33c9 100644 --- a/src/SMAPI/i18n/tr.json +++ b/src/SMAPI/i18n/tr.json @@ -2,5 +2,5 @@ // short date format for SDate // tokens: {{day}} (like 15), {{season}} (like Spring), {{seasonLowercase}} (like spring), {{year}} (like 2) "generic.date": "{{day}} {{season}}", - "generic.date-with-year": "{{day}} {{season}} года {{year}}" + "generic.date-with-year": "{{day}} {{season}} Yıl {{year}}" } |