[Mapbender-commits] r3837 - branches/2.6/http/classes

svn_mapbender at osgeo.org svn_mapbender at osgeo.org
Mon Mar 30 03:04:49 EDT 2009


Author: astrid_emde
Date: 2009-03-30 03:04:46 -0400 (Mon, 30 Mar 2009)
New Revision: 3837

Modified:
   branches/2.6/http/classes/class_locale.php
Log:
hu_HU added - locale definition needs review

Modified: branches/2.6/http/classes/class_locale.php
===================================================================
--- branches/2.6/http/classes/class_locale.php	2009-03-30 06:58:27 UTC (rev 3836)
+++ branches/2.6/http/classes/class_locale.php	2009-03-30 07:04:46 UTC (rev 3837)
@@ -216,6 +216,12 @@
 				'bsd' => 'el_GR',
 				'posix' => 'el_GR'
 			);
+			$this->systemLocales['hu_HU'] = array(
+				'linux' => 'hu_HU.utf8',
+				'windows' => 'hu_HU.1250',
+				'bsd' => 'hu_HU',
+				'posix' => 'hu_HU'
+			);			
         }
 
         /**
@@ -237,6 +243,10 @@
 						'fr' => 'fr_FR',
 						'el_GR' => 'el_GR',
 						'gr' => 'el_GR',
+						'hu_HU' => 'hu_HU',
+						'hu' => 'hu_HU',
+						'pt_PT' => 'pt_PT',
+						'pt' => 'pt_PT',												
 						'it_IT' => 'it_IT',
 						'it' => 'it_IT');
         }



More information about the Mapbender_commits mailing list