DE and ES localizations not being set up properly
-------------------------------------------------
Key: JSPWIKI-124
URL: https://issues.apache.org/jira/browse/JSPWIKI-124
Project: JSPWiki
Issue Type: Bug
Components: Localization
Affects Versions: 2.6.0
Reporter: Janne Jalkanen
Priority: Minor
Fix For: 2.6.1
EN and FI localizations work, because the files are named
"CoreResources_en.properties" and "CoreResources_fi.properties". However, DE
and ES are using the "de_DE" and "es_ES" locales, respectively, which means
that most browsers which just send "German" (de) will see the default English
(and ditto for Spanish).
The locale files should probably be named "CoreResources_de.properties" instead
of "CoreResources_de_DE.properties" in order to catch a larger number of users.
This is a minor fix, so I propose we take this already in 2.6.1.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.