File tree Expand file tree Collapse file tree 1 file changed +8
-4
lines changed Expand file tree Collapse file tree 1 file changed +8
-4
lines changed Original file line number Diff line number Diff line change @@ -162,12 +162,16 @@ Fallback Locales
162162
163163If the message is not located in the catalog of the specific locale, the
164164translator will look into the catalog of one or more fallback locales. For
165- example, assume you're trying to translate into the ``fr_FR `` locale:
165+ example, assume you're trying to translate into the ``es_AR `` locale:
166166
167- #. First, the translator looks for the translation in the ``fr_FR `` locale;
167+ #. First, the translator looks for the translation in the ``es_AR ``
168+ (Argentinean Spanish) locale;
168169
169- #. If it wasn't found, the translator looks for the translation in the ``fr ``
170- locale;
170+ #. If it wasn't found, the translator looks for the translation in the
171+ ``es_419 `` (Latin American Spanish) locale;
172+
173+ #. If it wasn't found, the translator looks for the translation in the ``es ``
174+ (Spanish) locale;
171175
172176#. If the translation still isn't found, the translator uses the one or more
173177 fallback locales set explicitly on the translator.
You can’t perform that action at this time.
0 commit comments