mirror of
https://bitbucket.org/wisemapping/wisemapping-frontend.git
synced 2024-11-11 01:43:23 +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}
|
||||
</MenuItem>
|
||||
|
||||
<MenuItem onClick={handleOnClick} id={Locales.ZH.code}>
|
||||
{Locales.ZH.label}
|
||||
</MenuItem>
|
||||
|
||||
<Divider />
|
||||
|
||||
<MenuItem
|
||||
|
Loading…
Reference in New Issue
Block a user