🌐 Internationalization and localization

This commit is contained in:
Liyas Thomas
2020-05-05 16:57:41 +05:30
parent 0fc47e07d4
commit fc90ca3815
5 changed files with 851 additions and 71 deletions

View File

@@ -230,6 +230,12 @@ export default {
},
{
code: "pt",
name: "Português",
iso: "pt-PT",
file: "pt-PT.json",
},
{
code: "pt-br",
name: "Português Brasileiro",
iso: "pt-BR",
file: "pt-BR.json",
@@ -240,6 +246,12 @@ export default {
iso: "zh-CN",
file: "zh-CN.json",
},
{
code: "tw",
name: "繁體中文",
iso: "zh-TW",
file: "zh-TW.json",
},
{
code: "id",
name: "Bahasa Indonesia",