aboutsummaryrefslogtreecommitdiffstats
path: root/resources/lib/moment/lang/id.js
diff options
context:
space:
mode:
Diffstat (limited to 'resources/lib/moment/lang/id.js')
-rw-r--r--resources/lib/moment/lang/id.js6
1 files changed, 3 insertions, 3 deletions
diff --git a/resources/lib/moment/lang/id.js b/resources/lib/moment/lang/id.js
index f186280d850c..6043f30a239e 100644
--- a/resources/lib/moment/lang/id.js
+++ b/resources/lib/moment/lang/id.js
@@ -1,5 +1,5 @@
-// moment.js language configuration
-// language : Bahasa Indonesia (id)
+// moment.js locale configuration
+// locale : Bahasa Indonesia (id)
// author : Mohammad Satrio Utomo : https://github.com/tyok
// reference: http://id.wikisource.org/wiki/Pedoman_Umum_Ejaan_Bahasa_Indonesia_yang_Disempurnakan
@@ -12,7 +12,7 @@
factory(window.moment); // Browser global
}
}(function (moment) {
- return moment.lang('id', {
+ return moment.defineLocale('id', {
months : "Januari_Februari_Maret_April_Mei_Juni_Juli_Agustus_September_Oktober_November_Desember".split("_"),
monthsShort : "Jan_Feb_Mar_Apr_Mei_Jun_Jul_Ags_Sep_Okt_Nov_Des".split("_"),
weekdays : "Minggu_Senin_Selasa_Rabu_Kamis_Jumat_Sabtu".split("_"),