summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-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}} рік"
}