diff options
author | Jesse Plamondon-Willard <Pathoschild@users.noreply.github.com> | 2022-07-28 21:09:49 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-07-28 21:09:49 -0400 |
commit | 1095ce668284fe7a25556944054e5714cf164b4c (patch) | |
tree | 3a8801fa0b39533bca7f98329dbef47b2b6d7041 /src/SMAPI/i18n/tr.json | |
parent | 7c1388a8432815eea33b3d293cdcfbde41eca84a (diff) | |
parent | fd3850add9ddeccc4dd3d27493b90a98cca786ed (diff) | |
download | SMAPI-1095ce668284fe7a25556944054e5714cf164b4c.tar.gz SMAPI-1095ce668284fe7a25556944054e5714cf164b4c.tar.bz2 SMAPI-1095ce668284fe7a25556944054e5714cf164b4c.zip |
Merge pull request #864 from KediDili/develop
Fix Turkish translation
Diffstat (limited to 'src/SMAPI/i18n/tr.json')
-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}}" } |