fixing up moment locales, they were not set up properly

This commit is contained in:
Sam
2013-07-25 11:09:29 +10:00
parent 1b02a7c580
commit d0f50cb266
53 changed files with 50 additions and 2506 deletions

View File

@@ -3,7 +3,9 @@
// author : Mohammad Satrio Utomo : https://github.com/tyok
// reference: http://id.wikisource.org/wiki/Pedoman_Umum_Ejaan_Bahasa_Indonesia_yang_Disempurnakan
require('../moment').lang('id', {
(function(){
moment.lang('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("_"),
@@ -55,3 +57,5 @@ require('../moment').lang('id', {
doy : 7 // The week that contains Jan 1st is the first week of the year.
}
});
})();