aboutsummaryrefslogtreecommitdiff
path: root/po
diff options
context:
space:
mode:
authorPřemysl Janouch <p.janouch@gmail.com>2011-02-12 02:07:39 +0100
committerPřemysl Janouch <p.janouch@gmail.com>2011-02-12 18:40:16 +0100
commit9a217e97c8852bda5a7fdf1cad41da769f013fef (patch)
treef6dd0ae78fccb0333ebef238dfea04311d487266 /po
parent68e6e4a7e8e5a217f6288e23ec50290835988f37 (diff)
downloadlogdiag-9a217e97c8852bda5a7fdf1cad41da769f013fef.tar.gz
logdiag-9a217e97c8852bda5a7fdf1cad41da769f013fef.tar.xz
logdiag-9a217e97c8852bda5a7fdf1cad41da769f013fef.zip
Change the way translations are done.
* Require gettext-tools to build. * Depend on libintl on Win32.
Diffstat (limited to 'po')
-rwxr-xr-xpo/make-template.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/po/make-template.sh b/po/make-template.sh
index f76a620..272c583 100755
--- a/po/make-template.sh
+++ b/po/make-template.sh
@@ -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"