X-Git-Url: http://git.archive.openwrt.org/?p=project%2Fluci.git;a=blobdiff_plain;f=build%2Fmkbasepot.sh;h=7f07514fca777ad299131e3a5d7f7e0c303a06fb;hp=48e85cad68ddf35593d3a731551f912081e0d70c;hb=94ea9077076d98374a331131fb7c9fc57df370a6;hpb=6e59e510dd3bc5cb0bcdd3fc6293feef105a103e diff --git a/build/mkbasepot.sh b/build/mkbasepot.sh index 48e85cad6..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/ \ - 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"