Ticket #10741: 10741-updated-win32-gettext-instructions.diff

File 10741-updated-win32-gettext-instructions.diff, 1.5 KB (added by Ramiro Morales, 15 years ago)
  • docs/topics/i18n.txt

    diff --git a/docs/topics/i18n.txt b/docs/topics/i18n.txt
    a b  
    978978files of this type, but if you want to create your own message files, or want to
    979979test or compile a changed message file, you will need the ``gettext`` utilities:
    980980
    981     * Download the following zip files from
    982       http://sourceforge.net/projects/gettext
     981    * Download the following zip files from the GNOME servers
     982      http://ftp.gnome.org/pub/gnome/binaries/win32/dependencies/ or from one
     983      of its mirrors_
    983984
    984       * ``gettext-runtime-X.bin.woe32.zip``
    985       * ``gettext-tools-X.bin.woe32.zip``
    986       * ``libiconv-X.bin.woe32.zip``
     985      * ``gettext-runtime-X.zip``
     986      * ``gettext-tools-X.zip``
    987987
    988     * Extract the 3 files in the same folder (i.e. ``C:\Program
    989       Files\gettext-utils``)
     988      ``X`` is the version number, we recomend using ``0.15`` ow higher.
     989
     990    * Extract the contents of the ``bin\`` directories in both files to the
     991      same folder on your system (i.e. ``C:\Program Files\gettext-utils``)
    990992
    991993    * Update the system PATH:
    992994
     
    995997      * Add ``;C:\Program Files\gettext-utils\bin`` at the end of the
    996998        ``Variable value`` field
    997999
     1000.. _mirrors: http://ftp.gnome.org/pub/GNOME/MIRRORS
     1001
    9981002You may also use ``gettext`` binaries you have obtained elsewhere, so long as
    9991003the ``xgettext --version`` command works properly. Some version 0.14.4 binaries
    10001004have been found to not support this command. Do not attempt to use Django
Back to Top