Django's makemessages creates a lot of fuzzy entries

Posted by jack on Stack Overflow See other posts from Stack Overflow or by jack
Published on 2010-04-26T02:02:50Z Indexed on 2010/04/26 2:03 UTC
Read the original article Hit count: 347

Filed under:
|
|
|
|

Each time I added some strings to a Django string, I run "django-admin.py makemessages -all" to generate .PO files for all locales.

The problem is even I only added 5 news strings, the makemessages command will make 50 strings as fuzzy in .PO files which brings a lot of extra work for our locale maintainers.

This also makes the entire i18n unusable before they manually revise those fuzzy strings.

© Stack Overflow or respective owner

Related posts about django

Related posts about i18n