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

@@ -310,7 +310,7 @@ bool FormatterPlugin::onCreateContextMenu( UICodeEditor* editor, UIPopUpMenu* me
return false;
menu->addSeparator();
menu->add( editor->getUISceneNode()->i18n( "formatter-format-document", "Format Document" ),
menu->add( editor->getUISceneNode()->i18n( "formatter_format_document", "Format Document" ),
nullptr, KeyBindings::keybindFormat( mKeyBindings["format-doc"] ) )
->setId( "format-doc" );