diff options
| author | Aymeric Augustin <aymeric.augustin@m4x.org> | 2012-06-07 08:41:16 -0700 |
|---|---|---|
| committer | Aymeric Augustin <aymeric.augustin@m4x.org> | 2012-06-07 08:41:16 -0700 |
| commit | 706fd9adc0b6587c7f96a834c757708e64fcf615 (patch) | |
| tree | bdf46164c23829b7d3726c4b2e08e6ae0bd35068 /docs | |
| parent | c28e700c7e54e3071f173b34a12eb1c4f6e39552 (diff) | |
| parent | 0e36948f627983bbf2b3cc4c4d2ec4a5a64e6e0a (diff) | |
Merge pull request #122 from jakul/issue-18442
Fixed #18442 -- Invalid locale name in docs.
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 |
