| 767 | |
| 768 | gettext on Windows |
| 769 | ================== |
| 770 | |
| 771 | gettext stuff is only needed for people who either want to extract message IDs or |
| 772 | compile .po files. Translation work itself just uses existing .po files, but if |
| 773 | you want to create your own .po files, or want to test or activate a changed .po |
| 774 | file, you will need the ``gettext`` utilities: |
| 775 | |
| 776 | * Download the following zip files from http://sourceforge.net/projects/gettext |
| 777 | * * ``gettext-runtime-X.bin.woe32.zip`` |
| 778 | * * ``gettext-tools-X.bin.woe32.zip`` |
| 779 | * * ``libiconv-X.bin.woe32.zip`` |
| 780 | |
| 781 | * extract the 3 files in the same folder (i.e. ``C:\Program Files\gettext-utils``) |
| 782 | |
| 783 | * Update the system PATH : |
| 784 | * * ``Control Panel > System > Advanced > Environment Variables`` |
| 785 | * * In the ``System variables`` list, click ``Path``, click ``Edit`` |
| 786 | * * Add ``;C:\Program Files\gettext-utils\bin`` at the end of the ``Variable value`` |
| 787 | No newline at end of file |