Comment 1 for bug 312476

Revision history for this message
Данило Шеган (danilo) wrote :

This is an intentional design decision made due to nature of fuzzy messages in PO files. Supporting them requires too much effort, introduces many problems in our code and usage, and brings little value. "Fuzzy" messages are very rough "similarity matching" translations (i.e. it counts characters and uses that as a metric), and we'll instead be introducing a better similarity matching which actually takes words into consideration: https://blueprints.launchpad.net/rosetta/+spec/rosetta-fuzzy-merge

We might want to import them as "suggestions", but in most cases (when it's not only a small typo), they are usually pretty bad which is why we avoided doing that so far.