Fix for mistranslation in tr.json

Somebody accidentally translated tr.json to Russian. This PR fixes that.
This commit is contained in:
KediDili 2022-07-22 21:24:15 +03:00
parent 3da5917eed
commit fd3850add9
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}}"
}