[freenet-cvs] r17007 - trunk/freenet/src/freenet/l10n

nextgens at freenetproject.org nextgens at freenetproject.org
Fri Jan 11 09:39:10 UTC 2008


Author: nextgens
Date: 2008-01-11 09:39:08 +0000 (Fri, 11 Jan 2008)
New Revision: 17007

Modified:
   trunk/freenet/src/freenet/l10n/L10n.java
Log:
L10n: add finnish to the l10n framework

Modified: trunk/freenet/src/freenet/l10n/L10n.java
===================================================================
--- trunk/freenet/src/freenet/l10n/L10n.java	2008-01-11 03:28:42 UTC (rev 17006)
+++ trunk/freenet/src/freenet/l10n/L10n.java	2008-01-11 09:39:08 UTC (rev 17007)
@@ -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", "de", "fr", "it", "no", "pl", "se", "es", "unlisted" };
+	public static final String[] AVAILABLE_LANGUAGES = { "en", "es", "de", "fi", "fr", "it", "no", "pl", "se", "unlisted" };
 	private final String selectedLanguage;
 	
 	private static SimpleFieldSet currentTranslation = null;




More information about the cvs mailing list