From 4313c02fe9ebd24c687122b7e47ee7638c05d469 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Michal=20=C4=8Ciha=C5=99?= Date: Thu, 11 Mar 2010 18:46:50 +0100 Subject: [PATCH] Process gettext with context. --- scripts/updatepo | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/updatepo b/scripts/updatepo index da638f054..cfc902524 100755 --- a/scripts/updatepo +++ b/scripts/updatepo @@ -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`