Author: toad
Date: 2008-01-29 20:10:56 +0000 (Tue, 29 Jan 2008)
New Revision: 17401

Modified:
   trunk/freenet/src/freenet/l10n/L10n.java
Log:
Add danish to the translation selector. I hope this will encourage the 
completion of the danish translation!

Modified: trunk/freenet/src/freenet/l10n/L10n.java
===================================================================
--- trunk/freenet/src/freenet/l10n/L10n.java    2008-01-29 20:05:54 UTC (rev 
17400)
+++ trunk/freenet/src/freenet/l10n/L10n.java    2008-01-29 20:10:56 UTC (rev 
17401)
@@ -36,7 +36,7 @@

        // English has to remain the first one!
        public static final String FALLBACK_DEFAULT = "en";
-       public static final String[] AVAILABLE_LANGUAGES = { "en", "es", "de", 
"fi", "fr", "it", "no", "pl", "se", "unlisted" };
+       public static final String[] AVAILABLE_LANGUAGES = { "en", "es", "da", 
"de", "fi", "fr", "it", "no", "pl", "se", "unlisted" };
        private final String selectedLanguage;

        private static SimpleFieldSet currentTranslation = null;


Reply via email to