Describe use-case for MODELTRANSLATION_LANGUAGES

This commit is contained in:
Mathieu Leplatre 2014-02-05 17:21:52 +01:00
parent 3ffb0ce0a6
commit ebb7a3cab4

View file

@ -175,7 +175,9 @@ Example::
)
MODELTRANSLATION_LANGUAGES = ('en', 'de')
.. note:: We doubt this setting will ever be needed, but why not add it since we can?
.. note::
This setting may become useful if your users shall produce content for a restricted
set of languages, while your application is translated into a greater number of locales.
.. _settings-modeltranslation_fallback_languages: