File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
user_guide_src/source/outgoing Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff 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
176176back, unchanged. In this example, it would return ``Errors.errorEmailMissing `` or ``Errors.nested.error.message `` if it didn't exist.
177177
178178Replacing Parameters
@@ -240,7 +240,7 @@ You only need to provide values for those messages that would be
240240localized differently for that locale variant. Any missing message
241241definitions 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 **) ,
244244in case new messages are added to the framework and you haven't had
245245a chance to translate them yet for your locale.
246246
You can’t perform that action at this time.
0 commit comments