build: adjust mkbasepot.sh after modules/base merge
Signed-off-by: Jo-Philipp Wich <jow@openwrt.org>
This commit is contained in:
parent
c699ed1b63
commit
d733688ce5
1 changed files with 2 additions and 3 deletions
|
@ -8,9 +8,8 @@
|
||||||
echo -n "Updating po/templates/base.pot ... "
|
echo -n "Updating po/templates/base.pot ... "
|
||||||
|
|
||||||
./build/i18n-scan.pl \
|
./build/i18n-scan.pl \
|
||||||
libs/core/ libs/web/ protocols/ \
|
modules/base/ modules/admin-full/ \
|
||||||
modules/admin-core/ modules/admin-full/ \
|
protocols/ themes/openwrt/ \
|
||||||
themes/base/ themes/openwrt/ \
|
|
||||||
> po/templates/base.pot
|
> po/templates/base.pot
|
||||||
|
|
||||||
echo "done"
|
echo "done"
|
||||||
|
|
Loading…
Reference in a new issue