8000 merged branch ricoli/master (PR #7836) · norberttech/symfony@6bbcb21 · GitHub
[go: up one dir, main page]

Skip to content

Commit 6bbcb21

Browse files
committed
merged branch ricoli/master (PR symfony#7836)
This PR was merged into the master branch. Discussion ---------- [Validator] Added Portuguese translation for the currency validator | Q | A | ------------- | --- | Fixed tickets | N/A | License | MIT Commits ------- a14eee3 [Validator] Added Portuguese translation for the currency validator
2 parents e48e234 + a14eee3 commit 6bbcb21

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

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

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -242,6 +242,10 @@
242242
<source>This value is not a valid ISSN.</source>
243243
<target>Este valor não é um ISSN válido.</target>
244244
</trans-unit>
245+
<trans-unit id="64">
246+
<source>This value is not a valid currency.</source>
247+
<target>Este não é um valor monetário válido.</target>
248+
</trans-unit>
245249
</body>
246250
</file>
247251
</xliff>

0 commit comments

Comments
 (0)
0