zh languages

bugfix

bugfix3

publish

add zh back for homepage selector

test

revert i18n file

DRY publish language
This commit is contained in:
zeppi 2021-01-06 13:13:56 -05:00 committed by Sean Yesmunt
parent 7c3ff32496
commit 6fb345dbbc
14 changed files with 93 additions and 51 deletions

View file

@ -0,0 +1,6 @@
const LANGUAGE_MIGRATIONS = {
'zh-CN': 'zh-Hans',
'zh-TW': 'zh-Hant',
};
export default LANGUAGE_MIGRATIONS;