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

2
public/v1/js/app.js vendored

File diff suppressed because one or more lines are too long

View File

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