Skip to content

Commit

Permalink
[ADD] indonesia language (#517)
Browse files Browse the repository at this point in the history
  • Loading branch information
BariqDharmawan authored Jan 24, 2023
1 parent 01b639b commit 1677370
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions src/locale/id.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
export default {
days: ['Minggu', 'Senin', 'Selasa', 'Rabu', 'Kamis', 'Jumat', 'Sabtu'],
daysShort: ['Min', 'Sen', 'Sel', 'Rab', 'Kam', 'Jum', 'Sab'],
daysMin: ['Min', 'Sen', 'Sel', 'Rab', 'Kam', 'Jum', 'Sab'],
months: ['Januari', 'Februari', 'Maret', 'April', 'Mei', 'Juni', 'Juli', 'Agustus', 'September', 'Oktober', 'November', 'Desember'],
monthsShort: ['Jan', 'Feb', 'Mar', 'Apr', 'Mei', 'Jun', 'Jul', 'Agt', 'Sep', 'Okt', 'Nov', 'Des'],
today: 'Hari ini',
clear: 'Hapus',
dateFormat: 'dd/mm/yyyy',
timeFormat: 'hh:ii aa',
firstDay: 1
}

0 comments on commit 1677370

Please sign in to comment.