You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@wicket.apache.org by "Alasdair Collinson (JIRA)" <ji...@apache.org> on 2016/01/07 15:46:40 UTC

[jira] [Updated] (WICKET-6068) The key RangeValidator.exact is not mapped in Application_de.properties

     [ https://issues.apache.org/jira/browse/WICKET-6068?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Alasdair Collinson updated WICKET-6068:
---------------------------------------
    Description: 
The AbstractRangeValidator supports a mode called "EXACT" which requires the key "RangeValidator.exact". While this key does exist in the English Application.properties, it is missing in the German Application_de.properties (and possibly others). My suggestion for this entry would be something like this:

{code}
RangeValidator.exact=Der Wert von '${label}' muss genau ${minimum} betragen.
{code}

  was:
The AbstractRangeValidator supports a mode called "EXACT" which requires the key "RangeValidator.exact". While this key does exist in the English Application.properties, it is missing in the German Application_de.properties (and possibly others). My suggestion for this entry would be something like this:

RangeValidator.exact=Der Wert von '${label}' muss genau ${minimum} betragen.


> The key RangeValidator.exact is not mapped in Application_de.properties
> -----------------------------------------------------------------------
>
>                 Key: WICKET-6068
>                 URL: https://issues.apache.org/jira/browse/WICKET-6068
>             Project: Wicket
>          Issue Type: Bug
>    Affects Versions: 6.19.0
>            Reporter: Alasdair Collinson
>            Priority: Minor
>
> The AbstractRangeValidator supports a mode called "EXACT" which requires the key "RangeValidator.exact". While this key does exist in the English Application.properties, it is missing in the German Application_de.properties (and possibly others). My suggestion for this entry would be something like this:
> {code}
> RangeValidator.exact=Der Wert von '${label}' muss genau ${minimum} betragen.
> {code}



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)