Skip to content

Commit

Permalink
0209: add regional pref OS locale
Browse files Browse the repository at this point in the history
  • Loading branch information
Thorin-Oakenpants authored Sep 17, 2017
1 parent 2f6deda commit 31e7c72
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions user.js
Original file line number Diff line number Diff line change
Expand Up @@ -100,6 +100,9 @@ user_pref("intl.accept_languages", "en-US, en");
/* 0208: enforce US English locale regardless of the system locale
* [1] https://bugzilla.mozilla.org/show_bug.cgi?id=867501 ***/
user_pref("javascript.use_us_english_locale", true); // (hidden pref)
/* 0209: use APP locale over OS locale in regional preferences (FF56+)
* [1] https://bugzilla.mozilla.org/show_bug.cgi?id=1379420 [also 1364789] ***/
user_pref("intl.regional_prefs.use_os_locales", true);

/*** 0300: QUIET FOX
We choose to not disable auto-CHECKs (0301's) but to disable auto-INSTALLs (0302's).
Expand Down

3 comments on commit 31e7c72

@earthlng
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

to "use APP locale over OS locale in regional preferences" the value should be false, right?

@Thorin-Oakenpants
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

FFS .. I knew that, I especially made sure I had that right - it is false in my user.js. I guess I copypasta'd from the diffs - over-f**king-worked and too-much-sh*t going on

@Thorin-Oakenpants
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

PS: thanks

Please sign in to comment.