ドイツ語と中国語(繁体)を有効に (#6223)
This commit is contained in:
parent
ca66acac2b
commit
3c351d8300
1 changed files with 2 additions and 2 deletions
|
@ -16,7 +16,7 @@ const merge = (...args) => args.reduce((a, c) => ({
|
|||
const languages = [
|
||||
//'cs-CZ',
|
||||
//'da-DK',
|
||||
//'de-DE',
|
||||
'de-DE',
|
||||
'en-US',
|
||||
'es-ES',
|
||||
'fr-FR',
|
||||
|
@ -26,7 +26,7 @@ const languages = [
|
|||
//'nl-NL',
|
||||
//'pl-PL',
|
||||
'zh-CN',
|
||||
//'zh-TW',
|
||||
'zh-TW',
|
||||
];
|
||||
|
||||
const primaries = {
|
||||
|
|
Loading…
Reference in a new issue