diff options
author | Siebrand Mazeland <s.mazeland@xs4all.nl> | 2010-03-01 15:47:43 +0100 |
---|---|---|
committer | Siebrand Mazeland <s.mazeland@xs4all.nl> | 2010-03-01 15:47:43 +0100 |
commit | 87c17bc0f0096b659374cf68aa28dcae9f69ca08 (patch) | |
tree | 5d478e64ebb070f0fea0c86737d3d996cf3db4c1 /scripts | |
parent | 698e44dc639872f30297f7dfdf02b87a0943817d (diff) |
Also extract _m() used in core.
Signed-off-by: Siebrand Mazeland <s.mazeland@xs4all.nl>
Diffstat (limited to 'scripts')
-rwxr-xr-x | scripts/update_po_templates.php | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/scripts/update_po_templates.php b/scripts/update_po_templates.php index 61a6ac783..63bd72c47 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 \ |