feat(i18n): add Indonesian translation (#1197)
Co-authored-by: Rio Bahtiar <rio.bahtiar@sekolahmu.co.id>
This commit is contained in:
parent
470da9a1be
commit
9df47ea6c2
2 changed files with 493 additions and 0 deletions
|
@ -92,6 +92,11 @@ const locales: LocaleObjectData[] = [
|
|||
file: 'tr-TR.json',
|
||||
name: 'Türkçe',
|
||||
},
|
||||
{
|
||||
code: 'id-ID',
|
||||
file: 'id-ID.json',
|
||||
name: 'Indonesia',
|
||||
},
|
||||
].sort((a, b) => a.code.localeCompare(b.code))
|
||||
|
||||
const datetimeFormats = Object.values(locales).reduce((acc, data) => {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue