More work to get better i18n support.

This commit is contained in:
Martín Lucas Golini
2024-02-09 22:39:19 -03:00
parent f875672a3d
commit 9c2822e3d6
26 changed files with 572 additions and 236 deletions

View File

@@ -207,9 +207,9 @@ class GitPlugin : public PluginBase {
bool displaySuccessMsg = false, bool updateBranchesOnError = false,
bool updateStatusOnError = false );
void addMenuItem( UIMenu* menu, const std::string& txtKey, const std::string& txtVal,
const std::string& icon = "",
const KeyBindings::Shortcut& forcedKeybinding = KeyBindings::Shortcut() );
void menuAdd( UIMenu* menu, const std::string& cmd, const std::string& text,
const std::string& icon = "",
const KeyBindings::Shortcut& forcedKeybinding = KeyBindings::Shortcut() );
std::string repoSelected();