aboutsummaryrefslogtreecommitdiffstats
path: root/resources/lib/moment/lang/uk.js
diff options
context:
space:
mode:
Diffstat (limited to 'resources/lib/moment/lang/uk.js')
-rw-r--r--resources/lib/moment/lang/uk.js6
1 files changed, 3 insertions, 3 deletions
diff --git a/resources/lib/moment/lang/uk.js b/resources/lib/moment/lang/uk.js
index 47056cb641eb..f27d9f3e3115 100644
--- a/resources/lib/moment/lang/uk.js
+++ b/resources/lib/moment/lang/uk.js
@@ -1,5 +1,5 @@
-// moment.js language configuration
-// language : ukrainian (uk)
+// moment.js locale configuration
+// locale : ukrainian (uk)
// author : zemlanin : https://github.com/zemlanin
// Author : Menelion Elensúle : https://github.com/Oire
@@ -71,7 +71,7 @@
};
}
- return moment.lang('uk', {
+ return moment.defineLocale('uk', {
months : monthsCaseReplace,
monthsShort : "січ_лют_бер_квіт_трав_черв_лип_серп_вер_жовт_лист_груд".split("_"),
weekdays : weekdaysCaseReplace,