[
https://issues.apache.org/struts/browse/WW-2927?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=45464#action_45464
]
Oscar Farga commented on WW-2927:
---------------------------------
I am missing support for catalan language too.
I am willing to contribute.
Regards
> datetimepicker does not support danish language
> -----------------------------------------------
>
> Key: WW-2927
> URL: https://issues.apache.org/struts/browse/WW-2927
> Project: Struts 2
> Issue Type: Improvement
> Components: Plugin - Dojo Tags
> Affects Versions: 2.1.2
> Environment: WebLogic 9.2, client IE6 and IE7
> Reporter: Søren Pedersen
>
> I am missing support for the danish language in datetimepicker.
> To solved the problem we tried to unpack struts2-dojo-plugin.jar and added
> two new files:
> - org\apache\struts2\static\dojo\nls\dojo_da.js
> - org\apache\struts2\static\dojo\src\i18n\calendar\nls\da\gregorian.js
> The html we use look like this:
> <html>
> <head>
> <sx:head extraLocales="da" />
> </head>
> <body>
> <table>
> <sx:datetimepicker label="In Danish" name="sip" language="da" />
> </table>
> </body>
> </html>
> But it didn't work.
> If I can fix the issue myself I will be happy to contribute.
> Regards,
> Søren Pedersen
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.