aboutsummaryrefslogtreecommitdiffstats
path: root/po/Makefile
diff options
context:
space:
mode:
authorPapoteur <papoteur@mageia.org>2020-02-16 10:52:51 +0100
committerPapoteur <papoteur@mageia.org>2020-02-16 10:52:51 +0100
commit7c31035f1050ac3ce050ea5e6b425ae6893e9b78 (patch)
tree86aca2dc7bd6f51f06cc90e42121d14705aa991b /po/Makefile
parent3be572001d494ed139e3709d1bfa3ee9f1104dfb (diff)
downloadmsec-7c31035f1050ac3ce050ea5e6b425ae6893e9b78.tar
msec-7c31035f1050ac3ce050ea5e6b425ae6893e9b78.tar.gz
msec-7c31035f1050ac3ce050ea5e6b425ae6893e9b78.tar.bz2
msec-7c31035f1050ac3ce050ea5e6b425ae6893e9b78.tar.xz
msec-7c31035f1050ac3ce050ea5e6b425ae6893e9b78.zip
Replace pygettext with xgettext
Diffstat (limited to 'po/Makefile')
-rw-r--r--po/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/po/Makefile b/po/Makefile
index 6194b68..04c6c15 100644
--- a/po/Makefile
+++ b/po/Makefile
@@ -44,7 +44,7 @@ clean:
make -C ../src/msec help
$(PGOAL).pot: $(PL_FILES)
- ./pygettext.py -k eval_gettext -o $(PGOAL).pot $(PL_FILES)
+ xgettext --package-name=$(PGOAL) --from-code=UTF-8 -L Python -o $(PGOAL).pot $(PL_FILES)
xgettext -L Shell --strict -c -n --omit-header --output - $(SHELL_FILES) >> $(PGOAL).pot
update_n_merge: $(PGOAL).pot merge