merged branch andreabreu98/master (PR #6534)

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: -
This commit is contained in:
Fabien Potencier 2013-01-02 16:51:07 +01:00
commit 25f970a6d7
1 changed files with 1 additions and 1 deletions

View File

@ -84,7 +84,7 @@
</trans-unit>
<trans-unit id="21">
<source>This value is too short. It should have {{ limit }} characters or more.</source>
<target>O valor é muito curto. Deveria de ter {{ limit }} caracteres ou mais.</target>
<target>O valor é muito curto. Deveria de ter {{ limit }} caractere ou mais.|O valor é muito curto. Deveria de ter {{ limit }} caracteres ou mais.</target>
</trans-unit>
<trans-unit id="22">
<source>This value should not be blank.</source>