Django MakeMessages missing xgettext in Windows

前端 未结 1 948
遥遥无期
遥遥无期 2021-02-05 17:45

Running Django on Windows 7.

I\'m currently trying to translate a couple of Django templates using the instructions found in the django book chapter 19. I\'ve added a tr

相关标签:
1条回答
  • 2021-02-05 18:47

    please see http://code.djangoproject.com/ticket/1157. you do not need cygwin. try these files: http://sourceforge.net/projects/gettext/files/

    EDIT:

    http://ftp.gnome.org/pub/gnome/binaries/win32/dependencies/gettext-tools-0.17.zip

    http://ftp.gnome.org/pub/gnome/binaries/win32/dependencies/gettext-runtime-0.17-1.zip

    the above links are from this thread: http://groups.google.com/group/django-i18n/browse_thread/thread/577afdaef1392958?pli=1

    0 讨论(0)
提交回复
热议问题