summaryrefslogtreecommitdiff
path: root/src/SMAPI/i18n/uk.json
diff options
context:
space:
mode:
Diffstat (limited to 'src/SMAPI/i18n/uk.json')
-rw-r--r--src/SMAPI/i18n/uk.json6
1 files changed, 6 insertions, 0 deletions
diff --git a/src/SMAPI/i18n/uk.json b/src/SMAPI/i18n/uk.json
new file mode 100644
index 00000000..d84aabcf
--- /dev/null
+++ b/src/SMAPI/i18n/uk.json
@@ -0,0 +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}}"
+}