mirror of
https://github.com/Hopiu/django.git
synced 2026-04-29 11:14:46 +00:00
Merge pull request #122 from jakul/issue-18442
Fixed #18442 -- Invalid locale name in docs.
This commit is contained in:
commit
706fd9adc0
1 changed files with 2 additions and 2 deletions
|
|
@ -109,7 +109,7 @@ If not provided, all locales are processed.
|
|||
|
||||
Example usage::
|
||||
|
||||
django-admin.py compilemessages --locale=br_PT
|
||||
django-admin.py compilemessages --locale=pt_BR
|
||||
|
||||
createcachetable
|
||||
----------------
|
||||
|
|
@ -426,7 +426,7 @@ Use the :djadminopt:`--locale` option to specify the locale to process.
|
|||
|
||||
Example usage::
|
||||
|
||||
django-admin.py makemessages --locale=br_PT
|
||||
django-admin.py makemessages --locale=pt_BR
|
||||
|
||||
.. django-admin-option:: --domain
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue