Skip to content

Commit

Permalink
build: adapt mkbasepot.sh to new structure
Browse files Browse the repository at this point in the history
Signed-off-by: Jo-Philipp Wich <jow@openwrt.org>
  • Loading branch information
jow- committed Jan 8, 2015
1 parent 7e4fff2 commit 85e4256
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions build/mkbasepot.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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"

0 comments on commit 85e4256

Please sign in to comment.