From 692f0f0b49e2cc2eb9721fcfa15d8eb2852f9819 Mon Sep 17 00:00:00 2001 From: Javier Eguiluz Date: Sun, 10 Dec 2017 13:51:21 +0100 Subject: [PATCH 1/2] Don't mention the abandoned JMSTranslationBundle --- best_practices/i18n.rst | 8 -------- 1 file changed, 8 deletions(-) diff --git a/best_practices/i18n.rst b/best_practices/i18n.rst index 54e426aed92..d93015639f3 100644 --- a/best_practices/i18n.rst +++ b/best_practices/i18n.rst @@ -36,12 +36,6 @@ Symfony supports notes in XLIFF files, making them more user-friendly for translators. At the end, good translations are all about context, and these XLIFF notes allow you to define that context. -.. tip:: - - The Apache-licensed `JMSTranslationBundle`_ offers you a web interface for - viewing and editing these translation files. It also has advanced extractors - that can read your project and automatically update the XLIFF files. - Translation Source File Location -------------------------------- @@ -96,5 +90,3 @@ English in the application would be: ---- Next: :doc:`/best_practices/security` - -.. _`JMSTranslationBundle`: https://github.com/schmittjoh/JMSTranslationBundle From e1c08eec578b991dbbea0a7511284dc2a260b4c6 Mon Sep 17 00:00:00 2001 From: Javier Eguiluz Date: Mon, 11 Dec 2017 15:22:39 +0100 Subject: [PATCH 2/2] Mention the "PHP Translation Bundle" --- best_practices/i18n.rst | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/best_practices/i18n.rst b/best_practices/i18n.rst index d93015639f3..06bec2b8cbb 100644 --- a/best_practices/i18n.rst +++ b/best_practices/i18n.rst @@ -36,6 +36,11 @@ Symfony supports notes in XLIFF files, making them more user-friendly for translators. At the end, good translations are all about context, and these XLIFF notes allow you to define that context. +.. tip:: + + The `PHP Translation Bundle`_ includes advanced extractors that can read + your project and automatically update the XLIFF files. + Translation Source File Location -------------------------------- @@ -90,3 +95,5 @@ English in the application would be: ---- Next: :doc:`/best_practices/security` + +.. _`PHP Translation Bundle`: https://github.com/php-translation/symfony-bundle