Skip to content

Commit 19e09ad

Browse files
Merge branch '3.4' into 4.4
* 3.4: minor #35833 [FrameworkBundle] Add missing items in the unused tag pass whitelist (fabpot) [Validator] Add missing translations
2 parents 6002ced + 4abde4d commit 19e09ad

File tree

2 files changed

+8
-0
lines changed

2 files changed

+8
-0
lines changed

Resources/translations/validators.en.xlf

+4
Original file line numberDiff line numberDiff line change
@@ -370,6 +370,10 @@
370370
<source>This value is not a valid hostname.</source>
371371
<target>This value is not a valid hostname.</target>
372372
</trans-unit>
373+
<trans-unit id="96">
374+
<source>The number of elements in this collection should be a multiple of {{ compared_value }}.</source>
375+
<target>The number of elements in this collection should be a multiple of {{ compared_value }}.</target>
376+
</trans-unit>
373377
</body>
374378
</file>
375379
</xliff>

Resources/translations/validators.fr.xlf

+4
Original file line numberDiff line numberDiff line change
@@ -370,6 +370,10 @@
370370
<source>This value is not a valid hostname.</source>
371371
<target>Cette valeur n'est pas un nom d'hôte valide.</target>
372372
</trans-unit>
373+
<trans-unit id="96">
374+
<source>The number of elements in this collection should be a multiple of {{ compared_value }}.</source>
375+
<target>Le nombre d'éléments de cette collection doit être un multiple de {{ compared_value }}.</target>
376+
</trans-unit>
373377
</body>
374378
</file>
375379
</xliff>

0 commit comments

Comments
 (0)