[Aptitude-svn-commit] r3589 - in branches/aptitude-0.3/aptitude: . po
Daniel Burrows
dburrows@costa.debian.org
Sun Jul 3 18:05:20 UTC 2005
Author: dburrows
Date: Sun Jul 3 18:05:17 2005
New Revision: 3589
Modified:
branches/aptitude-0.3/aptitude/ChangeLog
branches/aptitude-0.3/aptitude/po/Makevars
Log:
Recognize P() as a gettext marker.
Modified: branches/aptitude-0.3/aptitude/ChangeLog
==============================================================================
--- branches/aptitude-0.3/aptitude/ChangeLog (original)
+++ branches/aptitude-0.3/aptitude/ChangeLog Sun Jul 3 18:05:17 2005
@@ -1,5 +1,9 @@
2005-07-03 Daniel Burrows <dburrows@debian.org>
+ * po/Makevars:
+
+ Recognize P_() as a gettext marker.
+
* src/ui.cc:
Fix various places in the ui glue code to handle the new pager
Modified: branches/aptitude-0.3/aptitude/po/Makevars
==============================================================================
--- branches/aptitude-0.3/aptitude/po/Makevars (original)
+++ branches/aptitude-0.3/aptitude/po/Makevars Sun Jul 3 18:05:17 2005
@@ -8,7 +8,7 @@
top_builddir = ..
# These options get passed to xgettext.
-XGETTEXT_OPTIONS = --keyword=_ --keyword=N_
+XGETTEXT_OPTIONS = --keyword=_ --keyword=N_ --keyword=P_
# 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
More information about the Aptitude-svn-commit
mailing list