From 87c17bc0f0096b659374cf68aa28dcae9f69ca08 Mon Sep 17 00:00:00 2001 From: Siebrand Mazeland Date: Mon, 1 Mar 2010 15:47:43 +0100 Subject: [PATCH] Also extract _m() used in core. Signed-off-by: Siebrand Mazeland --- scripts/update_po_templates.php | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/scripts/update_po_templates.php b/scripts/update_po_templates.php index 61a6ac7833..63bd72c472 100755 --- a/scripts/update_po_templates.php +++ b/scripts/update_po_templates.php @@ -36,9 +36,12 @@ xgettext \ --default-domain=$domain \ --output=locale/$domain.po \ --language=PHP \ - --keyword="_m:1" \ --keyword="pgettext:1c,2" \ --keyword="npgettext:1c,2,3" \ + --keyword="_m:1,1t" \ + --keyword="_m:1c,2,2t" \ + --keyword="_m:1,2,3t" \ + --keyword="_m:1c,2,3,4t" \ actions/*.php \ classes/*.php \ lib/*.php \ -- 2.39.2