You've already forked godot
mirror of
https://github.com/godotengine/godot.git
synced 2026-01-03 19:11:41 +00:00
@@ -119,7 +119,7 @@ Error ResourceImporterCSVTranslation::import(const String &p_source_file, const
|
||||
if (key != "") {
|
||||
|
||||
for (int i = 1; i < line.size(); i++) {
|
||||
translations.write[i - 1]->add_message(key, line[i]);
|
||||
translations.write[i - 1]->add_message(key, line[i].c_unescape());
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user