Skip to content

Commit

Permalink
minor #43462 [Validator] [Translation/Validator] Added dutch(nl) tran…
Browse files Browse the repository at this point in the history
…slation (CssColorValidator) (evertharmeling)

This PR was merged into the 4.4 branch.

Discussion
----------

[Validator] [Translation/Validator] Added dutch(nl) translation (CssColorValidator)

| 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 #43430 <!-- 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 -->
<!--
Replace this notice by a short README for your feature/bugfix. This will help people
understand your PR and can be used as a start for the documentation.

Additionally (see https://symfony.com/releases):
 - Always add tests and ensure they pass.
 - Never break backward compatibility (see https://symfony.com/bc).
 - Bug fixes must be submitted against the lowest maintained branch where they apply
   (lowest branches are regularly merged to upper ones so they get the fixes too.)
 - Features and deprecations must be submitted against branch 5.x.
 - Changelog entry should follow https://symfony.com/doc/current/contributing/code/conventions.html#writing-a-changelog-entry
-->

Commits
-------

a9c36b8 Added dutch(nl) translation (CssColorValidator)
  • Loading branch information
fabpot committed Oct 15, 2021
2 parents cad07d0 + a9c36b8 commit 23393a0
Showing 1 changed file with 4 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -390,6 +390,10 @@
<source>This value should be a valid expression.</source>
<target>Deze waarde moet een geldige expressie zijn.</target>
</trans-unit>
<trans-unit id="101">
<source>This value is not a valid CSS color.</source>
<target>Deze waarde is geen geldige CSS kleur.</target>
</trans-unit>
</body>
</file>
</xliff>

0 comments on commit 23393a0

Please sign in to comment.