zh languages
bugfix bugfix3 publish add zh back for homepage selector test revert i18n file DRY publish language
This commit is contained in:
parent
7c3ff32496
commit
6fb345dbbc
14 changed files with 93 additions and 51 deletions
ui/constants
6
ui/constants/language-migrations.js
Normal file
6
ui/constants/language-migrations.js
Normal file
|
@ -0,0 +1,6 @@
|
|||
const LANGUAGE_MIGRATIONS = {
|
||||
'zh-CN': 'zh-Hans',
|
||||
'zh-TW': 'zh-Hant',
|
||||
};
|
||||
|
||||
export default LANGUAGE_MIGRATIONS;
|
Loading…
Add table
Add a link
Reference in a new issue