Fixed getLocalesGlobal()
not correctly falling back to english when locale not found
This commit is contained in:
parent
612b1b7940
commit
e2dd677b40
@ -177,7 +177,7 @@ export class DataCallbacks
|
||||
|
||||
if (result === undefined)
|
||||
{
|
||||
result = tables.locales.global[localeId];
|
||||
result = tables.locales.global["en"];
|
||||
}
|
||||
|
||||
return this.httpResponse.getUnclearedBody(result);
|
||||
|
Loading…
x
Reference in New Issue
Block a user