From: Brion Vibber Date: Sun, 3 Apr 2011 22:22:11 +0000 (-0700) Subject: Add the root index.php to gettext .pot template file generation; some error messages... X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=065a327a86409ff888cd2c555208aa0ef4d963f8;p=quix0rs-gnu-social.git Add the root index.php to gettext .pot template file generation; some error messages and such in there weren't making it into the TranslateWiki.net database. --- diff --git a/scripts/update_po_templates.php b/scripts/update_po_templates.php index a0ab5819d5..a5730e6d2f 100755 --- a/scripts/update_po_templates.php +++ b/scripts/update_po_templates.php @@ -43,6 +43,7 @@ xgettext \ --keyword="_m:1c,2,3,4t" \ --keyword="pgettext:1c,2" \ --keyword="npgettext:1c,2,3" \ + index.php \ actions/*.php \ classes/*.php \ lib/*.php \