Skip to content

Commit

Permalink
Update id.js
Browse files Browse the repository at this point in the history
Improve consistency and clarity in formatting
  • Loading branch information
fredikaputra authored Dec 17, 2024
1 parent 72f2aa3 commit 4b63caa
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 @@ -18,18 +18,18 @@ const locale = {
LLLL: 'dddd, D MMMM YYYY [pukul] HH.mm'
},
relativeTime: {
future: 'dalam %s',
future: '%s dari sekarang',
past: '%s yang lalu',
s: 'beberapa detik',
m: 'semenit',
m: '1 menit',
mm: '%d menit',
h: 'sejam',
h: '1 jam',
hh: '%d jam',
d: 'sehari',
d: '1 hari',
dd: '%d hari',
M: 'sebulan',
M: '1 bulan',
MM: '%d bulan',
y: 'setahun',
y: '1 tahun',
yy: '%d tahun'
},
ordinal: n => `${n}.`
Expand Down

0 comments on commit 4b63caa

Please sign in to comment.