Kaydet (Commit) 31f133ea authored tarafından Jonatas CD's avatar Jonatas CD Kaydeden (comit) Tim Graham

Fixed #28252 -- Corrected docs for default file extensions of makemessages.

üst abd723c6
......@@ -1500,9 +1500,9 @@ message file under the directory listed first in :setting:`LOCALE_PATHS` or
will generate an error if :setting:`LOCALE_PATHS` is empty.
By default :djadmin:`django-admin makemessages <makemessages>` examines every
file that has the ``.html`` or ``.txt`` file extension. In case you want to
override that default, use the ``--extension`` or ``-e`` option to specify the
file extensions to examine::
file that has the ``.html``, ``.txt`` or ``.py`` file extension. If you want to
override that default, use the :option:`--extension <makemessages --extension>`
or ``-e`` option to specify the file extensions to examine::
django-admin makemessages -l de -e txt
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment