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;