r19341 - htdocs/trunk - Fix xgettext/php_gettext compatibility, patch by Tao Wang

Geert Janssens gjanssens at code.gnucash.org
Wed Jul 7 08:58:42 EDT 2010


Author: gjanssens
Date: 2010-07-07 08:58:42 -0400 (Wed, 07 Jul 2010)
New Revision: 19341
Trac: http://svn.gnucash.org/trac/changeset/19341

Modified:
   htdocs/trunk/Makefile
Log:
Fix xgettext/php_gettext compatibility, patch by Tao Wang

Modified: htdocs/trunk/Makefile
===================================================================
--- htdocs/trunk/Makefile	2010-07-07 11:56:41 UTC (rev 19340)
+++ htdocs/trunk/Makefile	2010-07-07 12:58:42 UTC (rev 19341)
@@ -13,7 +13,7 @@
 .potfiles:
 
 po/gnucash-htdocs.pot: po/POTFILES
-	xgettext -f po/POTFILES -L PHP -o po/gnucash-htdocs.pot
+	xgettext -f po/POTFILES -L PHP --keyword="T_" -o po/gnucash-htdocs.pot
 
 msgmerge: po/gnucash-htdocs.pot
 	for f in ${languages} ; do \



More information about the gnucash-changes mailing list