From: Paul Date: Fri, 21 Mar 2014 06:33:10 +0000 (+0000) Subject: add --from-code=UTF-8 to Makevars X-Git-Tag: 3.10.0~170 X-Git-Url: http://git.claws-mail.org/?p=claws.git;a=commitdiff_plain;h=9261c881eeae84c90042e622e884ef37a6055026 add --from-code=UTF-8 to Makevars --- diff --git a/po/Makevars b/po/Makevars index 03ab39eaf..c3788c3e6 100644 --- 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