You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tapestry.apache.org by "Paulo Ramos (JIRA)" <de...@tapestry.apache.org> on 2010/10/21 12:49:17 UTC

[jira] Created: (TAPESTRY-2771) Unescaped accentuated character in ValidationStrings_pt.properties

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 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}.


-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Updated: (TAPESTRY-2771) Unescaped accentuated character in ValidationStrings_pt.properties

Posted by "Paulo Ramos (JIRA)" <de...@tapestry.apache.org>.
     [ 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.


[jira] Updated: (TAPESTRY-2771) Unescaped accentuated character in ValidationStrings_pt.properties

Posted by "Paulo Ramos (JIRA)" <de...@tapestry.apache.org>.
     [ 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.