Allow selecting multiple files in the editor translation/remap dialogs
This makes it faster to add several translations. The undo/redo messages were also tweaked to give better context.
This commit is contained in:
parent
edccc0bbdf
commit
d4bd107fd5
2 changed files with 44 additions and 35 deletions
|
|
@ -72,22 +72,22 @@ class LocalizationEditor : public VBoxContainer {
|
|||
String localization_changed;
|
||||
|
||||
void _translation_file_open();
|
||||
void _translation_add(const String &p_path);
|
||||
void _translation_add(const PackedStringArray &p_paths);
|
||||
void _translation_delete(Object *p_item, int p_column, int p_button);
|
||||
|
||||
void _translation_res_file_open();
|
||||
void _translation_res_add(const String &p_path);
|
||||
void _translation_res_add(const PackedStringArray &p_paths);
|
||||
void _translation_res_delete(Object *p_item, int p_column, int p_button);
|
||||
void _translation_res_select();
|
||||
void _translation_res_option_file_open();
|
||||
void _translation_res_option_add(const String &p_path);
|
||||
void _translation_res_option_add(const PackedStringArray &p_paths);
|
||||
void _translation_res_option_changed();
|
||||
void _translation_res_option_delete(Object *p_item, int p_column, int p_button);
|
||||
|
||||
void _translation_filter_option_changed();
|
||||
void _translation_filter_mode_changed(int p_mode);
|
||||
|
||||
void _pot_add(const String &p_path);
|
||||
void _pot_add(const PackedStringArray &p_paths);
|
||||
void _pot_delete(Object *p_item, int p_column, int p_button);
|
||||
void _pot_file_open();
|
||||
void _pot_generate_open();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue