Fix german locales not working because bsg map DE to GE for some reason
This commit is contained in:
parent
4ce4663fbe
commit
68d0007545
@ -149,6 +149,12 @@ export class LocaleService
|
||||
return "cz";
|
||||
}
|
||||
|
||||
// BSG map De to GE some reason
|
||||
if (platformLocale.language === "de")
|
||||
{
|
||||
return "ge";
|
||||
}
|
||||
|
||||
return langaugeCode;
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user