minor #32519 [Validator] Add danish translation for Range validator (PReimers)

This PR was submitted for the 4.4 branch but it was merged into the 3.4 branch instead (closes #32519).

Discussion
----------

[Validator] Add danish translation for Range validator

| Q             | A
| ------------- | ---
| Branch?       | 4.4
| Bug fix?      | no
| New feature?  | no
| BC breaks?    | no
| Deprecations? | no
| Tests pass?   | yes
| Fixed tickets | -
| License       | MIT
| Doc PR        | -

Danish translation for #32435

Commits
-------

dc2e36d7c7 Add danish translation for Range validator
This commit is contained in:
Fabien Potencier 2019-07-12 14:08:55 +03:00
commit edb094136c
1 changed files with 4 additions and 0 deletions

View File

@ -246,6 +246,10 @@
<source>Error</source>
<target>Fejl</target>
</trans-unit>
<trans-unit id="94">
<source>This value should be between {{ min }} and {{ max }}.</source>
<target>Værdien skal være mellem {{ min }} og {{ max }}.</target>
</trans-unit>
</body>
</file>
</xliff>