mirror of
https://github.com/godotengine/godot.git
synced 2025-10-15 02:49:24 +00:00
Merge pull request #7660 from zombieCraig/translationfix
Fixes #7630 Editor Translation Import Crash fix
This commit is contained in:
@@ -114,11 +114,8 @@ public:
|
||||
|
||||
if (langs[j]==lname.substr(0,langs[j].length()).to_lower()) {
|
||||
idx=j;
|
||||
hint+=names[j].replace(","," ");
|
||||
}
|
||||
if (j>0) {
|
||||
hint+=",";
|
||||
}
|
||||
hint+=names[j].replace(","," ");
|
||||
}
|
||||
|
||||
ti->set_cell_mode(1,TreeItem::CELL_MODE_RANGE);
|
||||
|
Reference in New Issue
Block a user