mirror of
https://framagit.org/framasoft/mobilizon.git
synced 2024-12-23 16:33:28 +00:00
8dc5b8a4b0
Signed-off-by: Thomas Citharel <tcit@tcit.fr>
5 lines
229 B
JavaScript
5 lines
229 B
JavaScript
// Set the en-US language just in case
|
|
// eslint-disable-next-line @typescript-eslint/explicit-module-boundary-types
|
|
export default function (window) {
|
|
Object.defineProperty(window.navigator, "language", { value: "en-US" });
|
|
}
|