[Commits] [SCM] clawsker branch, master, updated. 1.2.0-47-g7f17dee
mones at claws-mail.org
mones at claws-mail.org
Sun Nov 25 11:47:04 CET 2018
The branch, master has been updated
via 7f17dee6a3ff84fedfc2126b7fa92260005a0938 (commit)
from 91f3b2e691b8be1287693f6e98223a05ff3cff2a (commit)
Summary of changes:
po/Makefile | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
- Log -----------------------------------------------------------------
commit 7f17dee6a3ff84fedfc2126b7fa92260005a0938
Author: Ricardo Mones <ricardo at mones.org>
Date: Sun Nov 25 11:46:48 2018 +0100
Fix source character encoding
diff --git a/po/Makefile b/po/Makefile
index bb70ff2..0f41142 100644
--- a/po/Makefile
+++ b/po/Makefile
@@ -18,7 +18,7 @@ PREFIX ?= /usr/local
DATADIR = ${PREFIX}/share
LOCALEDIR = ${DATADIR}/locale
-XG_ARGS = --keyword=_ --flag=_:1:pass-java-format -L Perl -w 80 --package-name=${NAME} --package-version=${VERSION} --msgid-bugs-address=ricardo at mones.org
+XG_ARGS = --keyword=_ --flag=_:1:pass-java-format -L Perl -w 80 --package-name=${NAME} --package-version=${VERSION} --msgid-bugs-address=ricardo at mones.org --from-code=UTF-8
LINGUAS = es fr nl pt_BR sv nb de ca tr da id zh_TW
all: build
@@ -26,7 +26,7 @@ all: build
${NAME}.pot.0:
xgettext ${XG_ARGS} -f ./POTFILES -d ${NAME} -o $@
-# remove bogus entry win_title
+# remove bogus entry about_title
${NAME}.pot.1: ${NAME}.pot.0
head -17 $< > $@
tail -$(shell expr $(shell wc -l < $<) - 22 ) $< >> $@
-----------------------------------------------------------------------
hooks/post-receive
--
Hidden preferences editor for Claws Mail
More information about the Commits
mailing list