8000 minor #10090 [Validator] Update validators.pt_BR.xlf (guilhermeblanco) · symfony/symfony@3558588 · GitHub
[go: up one dir, main page]

Skip to content

Commit 3558588

Browse files
committed
minor #10090 [Validator] Update validators.pt_BR.xlf (guilhermeblanco)
This PR was merged into the 2.3 branch. Discussion ---------- [Validator] Update validators.pt_BR.xlf Fixes for pt_BR validator translations. As a native speaker, here are the necessary changes to make validators 100% compatible with Brazilian portuguese. =D | Q | A | ------------- | --- | Bug fix? | yes | New feature? | no | BC breaks? | no | Deprecations? | no | Tests pass? | yes | License | MIT Commits ------- f637920 Update validators.pt_BR.xlf
2 parents 89171a8 + f637920 commit 3558588

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/Symfony/Component/Validator/Resources/translations/validators.pt_BR.xlf

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -256,7 +256,7 @@
256256
</trans-unit>
257257
<trans-unit id="67">
258258
<source>This value should be greater than or equal to {{ compared_value }}.</source>
259-
<target>Este valor deve ser maior que ou igual a {{ compared_value }}.</target>
259+
<target>Este valor deve ser maior ou igual a {{ compared_value }}.</target>
260260
</trans-unit>
261261
<trans-unit id="68">
262262
<source>This value should be identical to {{ compared_value_type }} {{ compared_value }}.</source>
@@ -268,7 +268,7 @@
268268
</trans-unit>
269269
<trans-unit id="70">
270270
<source>This value should be less than or equal to {{ compared_value }}.</source>
271-
<target>Este valor deve ser menor que ou igual a {{ compared_value }}.</target>
271+
<target>Este valor deve ser menor ou igual a {{ compared_value }}.</target>
272272
</trans-unit>
273273
<trans-unit id="71">
274274
<source>This value should not be equal to {{ compared_value }}.</source>

0 commit comments

Comments
 (0)
0