"Ying Chun Guo" <guoyingc@cn.ibm.com> wrote:
It's strange.
I think we may need to remove "fuzzy" from the source file "en.po" and update Transifex. We also need to find a option setting to avoid the fuzzy matching while generating messages.
Unfortunately it's not possible to force Django not to provide fuzzy translations, see [0]. I'm hoping that Akihiro's patch (thanks!) will resolve the problem by removing all existing 'en' translations (so there shouldn't be anything to fuzzy-match against). Regards, Julie [0] https://code.djangoproject.com/ticket/10852
In "en.po":
#: templates/horizon/common/_usage_summary.html:5 #, fuzzy msgid "Select a period of time to query its usage" msgstr "Select a month to query its usage"
Regards Ying Chun Guo (Daisy)