From 065a327a86409ff888cd2c555208aa0ef4d963f8 Mon Sep 17 00:00:00 2001 From: Brion Vibber Date: Sun, 3 Apr 2011 15:22:11 -0700 Subject: [PATCH] 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. --- scripts/update_po_templates.php | 1 + 1 file changed, 1 insertion(+) 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 \