Process gettext with context.

This commit is contained in:
Michal Čihař
2010-03-11 18:46:50 +01:00
parent 5a4b719ae9
commit 4313c02fe9

View File

@@ -8,7 +8,7 @@ xgettext \
--language=PHP \
--add-comments=l10n \
--add-location \
--keyword=__ \
--keyword=__ --keyword=_pgettext:1c,2 \
--copyright-holder="phpMyAdmin devel team" \
`find . -name '*.php' | sort`