1
0
mirror of https://github.com/django/django.git synced 2024-12-22 17:16:24 +00:00

Fixed #35427 -- Corrected help text for makemessages --extension in docs/ref/django-admin.txt.

This commit is contained in:
Shamil 2024-05-03 23:14:25 +03:00 committed by nessita
parent 3614ce2b7c
commit 32d163e680

View File

@ -584,7 +584,7 @@ Updates the message files for all available languages.
.. django-admin-option:: --extension EXTENSIONS, -e EXTENSIONS
Specifies a list of file extensions to examine (default: ``html``, ``txt``,
``py`` or ``js`` if :option:`--domain` is ``js``).
``py`` or ``js`` if :option:`--domain` is ``djangojs``).
Example usage: