File tree Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -248,12 +248,12 @@ using the ``trans()`` method:
248248
249249#. The ``locale `` of the current user, which is stored on the request is determined;
250250
251- * A catalog (e.g. big collection) of translated messages is loaded from translation
252- resources defined for the ``locale `` (e.g. ``fr_FR ``). Messages from the
253- :ref: `fallback locale <translation-fallback >` are also loaded and
254- added to the catalog if they don't already exist. The end result is a large
255- "dictionary" of translations. This catalog is cached in production to
256- minimize performance impact.
251+ #. A catalog (e.g. big collection) of translated messages is loaded from translation
252+ resources defined for the ``locale `` (e.g. ``fr_FR ``). Messages from the
253+ :ref: `fallback locale <translation-fallback >` are also loaded and
254+ added to the catalog if they don't already exist. The end result is a large
255+ "dictionary" of translations. This catalog is cached in production to
256+ minimize performance impact.
257257
258258#. If the message is located in the catalog, the translation is returned. If
259259 not, the translator returns the original message.
You can’t perform that action at this time.
0 commit comments