And now even with the correct URL...
[squirrelmail.git] / doc / translating.txt
index 8af9e3d1ec55959c5e600117176d0e528a017ff7..cdb4debbe30826c978cd2b1fb8aa0c6ba612d18e 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
 
 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://www.dsv.su.se/~jpalme/ietf/language-codes.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/.
    there is a 2 letter code for the language, use this.
 
    Create a directory squirrelmail/locale/language_code/LC_MESSAGES/.
@@ -30,8 +30,7 @@ c) To translate the actual strings fill inn the msgstr after each
    the directory where the translated squirrelmail.po is residing.
 
 d) Add the language name and language code to the array at the top of
    the directory where the translated squirrelmail.po is residing.
 
 d) Add the language name and language code to the array at the top of
-   squirrelmail/functions/i18n.php. For a reference of correct two character
-   country codes refer to this <URL:http://palimpsest.stnford.edu/lex/iso639.html>.
+   squirrelmail/functions/i18n.php.
 
 
 2. Maintaining translations
 
 
 2. Maintaining translations