Skip to content

Fix validators.pt.xlf #6151

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
pdias opened this issue Nov 29, 2012 · 2 comments
Closed

Fix validators.pt.xlf #6151

pdias opened this issue Nov 29, 2012 · 2 comments

Comments

@pdias
Copy link

pdias commented Nov 29, 2012

In src\Symfony\Component\Validator\Resources\translations\validators.pt.xlf

I think it should be so:

This value is too short. It should have {{ limit }} characters or more. O valor é muito curto. Deveria de ter {{ limit }} caracteres ou mais.|Este valor é muito curto. Deve ter {{ limit }} caracteres ou mais.
@abreu-dev
Copy link
Contributor

Yes its a bug, replace it by:

        <trans-unit id="21">
            <source>This value is too short. It should have {{ limit }} characters or more.</source>
            <target>Este valor é muito curto. Deve ter {{ limit }} caractere ou mais.|Este valor é muito curto. Deve ter {{ limit }} caracteres ou mais.</target>
        </trans-unit>

@fabpot
Copy link
Member

fabpot commented Jan 2, 2013

Can you submit a pull request?

fabpot added a commit that referenced this issue Jan 2, 2013
This PR was submitted for the master branch but it was merged into the 2.1 branch instead (closes #6534).

Commits
-------

a5e7fdf Fixed missing plural message in portuguese validator

Discussion
----------

[Validator] Fixed missing plural message

Bug fix: yes
Feature addition: no
Backwards compatibility break: no
Fixes the following tickets: #6151
Todo: -
License of the code: -
Documentation PR: -
@fabpot fabpot closed this as completed Jan 2, 2013
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants