8000 minor #42189 Fixes missing translations for Dutch (nl) (rvanlaak) · symfony/symfony@dd43b32 · GitHub
[go: up one dir, main page]

Skip to content

Commit dd43b32

Browse files
committed
minor #42189 Fixes missing translations for Dutch (nl) (rvanlaak)
This PR was squashed before being merged into the 4.4 branch. Discussion ---------- Fixes missing translations for Dutch (nl) | Q | A | ------------- | --- | Branch? | 4.4 | Bug fix? | no | New feature? | no <!-- please update src/**/CHANGELOG.md files --> | Deprecations? | no <!-- please update UPGRADE-*.md and src/**/CHANGELOG.md files --> | Tickets | Fix #41818 <!-- prefix each issue number with "Fix #", no need to create an issue if none exist, explain below instead --> | License | MIT | Doc PR | symfony/symfony-docs#... <!-- required for new features --> Fixes missing translations for Dutch (nl) Related to #38710 The Fabbot check is a false-positive Commits ------- 456bcda Fixes missing translations for Dutch (nl)
2 parents 3413e23 + 456bcda commit dd43b32

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

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

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -386,6 +386,10 @@
386386
<source>This value is not a valid International Securities Identification Number (ISIN).</source>
387387
<target>Deze waarde is geen geldig International Securities Identification Number (ISIN).</target>
388388
</trans-unit>
389+
<trans-unit id="100">
390+
<source>This value should be a valid expression.</source>
391+
<target>Deze waarde moet een geldige expressie zijn.</target>
392+
</trans-unit>
389393
</body>
390394
</file>
391395
</xliff>

0 commit comments

Comments
 (0)
0