Do not generate messages for tests
This commit is contained in:
parent
2cae746cc1
commit
35385e307f
@ -12,7 +12,7 @@ xgettext \
|
||||
--debug \
|
||||
--keyword=__ --keyword=_pgettext:1c,2 --keyword=_ngettext:1,2 \
|
||||
--copyright-holder="phpMyAdmin devel team" \
|
||||
`find . -name '*.php' | sort`
|
||||
`find . -name '*.php' -not -path './test/*' | sort`
|
||||
|
||||
ver=`sed -n "/PMA_VERSION', '/ s/.*PMA_VERSION', '\(.*\)'.*/\1/p" libraries/Config.class.php`
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user