diff options
| author | Mitch Davis <mjd@hackvana.com> | 2014-08-24 13:01:13 +1000 |
|---|---|---|
| committer | Tim Graham <timograham@gmail.com> | 2014-08-26 08:11:55 -0400 |
| commit | 95556fdd63a37f4714592c74bb2e6c0793bbafdc (patch) | |
| tree | d7c88a69fb6e15e3dc99a7042b4ca26c999e5b4e | |
| parent | 5d2b4669e8e1bf61d6f3cc33326097507755c706 (diff) | |
[1.7.x] Clarified that makemessages -l takes a locale name, not a language code.
Backport of 5473c36cef from master
| -rw-r--r-- | docs/topics/i18n/translation.txt | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/docs/topics/i18n/translation.txt b/docs/topics/i18n/translation.txt index ed0bdb944e..71b93aa2fd 100644 --- a/docs/topics/i18n/translation.txt +++ b/docs/topics/i18n/translation.txt @@ -1253,10 +1253,9 @@ To create or update a message file, run this command:: django-admin.py 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: |
