luci-mod-admin-full: use strict hostname validation for dhcp hosts
[project/luci.git] / build / mkbasepot.sh
1 #!/bin/sh
2
3 [ -d ./build ] || {
4         echo "Please execute as ./build/mkbasepot.sh" >&2
5         exit 1
6 }
7
8 echo -n "Updating modules/luci-base/po/templates/base.pot ... "
9
10 ./build/i18n-scan.pl \
11         modules/luci-base/ modules/luci-mod-admin-full/ \
12         protocols/ themes/ \
13 > modules/luci-base/po/templates/base.pot
14
15 echo "done"