From 7c31035f1050ac3ce050ea5e6b425ae6893e9b78 Mon Sep 17 00:00:00 2001 From: Papoteur Date: Sun, 16 Feb 2020 10:52:51 +0100 Subject: Replace pygettext with xgettext --- po/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'po/Makefile') 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 -- cgit v1.2.1