summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorRamiro Morales <cramm0@gmail.com>2012-01-25 14:26:46 +0000
committerRamiro Morales <cramm0@gmail.com>2012-01-25 14:26:46 +0000
commit332b248be8dc2578db7a24f0b9c2af28e7b97754 (patch)
tree3aa1f6e847729471c9905b848d9d3a0e4624c276 /docs
parent0907233040fa0fe48185f2eb650dd677bdeb7878 (diff)
Added note about deprecation of project-level translations to the deprecation timeline document.
Thanks Jannis for the report. Fixes #17588. git-svn-id: http://code.djangoproject.com/svn/django/trunk@17394 bcc190cf-cafb-0310-a4f2-bffc1f526a37
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
---