Skip to content

Commit

Permalink
Create date_id.js
Browse files Browse the repository at this point in the history
  • Loading branch information
mirzalazuardi committed Oct 6, 2013
1 parent e02cfc8 commit e0555b4
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions date_id.js
@@ -0,0 +1,6 @@
// date localization for locale 'id'
// generated by mirzalazuardi (twitter : @mirzalazuardi)
Date.dayNames = ['minggu', 'senin', 'selasa', 'rabu', 'kamis', 'jumat', 'sabtu'];
Date.abbrDayNames = ['mgg.', 'sen.', 'sel.', 'rab.', 'kam.', 'jum.', 'sab.'];
Date.monthNames = ['januari', 'februari', 'maret', 'april', 'mei', 'juni', 'juli', 'agustus', 'september', 'oktober', 'november', 'desember'];
Date.abbrMonthNames = ['jan.', 'feb.', 'mar', 'apr.', 'mei', 'jun', 'jul.', 'agust', 'sept.', 'okt.', 'nov.', 'des.'];

0 comments on commit e0555b4

Please sign in to comment.