diff --git a/docs/internals/deprecation.txt b/docs/internals/deprecation.txt index 3f0f998b4a..ca29d15dcc 100644 --- a/docs/internals/deprecation.txt +++ b/docs/internals/deprecation.txt @@ -177,6 +177,12 @@ their deprecation, as per the :ref:`Django deprecation policy required to end with a trailing slash to ensure there is a consistent way to combine paths in templates. + * 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. + * 2.0 * ``django.views.defaults.shortcut()``. This function has been moved to ``django.contrib.contenttypes.views.shortcut()`` as part of the