diff options
-rw-r--r-- | po/ChangeLog | 4 | ||||
-rw-r--r-- | po/Makevars | 2 |
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 |