mirror of
https://github.com/django/django.git
synced 2025-08-02 18:13:02 +00:00
Fixed small typo in django-admin.txt
The word 'by' seemed to be missing from the first line of the compilemessages command.
This commit is contained in:
parent
2aaa045c61
commit
5ca522b9ed
1 changed files with 1 additions and 1 deletions
|
@ -131,7 +131,7 @@ compilemessages
|
|||
|
||||
.. django-admin:: compilemessages
|
||||
|
||||
Compiles .po files created :djadmin:`makemessages` to .mo files for use with
|
||||
Compiles .po files created by :djadmin:`makemessages` to .mo files for use with
|
||||
the builtin gettext support. See :doc:`/topics/i18n/index`.
|
||||
|
||||
Use the :djadminopt:`--locale` option (or its shorter version ``-l``) to
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue