8000 merged branch hhamon/french_translation_messages (PR #4906) · nathanlon/symfony@cf41bf8 · GitHub
[go: up one dir, main page]

Skip to content

Commit cf41bf8

Browse files
committed
merged branch hhamon/french_translation_messages (PR symfony#4906)
Commits ------- b3958af [Validator] [Resources] fixed french validator translated messages for the french locale. Discussion ---------- [Validator] [Resources] fixed french validator translated messages for the french locale Bug fix: yes Feature addition: no Backwards compatibility break: no Symfony2 tests pass: yes Fixes the following tickets: symfony#4900
2 parents f9765d5 + b3958af commit cf41bf8
< ECAF /div>

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,11 +24,11 @@
2424
</trans-unit>
2525
<trans-unit id="6">
2626
<source>You must select at least {{ limit }} choices.</source>
27-
<target>Vous devez sélectionner au moins {{ limit }} choix.</target>
27+
<target>Vous devez sélectionner au moins {{ limit }} choix.|Vous devez sélectionner au moins {{ limit }} choix.</target>
2828
</trans-unit>
2929
<trans-unit id="7">
3030
<source>You must select at most {{ limit }} choices.</source>
31-
<target>Vous devez sélectionner au maximum {{ limit }} choix.</target>
31+
<target>Vous devez sélectionner au maximum {{ limit }} choix.|Vous devez sélectionner au maximum {{ limit }} choix.</target>
3232
</trans-unit>
3333
<trans-unit id="8">
3434
<source>One or more of the given values is invalid.</source>

0 commit comments

Comments
 (0)
0