[
https://issues.apache.org/jira/browse/JSPWIKI-242?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Janne Jalkanen resolved JSPWIKI-242.
------------------------------------
Resolution: Fixed
Fixed in 2.7.0-svn-16. Had to add three new localizable properties, though...
> Localization of RecentChangesPlugin
> -----------------------------------
>
> Key: JSPWIKI-242
> URL: https://issues.apache.org/jira/browse/JSPWIKI-242
> Project: JSPWiki
> Issue Type: Improvement
> Components: Localization
> Affects Versions: 2.6.2
> Environment: Any
> Reporter: Goran Karlic
> Assignee: Janne Jalkanen
> Priority: Trivial
> Fix For: 2.8
>
>
> This issue originated from JSPWIKI-196
> RecentChangesPlugin includes following non-localized format string:
> {code}
> String formatString = get(params, "dd.MM.yyyy", PARAM_DATE_FORMAT);
> ...
> String formatString = get(params, "HH:mm:ss", PARAM_TIME_FORMAT);
> {code}
> The best would be to revert to the user's prefered Date/Time format as the
> default instead of this hard-coded formats.
> The problem however is, that the user's prefered Date/Time format can not be
> easily split in Date format and Time format (and that seems essential for the
> recent changes list).
> Any proposals?
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.