summaryrefslogtreecommitdiffhomepage
path: root/build/mkbasepot.sh
diff options
context:
space:
mode:
authorHannu Nyman <hannu.nyman@iki.fi>2018-09-19 21:43:44 +0300
committerHannu Nyman <hannu.nyman@iki.fi>2018-09-19 21:50:59 +0300
commit90e749c63d7959995841294ba298127288552351 (patch)
tree403a0b5c019a3eb2753ab7670691b103fda82c52 /build/mkbasepot.sh
parent0f91ef83afa5236c866605515994a63fa363a65b (diff)
build/mkbasepot.sh: Fix i18n after luci-mod-admin-full split
Fix i18n sync scripts by including also the three new modules luci-mod-{network,status,system} in base.pot. Note: I did not remove luci.mod-admin-full in case it will ever get some new contents. Signed-off-by: Hannu Nyman <hannu.nyman@iki.fi>
Diffstat (limited to 'build/mkbasepot.sh')
-rwxr-xr-xbuild/mkbasepot.sh1
1 files changed, 1 insertions, 0 deletions
diff --git a/build/mkbasepot.sh b/build/mkbasepot.sh
index 7f07514fc..ce41e30ce 100755
--- a/build/mkbasepot.sh
+++ b/build/mkbasepot.sh
@@ -9,6 +9,7 @@ echo -n "Updating modules/luci-base/po/templates/base.pot ... "
./build/i18n-scan.pl \
modules/luci-base/ modules/luci-mod-admin-full/ \
+ modules/luci-mod-network modules/luci-mod-status modules/luci-mod-system/ \
protocols/ themes/ \
> modules/luci-base/po/templates/base.pot