Skip to content

Commit d57b714

Browse files
committed
minor #13430 explain precedence of translation directories (SimonHeimberg)
This PR was submitted for the 3.4 branch but it was merged into the 4.4 branch instead. Discussion ---------- explain precedence of translation directories Explain the precedence of translation directories configured in `translator.path`. Commits ------- de781e6 explain precedence of translation directories
2 parents 3688f89 + de781e6 commit d57b714

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

reference/configuration/framework.rst

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2186,7 +2186,9 @@ paths
21862186
**type**: ``array`` **default**: ``[]``
21872187

21882188
This option allows to define an array of paths where the component will look
2189-
for translation files.
2189+
for translation files. Translation entries from later directories overwrite
2190+
earlyer ones. The last processed dir is `default_path <reference-translator-default_path>`
2191+
(which has a default value).
21902192

21912193
.. _reference-translator-default_path:
21922194

0 commit comments

Comments
 (0)