mirror of
https://github.com/django/django.git
synced 2025-07-24 13:44:32 +00:00
Fixed #29144 -- Made untranslated strings for territorial language variants use translations from the generic language variant.
This commit is contained in:
parent
939e0a5995
commit
a20aae414e
9 changed files with 81 additions and 1 deletions
|
@ -2082,7 +2082,13 @@ translations for the same literal:
|
|||
|
||||
In all cases the name of the directory containing the translation is expected to
|
||||
be named using :term:`locale name` notation. E.g. ``de``, ``pt_BR``, ``es_AR``,
|
||||
etc.
|
||||
etc. Untranslated strings for territorial language variants use the translations
|
||||
of the generic language. For example, untranslated ``pt_BR`` strings use ``pt``
|
||||
translations.
|
||||
|
||||
.. versionchanged:: 2.1
|
||||
|
||||
Fallback to the generic language as described above was added.
|
||||
|
||||
This way, you can write applications that include their own translations, and
|
||||
you can override base translations in your project. Or, you can just build
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue