mobilizon.chapril.org-mobil.../js/tests/e2e/specs/browser-language.js
Thomas Citharel 4144e9ffd0
Introduce group basic federation, event new page and notifications
Signed-off-by: Thomas Citharel <tcit@tcit.fr>
2020-06-03 16:01:26 +02:00

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" });
}