Skip to content

Commit

Permalink
fix: Update Indonesian locale(#574)
Browse files Browse the repository at this point in the history
  • Loading branch information
ridhoassuryadi authored and iamkun committed Apr 17, 2019
1 parent e18e6fe commit 0aa7143
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/locale/id.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,9 @@ const locale = {
name: 'id',
weekdays: 'Minggu_Senin_Selasa_Rabu_Kamis_Jumat_Sabtu'.split('_'),
months: 'Januari_Februari_Maret_April_Mei_Juni_Juli_Agustus_September_Oktober_November_Desember'.split('_'),
weekdaysShort: 'Min_Sen_Sel_Rab_Kam_Jum_Sab'.split('_'),
monthsShort: 'Jan_Feb_Mar_Apr_Mei_Jun_Jul_Agt_Sep_Okt_Nov_Des'.split('_'),
weekdaysMin: 'Mg_Sn_Sl_Rb_Km_Jm_Sb'.split('_'),
weekStart: 1,
formats: {
LT: 'HH.mm',
Expand Down

0 comments on commit 0aa7143

Please sign in to comment.