Add Chinese Simplified (#1990)
* Add Chinese Simplified * fix formatting --------- Co-authored-by: Bernd Storath <999999bst@gmail.com>
This commit is contained in:
@@ -3,6 +3,7 @@ import uk from './locales/uk.json';
|
||||
import fr from './locales/fr.json';
|
||||
import de from './locales/de.json';
|
||||
import zhhk from './locales/zh-HK.json';
|
||||
import zhcn from './locales/zh-CN.json';
|
||||
|
||||
export default defineI18nConfig(() => ({
|
||||
legacy: false,
|
||||
@@ -13,5 +14,6 @@ export default defineI18nConfig(() => ({
|
||||
fr,
|
||||
de,
|
||||
'zh-HK': zhhk,
|
||||
'zh-CN': zhcn,
|
||||
},
|
||||
}));
|
||||
|
||||
Reference in New Issue
Block a user