summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
Diffstat (limited to 'docs')
-rw-r--r--docs/internals/deprecation.txt6
1 files changed, 6 insertions, 0 deletions
diff --git a/docs/internals/deprecation.txt b/docs/internals/deprecation.txt
index cae3f9f36c..16dbec8e1d 100644
--- a/docs/internals/deprecation.txt
+++ b/docs/internals/deprecation.txt
@@ -186,6 +186,12 @@ these changes.
performance issues and will follow a slightly accelerated deprecation
timeframe.
+* Translations located under the so-called *project path* will be ignored during
+ the translation building process performed at runtime. The
+ :setting:`LOCALE_PATHS` setting can be used for the same task by including the
+ filesystem path to a ``locale`` directory containing non-app-specific
+ translations in its value.
+
1.6
---