From 583202c49eb18e42932507365436202c8d7e0dc3 Mon Sep 17 00:00:00 2001 From: Janusz Slota Date: Wed, 22 Jan 2014 15:55:41 +0000 Subject: [PATCH] file extension correction xfliff to xliff --- book/translation.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/book/translation.rst b/book/translation.rst index 193945da32a..242a5212927 100644 --- a/book/translation.rst +++ b/book/translation.rst @@ -392,7 +392,7 @@ key ``Symfony2 is great``. To find the French translation, Symfony actually checks translation resources for several different locales: 1. First, Symfony looks for the translation in a ``fr_FR`` translation resource - (e.g. ``messages.fr_FR.xfliff``); + (e.g. ``messages.fr_FR.xliff``); 2. If it wasn't found, Symfony looks for the translation in a ``fr`` translation resource (e.g. ``messages.fr.xliff``);