77d286ebb6
Signed-off-by: Thomas Citharel <tcit@tcit.fr>
2 lines
151 B
JavaScript
2 lines
151 B
JavaScript
// Set the en-US language just in case
|
|
export const onBeforeLoad = (window) => Object.defineProperty(window.navigator, 'language', { value: 'en-US' }); |