X-Git-Url: http://git.archive.openwrt.org/?p=project%2Fluci.git;a=blobdiff_plain;f=build%2Fmkbasepot.sh;h=7f07514fca777ad299131e3a5d7f7e0c303a06fb;hp=24a7e3a2e449e62cfe2c4efe3c64dd1683e7b6b8;hb=ec6a1d6d4d05f956f47b889161178f6a4abf90cc;hpb=fa9c8e72e8cf35a11a4de050999235df1d274d54 diff --git a/build/mkbasepot.sh b/build/mkbasepot.sh index 24a7e3a2e..7f07514fc 100755 --- a/build/mkbasepot.sh +++ b/build/mkbasepot.sh @@ -5,12 +5,11 @@ exit 1 } -echo -n "Updating po/templates/base.pot ... " +echo -n "Updating modules/luci-base/po/templates/base.pot ... " ./build/i18n-scan.pl \ - libs/core/ libs/web/ protocols/ \ - modules/admin-core/ modules/admin-full/ \ - themes/base/ themes/openwrt/ \ -> po/templates/base.pot + modules/luci-base/ modules/luci-mod-admin-full/ \ + protocols/ themes/ \ +> modules/luci-base/po/templates/base.pot echo "done"