Skip to content
Snippets Groups Projects
Commit f40166ff authored by Ramon Souza's avatar Ramon Souza
Browse files

get overrideLocale value from settings file in guest wait

parent 3e497e2d
No related branches found
No related tags found
No related merge requests found
......@@ -114,7 +114,7 @@
const DEFAULT_LANGUAGE = 'en';
const LOCALES_ENDPOINT = '/html5client/locale';
const url = new URL(`${window.location.origin}${LOCALES_ENDPOINT}`);
url.search = `locale=${navigator.language}`;
url.search = `locale=${navigator.language}&init=true`;
const localesPath = 'locales';
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment