aboutsummaryrefslogtreecommitdiff
path: root/po/Makevars
diff options
context:
space:
mode:
authorSree Harsha Totakura <totakura@in.tum.de>2013-08-16 12:31:03 +0000
committerSree Harsha Totakura <totakura@in.tum.de>2013-08-16 12:31:03 +0000
commit3b996c5c1885165f678c01ba7b704e59752aa53a (patch)
tree7b6d475080976a5ce8383f82defb2a6356d58987 /po/Makevars
parent30047874804c805c4659b7a31544a80dc7f4b0d6 (diff)
downloadgnunet-3b996c5c1885165f678c01ba7b704e59752aa53a.tar.gz
gnunet-3b996c5c1885165f678c01ba7b704e59752aa53a.zip
-add option for xgettext to support non-ASCII characters in gettext strings
Diffstat (limited to 'po/Makevars')
-rw-r--r--po/Makevars2
1 files changed, 1 insertions, 1 deletions
diff --git a/po/Makevars b/po/Makevars
index 085957181..b8e2e286d 100644
--- a/po/Makevars
+++ b/po/Makevars
@@ -8,7 +8,7 @@ subdir = po
8top_builddir = .. 8top_builddir = ..
9 9
10# These options get passed to xgettext. 10# These options get passed to xgettext.
11XGETTEXT_OPTIONS = --keyword=_ --keyword=N_ 11XGETTEXT_OPTIONS = --keyword=_ --keyword=N_ --from-code=UTF-8
12 12
13# This is the copyright holder that gets inserted into the header of the 13# This is the copyright holder that gets inserted into the header of the
14# $(DOMAIN).pot file. Set this to the copyright holder of the surrounding 14# $(DOMAIN).pot file. Set this to the copyright holder of the surrounding