Add Bahasa Indonesia Translations (#2142)

Add Bahasa Indonesia
This commit is contained in:
Bahri Rizaldi
2025-08-30 18:33:57 +07:00
committed by GitHub
parent be7943dc9b
commit 0c54b1c3da
3 changed files with 247 additions and 0 deletions
+2
View File
@@ -11,6 +11,7 @@ import es from './locales/es.json';
import ptbr from './locales/pt-BR.json';
import tr from './locales/tr.json';
import bn from './locales/bn.json';
import id from './locales/id.json';
export default defineI18nConfig(() => ({
legacy: false,
@@ -29,5 +30,6 @@ export default defineI18nConfig(() => ({
'pt-BR': ptbr,
tr,
bn,
id,
},
}));