summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorMitch Davis <mjd@hackvana.com>2014-08-24 13:01:13 +1000
committerTim Graham <timograham@gmail.com>2014-08-26 08:11:25 -0400
commit5473c36cef38ee5cb964f8d55dcd85f2b5ad8386 (patch)
treec0e5cfaf30a85e69628edb280f800aacf597d26a /docs
parent4c85a0d95fa39f33c0f5335199a2e9d58a8736a9 (diff)
Clarified that makemessages -l takes a locale name, not a language code.
Diffstat (limited to 'docs')
-rw-r--r--docs/topics/i18n/translation.txt7
1 files changed, 3 insertions, 4 deletions
diff --git a/docs/topics/i18n/translation.txt b/docs/topics/i18n/translation.txt
index fb508d6d01..b59ad1e696 100644
--- a/docs/topics/i18n/translation.txt
+++ b/docs/topics/i18n/translation.txt
@@ -1257,10 +1257,9 @@ To create or update a message file, run this command::
django-admin makemessages -l de
-...where ``de`` is the language code for the message file you want to create.
-The language code, in this case, is in :term:`locale format<locale name>`. For
-example, it's ``pt_BR`` for Brazilian Portuguese and ``de_AT`` for Austrian
-German.
+...where ``de`` is the :term:`locale name` for the message file you want to
+create. For example, ``pt_BR`` for Brazilian Portuguese, ``de_AT`` for Austrian
+German or ``id`` for Indonesian.
The script should be run from one of two places: