diff --git a/book/translation.rst b/book/translation.rst index e2b51c43729..58add6ec2c8 100644 --- a/book/translation.rst +++ b/book/translation.rst @@ -470,6 +470,9 @@ Symfony2 will discover these files and use them when translating either .. index:: single: Translations; Message domains + +.. _using-message-domains: + Using Message Domains --------------------- diff --git a/cookbook/bundles/override.rst b/cookbook/bundles/override.rst index 4354ddfa558..a78bb9fc062 100644 --- a/cookbook/bundles/override.rst +++ b/cookbook/bundles/override.rst @@ -129,7 +129,7 @@ Translations Translations are not related to bundles, but to domains. That means that you can override the translations from any translation file, as long as it is in -:ref:`the correct domain `. +:ref:`the correct domain `. .. caution::