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

Skip to content

Commit b2f537d

Browse files
committed
minor #43635 Added missing danish translation string (mrbase)
This PR was merged into the 4.4 branch. Discussion ---------- Added missing danish translation string | Q | A | ------------- | --- | Branch? | 4.4 | Bug fix? | yes | New feature? | no | Deprecations? | no | Tickets | Fix #43429 | License | MIT This PR adds a missing translation string in the danish translation. Commits ------- d721ad3 Added missing danish translation string
2 parents c47485b + d721ad3 commit b2f537d

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

src/Symfony/Component/Validator/Resources/translations/validators.da.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>Værdien skal være et gyldigt udtryk.</target>
392392
</trans-unit>
393+
<trans-unit id="101">
394+
<source>This value is not a valid CSS color.</source>
395+
<target>Værdien skal være en gyldig CSS farve.</target>
396+
</trans-unit>
393397
</body>
394398
</file>
395399
</xliff>

0 commit comments

Comments
 (0)