]> git.ipfire.org Git - thirdparty/moment.git/commitdiff
Change Malay language code to comply IOS639-2
authorAzri Jamil <azri@nematix.com>
Mon, 27 Apr 2015 02:33:11 +0000 (10:33 +0800)
committerIskren Chernev <iskren.chernev@gmail.com>
Sun, 12 Jul 2015 23:43:51 +0000 (16:43 -0700)
locale/ms.js [moved from locale/ms-my.js with 98% similarity]

similarity index 98%
rename from locale/ms-my.js
rename to locale/ms.js
index d1ea5a2888a9b417c37a3e732c28f17105d982bb..963ce169c64cb091985df6c7ed141e2c9c174b4a 100644 (file)
@@ -9,7 +9,7 @@
 }(this, function (moment) { 'use strict';
 
 
-    var ms_my = moment.defineLocale('ms-my', {
+    var ms_my = moment.defineLocale('ms', {
         months : 'Januari_Februari_Mac_April_Mei_Jun_Julai_Ogos_September_Oktober_November_Disember'.split('_'),
         monthsShort : 'Jan_Feb_Mac_Apr_Mei_Jun_Jul_Ogs_Sep_Okt_Nov_Dis'.split('_'),
         weekdays : 'Ahad_Isnin_Selasa_Rabu_Khamis_Jumaat_Sabtu'.split('_'),
@@ -78,4 +78,4 @@
 
     return ms_my;
 
-}));
\ No newline at end of file
+}));