Add Simplified Chinese Localization

Co-Authored-By: Ryan Cao <70191398+ryanccn@users.noreply.github.com>
This commit is contained in:
blessedcoolant
2022-12-27 04:19:48 +13:00
parent 427614d1df
commit d4e86feeeb
9 changed files with 445 additions and 0 deletions

View File

@@ -18,6 +18,7 @@ export default function LanguagePicker() {
pt_br: t('common:langBrPortuguese'),
de: t('common:langGerman'),
pl: t('common:langPolish'),
zh_cn: t('common:langSimplifiedChinese'),
};
const renderLanguagePicker = () => {