diff options
author | Christian Persch <chpe@cvs.gnome.org> | 2006-03-01 21:20:54 +0800 |
---|---|---|
committer | Christian Persch <chpe@src.gnome.org> | 2006-03-01 21:20:54 +0800 |
commit | 04fe45670b36197b71226799799e40a6850e161c (patch) | |
tree | e5714078f9c9546634b04d70c0e4fea7dfc50fc4 /po/Makevars | |
parent | 38a159440fb4f6977701d30a1adacfd31d88a3f6 (diff) | |
download | gsoc2013-epiphany-04fe45670b36197b71226799799e40a6850e161c.tar gsoc2013-epiphany-04fe45670b36197b71226799799e40a6850e161c.tar.gz gsoc2013-epiphany-04fe45670b36197b71226799799e40a6850e161c.tar.bz2 gsoc2013-epiphany-04fe45670b36197b71226799799e40a6850e161c.tar.lz gsoc2013-epiphany-04fe45670b36197b71226799799e40a6850e161c.tar.xz gsoc2013-epiphany-04fe45670b36197b71226799799e40a6850e161c.tar.zst gsoc2013-epiphany-04fe45670b36197b71226799799e40a6850e161c.zip |
Fix extraction of Q_ strings.
2006-03-01 Christian Persch <chpe@cvs.gnome.org>
* Makevars: Fix extraction of Q_ strings.
Diffstat (limited to 'po/Makevars')
-rw-r--r-- | po/Makevars | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/po/Makevars b/po/Makevars index e2e99c29b..957971ec3 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_ +#XGETTEXT_OPTIONS = --keyword=_ --keyword=N_ --keyword=Q_ # 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 |