Merge pull request #362 from wahwahid/i18n-id

Added Bahasa Indonesia language support
This commit is contained in:
Liyas Thomas
2019-11-28 08:31:24 +05:30
committed by GitHub
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: '简体中文',
iso: 'zh-CN',
file: 'zh-CN.js'
},
{
code: 'id',
name: 'Bahasa Indonesia',
iso: 'id-ID',
file: 'id-ID.js'
}
],
defaultLocale: 'en',