talons

Fork of Claws Mail https://www.claws-mail
Log | Files | Refs | README | LICENSE

commit 9261c881eeae84c90042e622e884ef37a6055026
parent 09a5663e54c7a4d407221e8432dfb637260dcb1d
Author: Paul <paul@claws-mail.org>
Date:   Fri, 21 Mar 2014 06:33:10 +0000

add --from-code=UTF-8 to Makevars

Diffstat:
Mpo/Makevars | 3++-
1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/po/Makevars b/po/Makevars @@ -15,7 +15,8 @@ XGETTEXT_OPTIONS = \ --keyword=C_:1c,2 \ --keyword='proper_name:1,"This is a proper name. See the gettext manual, section Names."' \ --keyword='proper_name_utf8:1,"This is a proper name. See the gettext manual, section Names."' \ - --flag=error:3:c-format --flag=error_at_line:5:c-format + --flag=error:3:c-format --flag=error_at_line:5:c-format \ + --from-code=UTF-8 # This is the copyright holder that gets inserted into the header of the # $(DOMAIN).pot file. Set this to the copyright holder of the surrounding