diff options
| author | jakul <masterjakul@gmail.com> | 2012-06-07 17:24:48 +0200 |
|---|---|---|
| committer | jakul <masterjakul@gmail.com> | 2012-06-07 17:24:48 +0200 |
| commit | 0e36948f627983bbf2b3cc4c4d2ec4a5a64e6e0a (patch) | |
| tree | bdf46164c23829b7d3726c4b2e08e6ae0bd35068 /docs | |
| parent | c28e700c7e54e3071f173b34a12eb1c4f6e39552 (diff) | |
fix bad locale names
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/ref/django-admin.txt | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/ref/django-admin.txt b/docs/ref/django-admin.txt index 7a2ba33fda..360c0ae4d3 100644 --- a/docs/ref/django-admin.txt +++ b/docs/ref/django-admin.txt @@ -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 |
