Update of /cvsroot/audacity/htdocs/include
In directory sc8-pr-cvs11.sourceforge.net:/tmp/cvs-serv8175/include

Modified Files:
        lang.inc.php 
Log Message:
Fixed full locale name

Index: lang.inc.php
===================================================================
RCS file: /cvsroot/audacity/htdocs/include/lang.inc.php,v
retrieving revision 1.22
retrieving revision 1.23
diff -u -d -r1.22 -r1.23
--- lang.inc.php        30 Oct 2006 13:12:30 -0000      1.22
+++ lang.inc.php        31 Oct 2006 10:04:59 -0000      1.23
@@ -19,13 +19,13 @@
 // List of available languages.
 $available_locales = array(
   // Language code => Full locale name, Human-readable name.
-  "af" => array("af_AF", "Afrikaans"),
+  "af" => array("af_ZA", "Afrikaans"),
   "cs" => array("cs_CZ", "Česky"),
   "de" => array("de_DE", "Deutsch"),
   "el" => array("el_GR", "Ελληνικά"),
   "en" => array("en_US", "English"),
   "es" => array("es_ES", "Español"),
-  "eu" => array("eu_EU", "Basque"),
+  "eu" => array("eu_ES", "Basque"),
   "fr" => array("fr_FR", "Français"),
   "it" => array("it_IT", "Italiano"),
   "hu" => array("hu_HU", "Magyar"),


-------------------------------------------------------------------------
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
_______________________________________________
Audacity-cvs mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/audacity-cvs

Reply via email to