File tree 1 file changed +8
-4
lines changed
1 file changed +8
-4
lines changed Original file line number Diff line number Diff line change @@ -162,12 +162,16 @@ Fallback Locales
162
162
163
163
If the message is not located in the catalog of the specific locale, the
164
164
translator 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:
166
166
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;
168
169
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;
171
175
172
176
#. If the translation still isn't found, the translator uses the one or more
173
177
fallback locales set explicitly on the translator.
You can’t perform that action at this time.
0 commit comments