[
https://issues.apache.org/jira/browse/TAPESTRY-2771?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Paulo Ramos updated TAPESTRY-2771:
----------------------------------
Description:
The Validation strings file in Portuguese (ValidationStrings_pt.properties)
have an unescaped accentuated character and an English word not translated in
the line :
field-too-long=Não pode inserir mais do que {0} characters para {1}.
must be:
field-too-long=N\u00e3o pode inserir mais do que {0} caracteres para
{1}.
was:
The Validation strings file in Portuguese (ValidationStrings_pt.properties)
have an unescaped accentuated character in the line :
field-too-long=Não pode inserir mais do que {0} characters para {1}.
must be:
field-too-long=N\u00e3o pode inserir mais do que {0} characters para
{1}.
> Unescaped accentuated character in ValidationStrings_pt.properties
> ------------------------------------------------------------------
>
> Key: TAPESTRY-2771
> URL: https://issues.apache.org/jira/browse/TAPESTRY-2771
> Project: Tapestry
> Issue Type: Bug
> Components: tapestry-core
> Affects Versions: 4.1.6
> Reporter: Paulo Ramos
> Priority: Minor
> Fix For: 4.1.7
>
>
> The Validation strings file in Portuguese (ValidationStrings_pt.properties)
> have an unescaped accentuated character and an English word not translated in
> the line :
> field-too-long=Não pode inserir mais do que {0} characters para {1}.
> must be:
> field-too-long=N\u00e3o pode inserir mais do que {0} caracteres para
> {1}.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.