mirror of
https://github.com/godotengine/godot.git
synced 2025-01-10 03:51:21 +00:00
Fix wrong fallback for locale
This commit is contained in:
parent
b6e0eaf3ca
commit
ec1c7ce6c3
@ -1085,7 +1085,7 @@ void TranslationServer::setup() {
|
||||
int idx = 0;
|
||||
while (locale_list[idx]) {
|
||||
if (idx > 0)
|
||||
options += ", ";
|
||||
options += ",";
|
||||
options += locale_list[idx];
|
||||
idx++;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user