mirror of
https://github.com/django/django.git
synced 2025-11-07 07:15:35 +00:00
Fixed #33842 -- Used :source: role for links to repo files on GitHub.
This commit is contained in:
committed by
Carlton Gibson
parent
f3a06b06b5
commit
c6290bae9d
@@ -2080,7 +2080,7 @@ translations for the same literal:
|
||||
#. Then, it looks for and uses if it exists a ``locale`` directory in each
|
||||
of the installed apps listed in :setting:`INSTALLED_APPS`. The ones
|
||||
appearing first have higher precedence than the ones appearing later.
|
||||
#. Finally, the Django-provided base translation in ``django/conf/locale``
|
||||
#. Finally, the Django-provided base translation in :source:`django/conf/locale`
|
||||
is used as a fallback.
|
||||
|
||||
.. seealso::
|
||||
|
||||
Reference in New Issue
Block a user