Use iso locale names

This commit is contained in:
apporc
2023-03-30 17:16:09 +08:00
parent 359dd6ee73
commit 30e4f1cf43
3 changed files with 4 additions and 4 deletions
+4 -4
View File
@@ -1,11 +1,11 @@
import en from './en.json'
import ko from './ko.json'
import zh_hans from './zh_hans.json'
import zh_hant from './zh_hant.json'
import zh_hans from './zh-hans.json'
import zh_hant from './zh-hant.json'
export default {
en,
ko,
zh_hans,
zh_hant,
'zh-Hans': zh_hans,
'zh-Hant': zh_hant,
}