mirror of
https://github.com/infinitefusion/infinitefusion-e18.git
synced 2025-12-07 13:15:01 +00:00
Fix to previous commit
This commit is contained in:
@@ -1180,10 +1180,10 @@ MenuHandlers.add(:debug_menu, :rename_files, {
|
|||||||
}
|
}
|
||||||
})
|
})
|
||||||
|
|
||||||
MenuHandlers.add(:debug_menu, :rename_files, {
|
MenuHandlers.add(:debug_menu, :collate_script_and_event_text, {
|
||||||
"name" => _INTL("Collate Script/Event Texts For Translation"),
|
"name" => _INTL("Collate Script/Event Texts For Translation"),
|
||||||
"parent" => :files_menu,
|
"parent" => :files_menu,
|
||||||
"description" => _INTL("Get translatable text from scripts/map events. Do this before extracting text."),
|
"description" => _INTL("Find translatable text in scripts/map events. Do this before extracting text."),
|
||||||
"effect" => proc {
|
"effect" => proc {
|
||||||
Translator.gather_script_and_event_texts
|
Translator.gather_script_and_event_texts
|
||||||
MessageTypes.save_default_messages
|
MessageTypes.save_default_messages
|
||||||
|
|||||||
Reference in New Issue
Block a user