dr460nf1r3/firedragon-browser

Make this translationable

Closed this issue ยท 2 comments

Make this translationable

/** [SECTION] LANGUAGE
* show language as en-US for all users, regardless of their OS language and browser language.
* both prefs must use pref() and not defaultPref to work.
*/
pref("javascript.use_us_english_locale", true);
pref("intl.accept_languages", "en-US, en");
// disable region specific updates from mozilla
lockPref("browser.region.network.url", "");
lockPref("browser.region.update.enabled", false);

Change this if you need to change language I think. Also check this out: https://gitlab.com/librewolf-community/browser/windows/-/issues/64

ok thanks!