Merge pull request #8537 from volzhs/tr-fallback-master
Fix wrong fallback for locale
This commit is contained in:
commit
5c7e6c9212
@ -1085,7 +1085,7 @@ void TranslationServer::setup() {
|
|||||||
int idx = 0;
|
int idx = 0;
|
||||||
while (locale_list[idx]) {
|
while (locale_list[idx]) {
|
||||||
if (idx > 0)
|
if (idx > 0)
|
||||||
options += ", ";
|
options += ",";
|
||||||
options += locale_list[idx];
|
options += locale_list[idx];
|
||||||
idx++;
|
idx++;
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user