0
0
mirror of https://github.com/django/django.git synced 2024-11-29 22:56:46 +01:00

fix bad locale names

This commit is contained in:
jakul 2012-06-07 17:24:48 +02:00
parent c28e700c7e
commit 0e36948f62

View File

@ -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