This commit is contained in:
James Cole
2019-11-26 06:34:32 +01:00
parent 813bb6a09b
commit c3f721aa9f
2 changed files with 2 additions and 1 deletions

View File

@@ -108,6 +108,7 @@ const i18n = new VueI18n({
'ru': require('./locales/ru.json'),
'zh': require('./locales/zh.json'),
'zh-tw': require('./locales/zh-tw.json'),
'zh-cn': require('./locales/zh-cn.json'),
}
});