Merge pull request #864 from KediDili/develop

Fix Turkish translation
This commit is contained in:
Jesse Plamondon-Willard 2022-07-28 21:09:49 -04:00 committed by GitHub
commit 1095ce6682
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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}}"
}