Added Bahasa Indonesia language support
This commit is contained in:
parent
ee53c12c35
commit
c35a9c64f6
2 changed files with 9 additions and 0 deletions
3
lang/id-ID.js
Normal file
3
lang/id-ID.js
Normal file
|
|
@ -0,0 +1,3 @@
|
|||
export default {
|
||||
send: 'Kirim'
|
||||
}
|
||||
|
|
@ -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',
|
||||
|
|
|
|||
Loading…
Reference in a new issue