Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit eae2d1c

Browse files
committed
minor #43478 Added italian missing translation (andreacivita)
This PR was merged into the 4.4 branch. Discussion ---------- Added italian missing translation | Q | A | ------------- | --- | Branch? | 4.4 | Bug fix? | no | New feature? | no | Deprecations? | no | Tickets | Fix #43445 | License | MIT Added italian missing translation Commits ------- 39bd74a Added italian missing translation
2 parents d9bfb1b + 39bd74a commit eae2d1c

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

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

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -390,6 +390,10 @@
390390
<source>This value should be a valid expression.</source>
391391
<target>Questo valore dovrebbe essere un'espressione valida.</target>
392392
</trans-unit>
393+
<trans-unit id="101">
394+
<source>This value is not a valid CSS color.</source>
395+
<target>Questo valore non è un colore CSS valido.</target>
396+
</trans-unit>
393397
</body>
394398
</file>
395399
</xliff>

0 commit comments

Comments
 (0)