mirror of
https://github.com/godotengine/godot.git
synced 2025-12-08 06:09:55 +00:00
Fix wrong fallback for locale
This commit is contained in:
parent
ea89c56bfb
commit
cfa943a0eb
1 changed files with 1 additions and 1 deletions
|
|
@ -1064,7 +1064,7 @@ void TranslationServer::setup() {
|
|||
int idx = 0;
|
||||
while (locale_list[idx]) {
|
||||
if (idx > 0)
|
||||
options += ", ";
|
||||
options += ",";
|
||||
options += locale_list[idx];
|
||||
idx++;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue