mirror of
https://github.com/Hopiu/django-modeltranslation.git
synced 2026-05-14 08:03:10 +00:00
Describe use-case for MODELTRANSLATION_LANGUAGES
This commit is contained in:
parent
3ffb0ce0a6
commit
ebb7a3cab4
1 changed files with 3 additions and 1 deletions
|
|
@ -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:
|
||||
|
|
|
|||
Loading…
Reference in a new issue