Add support for Vietnamese.

This commit is contained in:
James Cole
2020-03-16 06:46:48 +01:00
parent 4982f6f919
commit fbd88d03c5
21 changed files with 3056 additions and 2 deletions
+1
View File
@@ -90,6 +90,7 @@ const i18n = new vuei18n({
'zh-tw': require('./locales/zh-tw.json'),
'zh-cn': require('./locales/zh-cn.json'),
'sv': require('./locales/sv.json'),
'vi': require('./locales/vi.json'),
}
});
+1
View File
@@ -89,6 +89,7 @@ const i18n = new vuei18n({
'zh-tw': require('./locales/zh-tw.json'),
'zh-cn': require('./locales/zh-cn.json'),
'sv': require('./locales/sv.json'),
'vi': require('./locales/vi.json'),
}
});