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