projects
/
project
/
luci.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
applications/luci-app-coovachilli: Fix typos (found by codespell)
[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"