mirror of
https://bitbucket.org/wisemapping/wisemapping-frontend.git
synced 2024-11-11 01:43:23 +01:00
Change locale resolution
This commit is contained in:
parent
0f8d3a3c89
commit
152d7d9fad
@ -35,7 +35,7 @@ export default abstract class AppI18n {
|
||||
}
|
||||
|
||||
} else {
|
||||
result = this.getBrowserLocale();
|
||||
result = this.getDefaultLocale();
|
||||
}
|
||||
return result;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user