mirror of
https://github.com/django/django.git
synced 2025-11-25 05:04:26 +00:00
Capitalized "Python" in docs.
This commit is contained in:
parent
5c35b4a8c9
commit
2fbea621e6
6 changed files with 7 additions and 7 deletions
|
|
@ -359,7 +359,7 @@ from::
|
|||
return True
|
||||
|
||||
Finally, in the settings file, we add the following (substituting
|
||||
``path.to.`` with the actual python path to the module(s) where the
|
||||
``path.to.`` with the actual Python path to the module(s) where the
|
||||
routers are defined)::
|
||||
|
||||
DATABASE_ROUTERS = ['path.to.AuthRouter', 'path.to.PrimaryReplicaRouter']
|
||||
|
|
|
|||
|
|
@ -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