diff options
author | Jesse Plamondon-Willard <Pathoschild@users.noreply.github.com> | 2022-01-24 21:54:05 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-01-24 21:54:05 -0500 |
commit | e2f5861e31bca0e1ff9bddd7f66da23cc7af4942 (patch) | |
tree | d9fe3a810767f2587f8cc1ba9fa9a164cc6baea7 /src/SMAPI | |
parent | 451b70953ff4c0b1b27ae0de203ad99379b45b2a (diff) | |
parent | d8bbf3c4412514e20abea6181adaa567a82db5a2 (diff) | |
download | SMAPI-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.json | 4 |
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}} рік" } |