mirror of
https://github.com/django/django.git
synced 2025-08-04 02:48:35 +00:00
Capitalized "Python" in docs.
This commit is contained in:
parent
5c35b4a8c9
commit
2fbea621e6
6 changed files with 7 additions and 7 deletions
|
@ -1858,7 +1858,7 @@ way Django does translation:
|
|||
* The string domain is ``django`` or ``djangojs``. This string domain is
|
||||
used to differentiate between different programs that store their data
|
||||
in a common message-file library (usually ``/usr/share/locale/``). The
|
||||
``django`` domain is used for python and template translation strings
|
||||
``django`` domain is used for Python and template translation strings
|
||||
and is loaded into the global translation catalogs. The ``djangojs``
|
||||
domain is only used for JavaScript translation catalogs to make sure
|
||||
that those are as small as possible.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue