[freenet-cvs] r13097 - trunk/freenet/src/freenet/l10n
toad at freenetproject.org
toad at freenetproject.org
Wed May 2 14:35:12 UTC 2007
Author: toad
Date: 2007-05-02 14:35:12 +0000 (Wed, 02 May 2007)
New Revision: 13097
Modified:
trunk/freenet/src/freenet/l10n/L10n.java
Log:
Add swedish and italian translations from Cooo and _ph00 respectively.
Modified: trunk/freenet/src/freenet/l10n/L10n.java
===================================================================
--- trunk/freenet/src/freenet/l10n/L10n.java 2007-05-02 14:10:32 UTC (rev 13096)
+++ trunk/freenet/src/freenet/l10n/L10n.java 2007-05-02 14:35:12 UTC (rev 13097)
@@ -36,7 +36,7 @@
public static final String OVERRIDE_SUFFIX = ".override" + SUFFIX;
// English has to remain the first one!
- public static final String[] AVAILABLE_LANGUAGES = { "en", "fr", "pl", "unlisted" };
+ public static final String[] AVAILABLE_LANGUAGES = { "en", "fr", "pl", "it", "se", "unlisted" };
private final String selectedLanguage;
private static SimpleFieldSet currentTranslation = null;
More information about the cvs
mailing list