Skip to content

Commit edb0941

Browse files
committed
minor symfony#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 symfony#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 symfony#32435 Commits ------- dc2e36d Add danish translation for Range validator
2 parents 71f3f81 + dc2e36d commit edb0941

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
@@ -246,6 +246,10 @@
246246
<source>Error</source>
247247
<target>Fejl</target>
248248
</trans-unit>
249+
<trans-unit id="94">
250+
<source>This value should be between {{ min }} and {{ max }}.</source>
251+
<target>Værdien skal være mellem {{ min }} og {{ max }}.</target>
252+
</trans-unit>
249253
</body>
250254
</file>
251255
</xliff>

0 commit comments

Comments
 (0)