mirror of
https://github.com/openwrt/luci.git
synced 2025-12-26 11:16:38 +04:00
build: adapt mkbasepot.sh to new structure
Signed-off-by: Jo-Philipp Wich <jow@openwrt.org>
This commit is contained in:
@@ -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"
|
||||||
|
|||||||
Reference in New Issue
Block a user