mirror of
https://github.com/django/django.git
synced 2025-08-03 10:34:04 +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
|
@ -1619,6 +1619,13 @@ otherwise, they'll be tacked together without whitespace!
|
|||
files are created). This means that everybody will be using the same
|
||||
encoding, which is important when Django processes the PO files.
|
||||
|
||||
.. admonition:: Fuzzy entries
|
||||
|
||||
:djadmin:`makemessages` sometimes generates translation entries marked as
|
||||
fuzzy, e.g. when translations are inferred from previously translated
|
||||
strings. By default, fuzzy entries are **not** processed by
|
||||
:djadmin:`compilemessages`.
|
||||
|
||||
To reexamine all source code and templates for new translation strings and
|
||||
update all message files for **all** languages, run this::
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue