diff options
author | Piotr Drąg <piotrdrag@gmail.com> | 2016-09-12 19:00:48 +0200 |
---|---|---|
committer | Piotr Drąg <piotrdrag@gmail.com> | 2016-09-12 19:00:48 +0200 |
commit | 301a14e3a08cdb04be937227d6532443dbf4face (patch) | |
tree | 277787da18cd49a8e8958951a3c76542841d4bcf | |
parent | 4bfa70c9a5abdd6a9cf48a0c5701c3185df9c539 (diff) | |
download | clutter-301a14e3a08cdb04be937227d6532443dbf4face.tar.gz |
Add more options to XGETTEXT_OPTIONS in po/Makevars
-rw-r--r-- | po/Makevars | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/po/Makevars b/po/Makevars index fd5863b50..5272642b6 100644 --- a/po/Makevars +++ b/po/Makevars @@ -8,7 +8,7 @@ subdir = po top_builddir = .. # These options get passed to xgettext. -XGETTEXT_OPTIONS = --keyword=_ --keyword=N_ --keyword=P_ --keyword=C_ +XGETTEXT_OPTIONS = --from-code=UTF-8 --keyword=_ --keyword=N_ --keyword=C_:1c,2 --keyword=NC_:1c,2 --keyword=g_dngettext:2,3 --keyword=P_ --add-comments # 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 |