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

3
lang/id-ID.js Normal file
View File

@@ -0,0 +1,3 @@
export default {
send: 'Kirim'
}

View File

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