8dc5b8a4b0
Signed-off-by: Thomas Citharel <tcit@tcit.fr>
6 lines
229 B
JavaScript
6 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" });
|
|
}
|