mirror of
https://github.com/Hopiu/linkchecker.git
synced 2026-03-16 22:10:26 +00:00
Specify source encoding to xgettext
Default is ASCII.
xgettext: Non-ASCII string at ../linkcheck/htmlutil/srcsetparse.py:39.
Please specify the source encoding through --from-code or through a comment
as specified in http://www.python.org/peps/pep-0263.html.
This commit is contained in:
parent
b796cec346
commit
189cd35fdf
1 changed files with 1 additions and 0 deletions
|
|
@ -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)
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue