mirror of
https://bitbucket.org/wisemapping/wisemapping-frontend.git
synced 2024-11-22 06:37:56 +01:00
Add Chinese to lang toolbar
This commit is contained in:
parent
7e207a5285
commit
ce5ec6d671
@ -106,6 +106,10 @@ const LanguageMenu = (): React.ReactElement => {
|
|||||||
{Locales.RU.label}
|
{Locales.RU.label}
|
||||||
</MenuItem>
|
</MenuItem>
|
||||||
|
|
||||||
|
<MenuItem onClick={handleOnClick} id={Locales.ZH.code}>
|
||||||
|
{Locales.ZH.label}
|
||||||
|
</MenuItem>
|
||||||
|
|
||||||
<Divider />
|
<Divider />
|
||||||
|
|
||||||
<MenuItem
|
<MenuItem
|
||||||
|
Loading…
Reference in New Issue
Block a user