Added Bahasa Indonesia language support

This commit is contained in:
wahid
2019-11-28 09:51:42 +07:00
parent ee53c12c35
commit c35a9c64f6
2 changed files with 9 additions and 0 deletions

View File

@@ -314,6 +314,12 @@ export default {
name: '简体中文',
iso: 'zh-CN',
file: 'zh-CN.js'
},
{
code: 'id',
name: 'Bahasa Indonesia',
iso: 'id-ID',
file: 'id-ID.js'
}
],
defaultLocale: 'en',