Skip to content

Commit f08c4ae

Browse files
committed
docs: make description more detailed
1 parent 8319a3c commit f08c4ae

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

user_guide_src/source/outgoing/localization.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -172,7 +172,7 @@ For nested definition, you would do the following:
172172

173173
.. literalinclude:: localization/011.php
174174

175-
If the requested language key doesn't exist in the file for the current locale, the string will be passed
175+
If the requested language key doesn't exist in the file for the current locale (after `Language Fallback`_), the string will be passed
176176
back, unchanged. In this example, it would return ``Errors.errorEmailMissing`` or ``Errors.nested.error.message`` if it didn't exist.
177177

178178
Replacing Parameters
@@ -240,7 +240,7 @@ You only need to provide values for those messages that would be
240240
localized differently for that locale variant. Any missing message
241241
definitions will be automatically pulled from the main locale settings.
242242

243-
It gets better - the localization can fall all the way back to English,
243+
It gets better - the localization can fall all the way back to English (**en**),
244244
in case new messages are added to the framework and you haven't had
245245
a chance to translate them yet for your locale.
246246

0 commit comments

Comments
 (0)