Support for SE.

This commit is contained in:
James Cole
2019-11-28 20:27:00 +01:00
parent c9702fe65c
commit 47a8e28948
5 changed files with 52 additions and 3 deletions

View File

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