Skip to content

Commit e385d28

Browse files
committed
bug symfony#3503 file extension correction xfliff to xliff (nixilla)
This PR was submitted for the 2.4 branch but it was merged into the 2.3 branch instead (closes symfony#3503). Discussion ---------- file extension correction xfliff to xliff may be confusing for some readers Commits ------- 583202c file extension correction xfliff to xliff
2 parents 7f56c20 + 4b79423 commit e385d28

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

book/translation.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -395,7 +395,7 @@ key ``Symfony2 is great``. To find the French translation, Symfony actually
395395
checks translation resources for several different locales:
396396

397397
1. First, Symfony looks for the translation in a ``fr_FR`` translation resource
398-
(e.g. ``messages.fr_FR.xfliff``);
398+
(e.g. ``messages.fr_FR.xliff``);
399399

400400
2. If it wasn't found, Symfony looks for the translation in a ``fr`` translation
401401
resource (e.g. ``messages.fr.xliff``);

0 commit comments

Comments
 (0)