mirror of
https://github.com/invoke-ai/InvokeAI.git
synced 2026-02-07 13:55:59 -05:00
Add Simplified Chinese Localization
Co-Authored-By: Ryan Cao <70191398+ryanccn@users.noreply.github.com>
This commit is contained in:
@@ -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 = () => {
|
||||
|
||||
Reference in New Issue
Block a user