summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
author Eric Hameleers <alien@slackware.com>2012-09-07 23:14:26 +0000
committer Eric Hameleers <alien@slackware.com>2012-09-07 23:14:26 +0000
commit126c8ddf3c8dc1d70c71bf55d7963cce22202ecc (patch)
treee6cd7b55e59150899c80f6b6b18e7d226f4b9ba9
parent4ee00ebed615aa4bddd69878537989387eed2767 (diff)
downloadasb-126c8ddf3c8dc1d70c71bf55d7963cce22202ecc.tar.gz
asb-126c8ddf3c8dc1d70c71bf55d7963cce22202ecc.tar.xz
Initial revision
-rw-r--r--mozilla-firefox-l10n/build/README.1st29
1 files changed, 29 insertions, 0 deletions
diff --git a/mozilla-firefox-l10n/build/README.1st b/mozilla-firefox-l10n/build/README.1st
new file mode 100644
index 00000000..a48ff69f
--- /dev/null
+++ b/mozilla-firefox-l10n/build/README.1st
@@ -0,0 +1,29 @@
+Firefox localization
+====================
+
+Example installation of a dutch (nl_NL) language pack. Note the use of various
+versions of the locale's name: "nl" (name of the XPI file) versus "nl-NL"
+(value of the config variable) versus "nl_NL" (the official ISO name).
+
+* Install the "nl.xpi" language pack using this SlackBuild script. Create a
+ Slackware package using the following command (use your firefox version and
+ language):
+ # VERSION=15.0 LANG=nl ./mozilla-firefox-l10n.SlackBuild
+* If the Slackware locale already is set to "nl_NL" in your profile script
+ "/etc/profile.d/lang.sh", then you can use "about:config" to set the boolean
+ intl.locale.matchOS = true
+ which will force firefox to obey the locale setting of the OS. My package
+ does this for you automatically.
+* If your locale is not equal to the language you want to use for firefox,
+ you must explicitly set the interface language. First make sure that
+ intl.locale.matchOS = false
+ or else your locale setting will always have preference, and then set:
+ general.useragent.locale = nl-NL
+ This will cause the firefox interface to show in dutch after a restart.
+* Alternatively you can install this add-on to manage the language selection
+ in the firefox menu:
+ https://addons.mozilla.org/firefox/addon/locale-switcher/
+
+Enjoy!
+-----------------------------------------------------------------------------
+ Eric Hameleers, alien at slackware.com 08-sep/2012