summaryrefslogtreecommitdiff
path: root/src/SMAPI
diff options
context:
space:
mode:
authorJesse Plamondon-Willard <Pathoschild@users.noreply.github.com>2022-01-24 21:54:05 -0500
committerGitHub <noreply@github.com>2022-01-24 21:54:05 -0500
commite2f5861e31bca0e1ff9bddd7f66da23cc7af4942 (patch)
treed9fe3a810767f2587f8cc1ba9fa9a164cc6baea7 /src/SMAPI
parent451b70953ff4c0b1b27ae0de203ad99379b45b2a (diff)
parentd8bbf3c4412514e20abea6181adaa567a82db5a2 (diff)
downloadSMAPI-e2f5861e31bca0e1ff9bddd7f66da23cc7af4942.tar.gz
SMAPI-e2f5861e31bca0e1ff9bddd7f66da23cc7af4942.tar.bz2
SMAPI-e2f5861e31bca0e1ff9bddd7f66da23cc7af4942.zip
Merge pull request #826 from ChulkyBow/patch-1
Update Ukrainian translations
Diffstat (limited to 'src/SMAPI')
-rw-r--r--src/SMAPI/i18n/uk.json4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/SMAPI/i18n/uk.json b/src/SMAPI/i18n/uk.json
index d84aabcf..a4286363 100644
--- a/src/SMAPI/i18n/uk.json
+++ b/src/SMAPI/i18n/uk.json
@@ -1,6 +1,6 @@
{
// 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}}, Рік {{year}}"
+ "generic.date": "{{season}}, {{day}}-й день",
+ "generic.date-with-year": "{{season}}, {{day}}-й день, {{year}} рік"
}