We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 79a4421 + f5adf55 commit 733a3a9Copy full SHA for 733a3a9
translation.rst
@@ -918,6 +918,9 @@ the framework:
918
$framework->defaultLocale('en');
919
};
920
921
+This ``default_locale`` is also relevant for the translator, as we will see
922
+in the next section.
923
+
924
.. _translation-fallback:
925
926
Fallback Translation Locales
@@ -938,7 +941,8 @@ checks translation resources for several locales:
938
941
(Spanish) translation resource (e.g. ``messages.es.yaml``);
939
942
940
943
#. If the translation still isn't found, Symfony uses the ``fallbacks`` option,
- which can be configured as follows:
944
+ which can be configured as follows. When this option is not defined, it
945
+ defaults to the ``default_locale`` setting mentioned in the previous section.
946
947
.. configuration-block::
948
0 commit comments