Skip to content
This repository was archived by the owner on Sep 16, 2021. It is now read-only.

Commit b85cccf

Browse files
committed
Fixed to give the correct default locale fallback strategy
1 parent fee2017 commit b85cccf

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

bundles/phpcr_odm/multilang.rst

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -88,13 +88,14 @@ from the ``Accept-Language`` HTML header). All of them will never add any
8888
locales that where not configured in the ``locales`` to avoid a request
8989
injecting unexpected things into your repository:
9090

91-
* ``hardcoded``: The default strategy does not update the fallback order from
91+
* ``hardcoded``: This strategy does not update the fallback order from
9292
the request;
9393
* ``replace``: takes the accepted locales from the request and updates the
9494
fallback order with them, removing any locales not found in the request;
9595
* ``merge``: does the same as ``replace`` but then adds locales not found in
9696
the request but on the ``locales`` configuration back to the end of the
97-
fallback list. This reorders the locales without losing any of them.
97+
fallback list. This reorders the locales without losing any of them. This is
98+
the default strategy.
9899

99100
Translated documents
100101
--------------------

0 commit comments

Comments
 (0)