How to install GNU gettext on windows 7?

故事扮演 提交于 2019-11-30 04:54:05

I'm maintaining a GitHub repository with Windows binaries of gettext and iconv (I just updated it to the latest gettext version: 0.19.3)

You can find it here: http://mlocati.github.io/gettext-iconv-windows/

To see how I compiled them (if you want to do it yourself) take a look at https://github.com/mlocati/gettext-iconv-windows

fszlin

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

This is the actual link pointing to the Windows installation: http://mlocati.github.io/gettext-iconv-windows/ (v. 0.19.4)

I spent quite a while before found that there is the link pointing their from the github project mentioned by mlokati.

P.S. Here is the official instruction on this from the Django docs: https://docs.djangoproject.com/en/1.8/topics/i18n/translation/#gettext-on-windows

You can use tools from that NuGet package https://www.nuget.org/packages/Gettext.Tools/

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!