Browse Source

added french translation

Luke Ehresman 25 years ago
parent
commit
3b9ada149a
2 changed files with 3 additions and 0 deletions
  1. 1 0
      AUTHORS
  2. 2 0
      functions/i18n.php

+ 1 - 0
AUTHORS

@@ -20,6 +20,7 @@
    Swedish:      Tobias Ekbom <tobias@vallcom.net>	
    Dutch:        Arjan Halma <arjan@halma.nl>
    Portuguese (Brazil): Henrique Moura <henriquemoura@hotmail.com>
+   French        Ali Nedjimi <unix@ifrance.com>
 
  Significant Contributions:
  --------------------------

+ 2 - 0
functions/i18n.php

@@ -29,6 +29,8 @@
    $languages["nl"]["CHARSET"] = "iso-8859-1";
    $languages["pt_BR"]["NAME"] = "Portuguese (Brazil)";
    $languages["pt_BR"]["CHARSET"] = "iso-8859-1";
+   $languages["fr"]["NAME"]    = "French";
+   $languages["fr"]["CHARSET"] = "iso-8859-1";
 
    // Decodes a string to the internal encoding from the given charset
    function charset_decode ($charset, $string) {