Also extract _m() used in core.

Signed-off-by: Siebrand Mazeland <s.mazeland@xs4all.nl>
This commit is contained in:
Siebrand Mazeland 2010-03-01 15:47:43 +01:00
parent 698e44dc63
commit 87c17bc0f0
1 changed files with 4 additions and 1 deletions

View File

@ -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 \