Duplicate keywords for translation

There is a duplicated keyword in the list of keywords specified for
translation. This is incorrect and should be ugettext_noop.

Change-Id: Ie8b5b91255412cb6615e758a4c5615bee9989b4f
Closes-Bug: #1472385
This commit is contained in:
Thai Tran 2015-07-07 13:07:11 -07:00
parent a385be24f5
commit 44779ef070

@ -425,7 +425,7 @@ function run_integration_tests {
function babel_extract {
DOMAIN=$1
KEYWORDS="-k gettext_noop -k gettext_lazy -k ngettext_lazy:1,2"
KEYWORDS+=" -k gettext_noop -k ugettext_lazy -k ungettext_lazy:1,2"
KEYWORDS+=" -k ugettext_noop -k ugettext_lazy -k ungettext_lazy:1,2"
KEYWORDS+=" -k npgettext:1c,2,3 -k pgettext_lazy:1c,2 -k npgettext_lazy:1c,2,3"
${command_wrapper} pybabel extract -F ../babel-${DOMAIN}.cfg -o locale/${DOMAIN}.pot $KEYWORDS .