mirror of
https://github.com/django/django.git
synced 2025-11-02 04:48:33 +00:00
Fixed #31690 -- Added note about fuzzy entries in translation docs.
This commit is contained in:
parent
6b25d24a57
commit
3d664a158d
2 changed files with 10 additions and 1 deletions
|
|
@ -160,7 +160,7 @@ are excluded.
|
|||
|
||||
.. django-admin-option:: --use-fuzzy, -f
|
||||
|
||||
Includes fuzzy translations into compiled files.
|
||||
Includes `fuzzy translations`_ into compiled files.
|
||||
|
||||
Example usage::
|
||||
|
||||
|
|
@ -173,6 +173,8 @@ Example usage::
|
|||
django-admin compilemessages -x pt_BR
|
||||
django-admin compilemessages -x pt_BR -x fr
|
||||
|
||||
.. _fuzzy translations: https://www.gnu.org/software/gettext/manual/html_node/Fuzzy-Entries.html
|
||||
|
||||
.. django-admin-option:: --ignore PATTERN, -i PATTERN
|
||||
|
||||
Ignores directories matching the given :mod:`glob`-style pattern. Use
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue