feat(locale): add Indonesian language (#3024)

This commit is contained in:
Dinar, Permadi
2025-01-06 16:41:32 +07:00
committed by GitHub
parent 64f85a029f
commit a18ad84edf
2 changed files with 54 additions and 0 deletions

View File

@@ -7,6 +7,7 @@ export { default as en } from './en'
export { default as es } from './es'
export { default as fa_ir } from './fa_ir'
export { default as fr } from './fr'
export { default as id } from './id'
export { default as it } from './it'
export { default as ja } from './ja'
export { default as ko } from './ko'