mirror of
https://github.com/MCSManager/MCSManager.git
synced 2024-12-21 07:49:08 +08:00
Optimize: language setting
This commit is contained in:
parent
cd2358000e
commit
4adf878bc8
@ -51,12 +51,12 @@ const menus = [
|
||||
},
|
||||
{
|
||||
title: t("TXT_CODE_9c3ca8f"),
|
||||
key: "api",
|
||||
key: "security",
|
||||
icon: LockOutlined
|
||||
},
|
||||
{
|
||||
title: t("TXT_CODE_3b4b656d"),
|
||||
key: "password",
|
||||
key: "about",
|
||||
icon: QuestionCircleOutlined
|
||||
}
|
||||
];
|
||||
@ -64,11 +64,11 @@ const menus = [
|
||||
// DO NOT I18N
|
||||
const allLanguages = [
|
||||
{
|
||||
label: t("TXT_CODE_5a09ed37"),
|
||||
label: "中文",
|
||||
value: "zh_cn"
|
||||
},
|
||||
{
|
||||
label: t("TXT_CODE_e246e5b"),
|
||||
label: "English",
|
||||
value: "en_us"
|
||||
}
|
||||
];
|
||||
|
Loading…
Reference in New Issue
Block a user