Skip to content

Commit 3b7f806

Browse files
feat(i18n): add Indonesian (id-ID) translations (#608)
Co-authored-by: autofix-ci[bot] <114827586+autofix-ci[bot]@users.noreply.github.com>
1 parent 5c7222a commit 3b7f806

3 files changed

Lines changed: 1691 additions & 0 deletions

File tree

config/i18n.ts

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -259,6 +259,11 @@ const locales: (LocaleObjectData | (Omit<LocaleObjectData, 'code'> & { code: str
259259
file: 'ko-KR.json',
260260
name: '한국어',
261261
},*/
262+
{
263+
code: 'id-ID',
264+
file: 'id-ID.json',
265+
name: 'Indonesia',
266+
},
262267
{
263268
code: 'it-IT',
264269
file: 'it-IT.json',

0 commit comments

Comments
 (0)