mirror of
https://github.com/Relintai/godot_translation_editor.git
synced 2024-11-20 08:37:18 +01:00
Fix wrong format check in CSV saving
This commit is contained in:
parent
00591d7876
commit
7d970fe552
@ -305,7 +305,7 @@ func save_file(path, format):
|
||||
languages_to_save = _modified_languages.keys()
|
||||
saved_languages = PoLoader.save_po_translations(path, _data, languages_to_save)
|
||||
|
||||
elif format == "csv":
|
||||
elif format == FORMAT_CSV:
|
||||
saved_languages = CsvLoader.save_csv_translation(path, _data)
|
||||
|
||||
else:
|
||||
|
Loading…
Reference in New Issue
Block a user