Merge pull request #317 from sanikoyes/hotfix-Export-translation
Fix export translation(can't save pot file)
This commit is contained in:
commit
64b01d6ce0
1 changed files with 2 additions and 0 deletions
|
@ -1797,6 +1797,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 a new issue