Skip to content

Commit

Permalink
Add "Assume prefered languages per LANG" setting for firefox.
Browse files Browse the repository at this point in the history
Now Twitter and Nico-nico etc. show Japanese pages by default.
  • Loading branch information
tsutsui committed Jan 2, 2019
1 parent 77b6a67 commit 70bfcfa
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions liveimagefiles/firefox/defaults/pref/local-prefs.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
// choose useragent locale per LANG
pref("intl.locale.requested", "");

// Assume prefered languages to show pages per LANG
pref("intl_accept_languages", "");

// Enalbe Network Manager integration
pref("network.manage-offline-status", true);

Expand Down

0 comments on commit 70bfcfa

Please sign in to comment.