this is the demo.rar file.
1 . i use this code to create a zh-CN :
django-admin.py makemessages -l zh-CN
2 . i add some string to django.po :
msgid "zjm1126"
msgstr "哈哈哈!!!"
3 . and then compile it :
django-admin.py compilemessages
but i don't find it become chinese words
so why ?
thanks