Clarified that makemessages -l takes a locale name, not a language code.

This commit is contained in:
Mitch Davis 2014-08-24 13:01:13 +10:00 committed by Tim Graham
parent 4c85a0d95f
commit 5473c36cef
1 changed files with 3 additions and 4 deletions

View File

@ -1257,10 +1257,9 @@ To create or update a message file, run this command::
django-admin makemessages -l de django-admin makemessages -l de
...where ``de`` is the language code for the message file you want to create. ...where ``de`` is the :term:`locale name` for the message file you want to
The language code, in this case, is in :term:`locale format<locale name>`. For create. For example, ``pt_BR`` for Brazilian Portuguese, ``de_AT`` for Austrian
example, it's ``pt_BR`` for Brazilian Portuguese and ``de_AT`` for Austrian German or ``id`` for Indonesian.
German.
The script should be run from one of two places: The script should be run from one of two places: