2019-10-05 17:07:50 +00:00
|
|
|
// Set the en-US language just in case
|
2020-12-14 09:21:04 +00:00
|
|
|
// eslint-disable-next-line @typescript-eslint/explicit-module-boundary-types
|
2020-02-18 07:57:00 +00:00
|
|
|
export default function (window) {
|
|
|
|
Object.defineProperty(window.navigator, "language", { value: "en-US" });
|
|
|
|
}
|