X-Git-Url: http://git.archive.openwrt.org/?p=project%2Fluci.git;a=blobdiff_plain;f=build%2Fmkbasepot.sh;h=7f07514fca777ad299131e3a5d7f7e0c303a06fb;hp=767105094ef02be2b11229d0d80090192899feb6;hb=46a2b5ebeaad5c1702e95970cc74dfad0690fa6d;hpb=d733688ce5633f5c5220181a01453d2b56bd17a3 diff --git a/build/mkbasepot.sh b/build/mkbasepot.sh index 767105094..7f07514fc 100755 --- a/build/mkbasepot.sh +++ b/build/mkbasepot.sh @@ -5,11 +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 \ - modules/base/ modules/admin-full/ \ - protocols/ 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"