Skip to content

Commit

Permalink
feat(i18n): add Indonesian translation (#1197)
Browse files Browse the repository at this point in the history
Co-authored-by: Rio Bahtiar <rio.bahtiar@sekolahmu.co.id>
  • Loading branch information
riobahtiar and Rio Bahtiar authored Jan 16, 2023
1 parent 470da9a commit 9df47ea
Show file tree
Hide file tree
Showing 2 changed files with 493 additions and 0 deletions.
5 changes: 5 additions & 0 deletions config/i18n.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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) => {
Expand Down
Loading

0 comments on commit 9df47ea

Please sign in to comment.