diff options
Diffstat (limited to 'node_modules/moment/src/locale/id.js')
-rw-r--r-- | node_modules/moment/src/locale/id.js | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/node_modules/moment/src/locale/id.js b/node_modules/moment/src/locale/id.js index ab4204e58..52b1ccc08 100644 --- a/node_modules/moment/src/locale/id.js +++ b/node_modules/moment/src/locale/id.js @@ -7,7 +7,7 @@ import moment from '../moment'; export default 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('_'), + monthsShort : 'Jan_Feb_Mar_Apr_Mei_Jun_Jul_Agt_Sep_Okt_Nov_Des'.split('_'), weekdays : 'Minggu_Senin_Selasa_Rabu_Kamis_Jumat_Sabtu'.split('_'), weekdaysShort : 'Min_Sen_Sel_Rab_Kam_Jum_Sab'.split('_'), weekdaysMin : 'Mg_Sn_Sl_Rb_Km_Jm_Sb'.split('_'), @@ -55,6 +55,7 @@ export default moment.defineLocale('id', { future : 'dalam %s', past : '%s yang lalu', s : 'beberapa detik', + ss : '%d detik', m : 'semenit', mm : '%d menit', h : 'sejam', @@ -71,4 +72,3 @@ export default moment.defineLocale('id', { doy : 7 // The week that contains Jan 1st is the first week of the year. } }); - |