Prevent scanning release directory
This commit is contained in:
parent
a6e5286467
commit
fa2a891b3b
@ -18,7 +18,7 @@ xgettext \
|
||||
--from-code=utf-8 \
|
||||
--keyword=__ --keyword=_pgettext:1c,2 --keyword=_ngettext:1,2 \
|
||||
--copyright-holder="phpMyAdmin devel team" \
|
||||
`find . -name '*.php' -not -path './test/*' -not -path './po/*' | sort`
|
||||
`find . -name '*.php' -not -path './test/*' -not -path './po/*' -not -path './release/*' | sort`
|
||||
|
||||
# Generate PHP code for advisor rules
|
||||
php ./scripts/advisor2po >> po/phpmyadmin.pot
|
||||
|
||||
Loading…
Reference in New Issue
Block a user