aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorChristian Persch <chpe@cvs.gnome.org>2006-03-01 21:20:54 +0800
committerChristian Persch <chpe@src.gnome.org>2006-03-01 21:20:54 +0800
commit04fe45670b36197b71226799799e40a6850e161c (patch)
treee5714078f9c9546634b04d70c0e4fea7dfc50fc4
parent38a159440fb4f6977701d30a1adacfd31d88a3f6 (diff)
downloadgsoc2013-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.
-rw-r--r--po/ChangeLog4
-rw-r--r--po/Makevars2
2 files changed, 5 insertions, 1 deletions
diff --git a/po/ChangeLog b/po/ChangeLog
index 083dc367a..71a45d676 100644
--- a/po/ChangeLog
+++ b/po/ChangeLog
@@ -1,3 +1,7 @@
+2006-03-01 Christian Persch <chpe@cvs.gnome.org>
+
+ * Makevars: Fix extraction of Q_ strings.
+
2006-02-28 Nickolay V. Shmyrev <nshmyrev@yandex.ru>
* ru.po: Updated Russian translation.
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