Skip to content

Commit

Permalink
fix: fix id locale
Browse files Browse the repository at this point in the history
fix #234
  • Loading branch information
iamkun committed Jun 11, 2018
1 parent 9535684 commit 1ebbeb8
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions src/locale/id.js
Original file line number Diff line number Diff line change
Expand Up @@ -6,17 +6,17 @@ const locale = {
months: 'Januari_Februari_Maret_April_Mei_Juni_Juli_Agustus_September_Oktober_November_Desember'.split('_'),
relativeTime: {
future: 'dalam %s',
past: 'yang lalu %s',
past: '%s yang lalu',
s: 'beberapa detik',
m: 'satu menit',
m: 'semenit',
mm: '%d menit',
h: 'satu jam',
h: 'sejam',
hh: '%d jam',
d: 'satu hari',
d: 'sehari',
dd: '%d hari',
M: 'satu bulan',
M: 'sebulan',
MM: '%d bulan',
y: 'satu tahun',
y: 'setahun',
yy: '%d tahun'
},
ordinal: n => `${n}.`
Expand Down

0 comments on commit 1ebbeb8

Please sign in to comment.