How to install GNU gettext on windows 7?

后端 未结 6 1122
迷失自我
迷失自我 2020-12-29 07:02

I need to install version 0.15 or higher of GNU\'s gettext so that I can use some i18n feateres with django.

I\'ve downloaded :

http://ftp.gn

6条回答
  •  青春惊慌失措
    2020-12-29 07:15

    For windows, you may:

    1. download gettext from http://ftp.gnome.org/pub/gnome/binaries/win32/dependencies/;
    2. unzip both gettext-runtime and gettext-tools
    3. add the bin folder to to PATH

    Django docs - https://docs.djangoproject.com/en/1.7/topics/i18n/translation/#gettext-on-windows

提交回复
热议问题