mirror of
https://github.com/Mr-X-GTA/YimMenu.git
synced 2025-07-15 15:07:51 +08:00
feat: Translation Service (#844)
Co-authored-by: mrwoowoo <github@hiqaq.com> Co-authored-by: LiamD-Flop <40887493+LiamD-Flop@users.noreply.github.com>
This commit is contained in:
@ -45,6 +45,7 @@ namespace big
|
||||
HOTKEY_SETTINGS,
|
||||
REACTION_SETTINGS,
|
||||
PROTECTION_SETTINGS,
|
||||
TRANSLATION_SETTINGS,
|
||||
DEBUG,
|
||||
|
||||
PLAYER
|
||||
@ -101,6 +102,7 @@ namespace big
|
||||
{ tabs::HOTKEY_SETTINGS, { "Hotkeys", view::hotkey_settings }},
|
||||
{ tabs::REACTION_SETTINGS, { "Reactions", view::reaction_settings}},
|
||||
{ tabs::PROTECTION_SETTINGS, { "Protection", view::protection_settings}},
|
||||
{ tabs::TRANSLATION_SETTINGS, { "Translation", view::translation_settings}},
|
||||
{ tabs::DEBUG, { "Debug", nullptr }},
|
||||
}}},
|
||||
{tabs::PLAYER, {"", view::view_player}}
|
||||
|
Reference in New Issue
Block a user