Change the way translations are done.

* Require gettext-tools to build.
* Depend on libintl on Win32.
This commit is contained in:
2011-02-12 02:07:39 +01:00
parent 68e6e4a7e8
commit 9a217e97c8
8 changed files with 120 additions and 73 deletions

View File

@@ -30,7 +30,7 @@ if [ "$MAJOR" != "" ]; then
fi
# Finally make the template
xgettext -LC -k_ -kN_:1,2 -kG_ $SOURCES -o "$PACKAGE".pot \
xgettext -LC -k_ -kN_ $SOURCES -o "$PACKAGE".pot \
--package-name="$PACKAGE" --package-version="$VERSION" \
--copyright-holder="Přemysl Janouch"