diff --git a/po/Makefile b/po/Makefile index c7ed5132..9d16b4ef 100644 --- a/po/Makefile +++ b/po/Makefile @@ -19,6 +19,7 @@ $(TEMPLATE): $(POSOURCES) $(XGETTEXT) -w 80 --default-domain=$(PACKAGE) --language=Python \ --copyright-holder="Bastian Kleineidam <$(MYMAIL)>" \ --package-name=LinkChecker \ + --from-code=UTF-8 \ --msgid-bugs-address=$(BUGSURL) -o $(TEMPLATE) \ --keyword=_n:1,2 $(POSOURCES)