mirror of
https://github.com/godotengine/godot.git
synced 2024-11-13 07:32:55 +00:00
Fix export translation(can't save pot file)
This commit is contained in:
parent
6f1410a837
commit
ccfeb53005
@ -1779,6 +1779,8 @@ void EditorNode::_menu_option_confirm(int p_option,bool p_confirmed) {
|
||||
|
||||
bool relpaths = (scene->has_meta("__editor_relpaths__") && scene->get_meta("__editor_relpaths__").operator bool());
|
||||
|
||||
file->set_mode(FileDialog::MODE_SAVE_FILE);
|
||||
|
||||
file->set_current_path(cpath);
|
||||
file->set_title("Save Translatable Strings");
|
||||
file->popup_centered_ratio();
|
||||
|
Loading…
Reference in New Issue
Block a user