Fixed #31690 -- Added note about fuzzy entries in translation docs.

This commit is contained in:
sebashwa 2020-06-12 15:29:13 +02:00 committed by Mariusz Felisiak
parent 6b25d24a57
commit 3d664a158d
2 changed files with 10 additions and 1 deletions

View file

@ -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