开发者

Django's makemessages creates a lot of fuzzy entries

开发者 https://www.devze.com 2022-12-28 07:46 出处:网络
Each time I added some strings to a Django project, I run \"django-admin.py makemessages -all\" to generate .PO files for all locales.

Each time I added some strings to a Django project, 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 mark 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 t开发者_运维技巧hey manually revise those fuzzy strings.


Removing fuzzy is exactly what I am doing... check this out.

http://code.djangoproject.com/ticket/10852

Sounds like we need extra sh script that automatically removes all the fuzzy from po.

0

精彩评论

暂无评论...
验证码 换一张
取 消