mirror of
https://github.com/Redot-Engine/redot-engine.git
synced 2025-12-06 07:17:42 -05:00
Improve auto-translation of editor's top & bottom bars
- The main menu - The run bar - The update spinner - The bottom panel buttons
This commit is contained in:
@@ -69,7 +69,7 @@ SceneExporterGLTFPlugin::SceneExporterGLTFPlugin() {
|
||||
// Add a button to the Scene -> Export menu to pop up the settings dialog.
|
||||
PopupMenu *menu = get_export_as_menu();
|
||||
int idx = menu->get_item_count();
|
||||
menu->add_item(TTR("glTF 2.0 Scene..."));
|
||||
menu->add_item(TTRC("glTF 2.0 Scene..."));
|
||||
menu->set_item_metadata(idx, callable_mp(this, &SceneExporterGLTFPlugin::_popup_gltf_export_dialog));
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user