4144e9ffd0
Signed-off-by: Thomas Citharel <tcit@tcit.fr>
5 lines
151 B
JavaScript
5 lines
151 B
JavaScript
// Set the en-US language just in case
|
|
export default function (window) {
|
|
Object.defineProperty(window.navigator, "language", { value: "en-US" });
|
|
}
|