[med-svn] r629 - trunk/community/website/inc
hanska-guest at alioth.debian.org
hanska-guest at alioth.debian.org
Fri Oct 5 22:54:58 UTC 2007
Author: hanska-guest
Date: 2007-10-05 22:54:58 +0000 (Fri, 05 Oct 2007)
New Revision: 629
Modified:
trunk/community/website/inc/locale.inc.php
Log:
de_DE locale is now fully installed.
We should automate this, though.
Modified: trunk/community/website/inc/locale.inc.php
===================================================================
--- trunk/community/website/inc/locale.inc.php 2007-10-05 22:48:12 UTC (rev 628)
+++ trunk/community/website/inc/locale.inc.php 2007-10-05 22:54:58 UTC (rev 629)
@@ -18,6 +18,10 @@
"en_ZA" => true, "en_ZW" => true,
"it" => true,
"it_IT" => true, "it_CH" => true,
+ "de" => true,
+ "de_DE" => true, "de_AT" => true,
+ "de_CH" => true, "de_LU" => true,
+ "de_BE" => true,
);
$i = 0;
@@ -44,6 +48,13 @@
case "it_IT":
case "it_CH":
$locale = "it_IT"; break;
+ case "de":
+ case "de_DE":
+ case "de_AT":
+ case "de_BE":
+ case "de_CH":
+ case "de_LU":
+ $locale = "de_DE"; break;
case "en":
case "en_US":
case "en_GB":
More information about the debian-med-commit
mailing list