build: adapt mkbasepot.sh to new structure
Signed-off-by: Jo-Philipp Wich <jow@openwrt.org>
This commit is contained in:
parent
7e4fff2514
commit
85e4256a7a
1 changed files with 4 additions and 4 deletions
|
@ -5,11 +5,11 @@
|
||||||
exit 1
|
exit 1
|
||||||
}
|
}
|
||||||
|
|
||||||
echo -n "Updating po/templates/base.pot ... "
|
echo -n "Updating modules/luci-base/po/templates/base.pot ... "
|
||||||
|
|
||||||
./build/i18n-scan.pl \
|
./build/i18n-scan.pl \
|
||||||
modules/base/ modules/admin-full/ \
|
modules/luci-base/ modules/luci-mod-admin-full/ \
|
||||||
protocols/ themes/openwrt/ \
|
protocols/ themes/ \
|
||||||
> po/templates/base.pot
|
> modules/luci-base/po/templates/base.pot
|
||||||
|
|
||||||
echo "done"
|
echo "done"
|
||||||
|
|
Loading…
Reference in a new issue