mirror of
https://github.com/django/django.git
synced 2025-08-04 02:48:35 +00:00
fix bad locale names
This commit is contained in:
parent
c28e700c7e
commit
0e36948f62
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…
Add table
Add a link
Reference in a new issue