[
https://issues.apache.org/jira/browse/WICKET-1313?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Edvin Syse updated WICKET-1313:
-------------------------------
Attachment: Palette_no.properties
This one is for org.apache.wicket.extensions.markup.html.form.palette.Palette.
It seems it doesn't have a default Palette.properties file, the component just
uses default values like this:
protected Component newAvailableHeader(String componentId)
{
return new Label(componentId, getString("palette.available",
null, "Available"));
}
That's why I missed it :)
> Created Norwegian translation of Application.properties
> -------------------------------------------------------
>
> Key: WICKET-1313
> URL: https://issues.apache.org/jira/browse/WICKET-1313
> Project: Wicket
> Issue Type: Improvement
> Components: wicket
> Affects Versions: 1.3.0-final
> Reporter: Edvin Syse
> Assignee: Frank Bille Jensen
> Priority: Trivial
> Fix For: 1.3.1
>
> Attachments: Application_no.properties, Palette_no.properties,
> wicket_no.tar.gz
>
>
> Attached is the Norwegian translation, Application_no.properties.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.