diff --git a/lang/id-ID.js b/lang/id-ID.js new file mode 100644 index 000000000..c69f0c682 --- /dev/null +++ b/lang/id-ID.js @@ -0,0 +1,3 @@ +export default { + send: 'Kirim' +} diff --git a/nuxt.config.js b/nuxt.config.js index f7579ec35..9564f6a8f 100644 --- a/nuxt.config.js +++ b/nuxt.config.js @@ -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',