Fixed to use sm_mt_randomize()
[squirrelmail.git] / doc / translating.txt
index 3914838d0ee9ca7126671c901fcf3960464bbfaf..dee35a30d37b5e15b1ecc9c8965baf946ce94e5a 100644 (file)
@@ -13,7 +13,7 @@ a) You must have gettext installed. If it is not installed you can
 
 b) Find the language code for the language you are going to translate
    into. A list of language codes can be found at
-   <URL:http://lcweb.loc.gov/standards/iso639-2/iso639jac.html>. If
+   <URL:http://lcweb.loc.gov/standards/iso639-2/langhome.html>. If
    there is a 2 letter code for the language, use this.
 
    Create a directory squirrelmail/locale/language_code/LC_MESSAGES/.
@@ -32,6 +32,9 @@ c) To translate the actual strings fill inn the msgstr after each
 d) Add the language name and language code to the array at the top of
    squirrelmail/functions/i18n.php.
 
+There is also a small script in the po/ directory that can help in
+creating charset mappings from the mappings files that are provided by
+the Unicode consortium.
 
 2. Maintaining translations
 ---------------------------