diff options
author | Jo-Philipp Wich <jow@openwrt.org> | 2011-10-27 00:46:29 +0000 |
---|---|---|
committer | Jo-Philipp Wich <jow@openwrt.org> | 2011-10-27 00:46:29 +0000 |
commit | fa9c8e72e8cf35a11a4de050999235df1d274d54 (patch) | |
tree | 35162cb6aa15ccae0f10a372c0edd60177d2a949 | |
parent | fb1d15699ab84a2f052763ed3087b4a449261488 (diff) |
build: mkbasepot.sh: scan protocols/ as well
-rwxr-xr-x | build/mkbasepot.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/build/mkbasepot.sh b/build/mkbasepot.sh index 48e85cad6..24a7e3a2e 100755 --- a/build/mkbasepot.sh +++ b/build/mkbasepot.sh @@ -8,7 +8,7 @@ echo -n "Updating po/templates/base.pot ... " ./build/i18n-scan.pl \ - libs/core/ libs/web/ \ + libs/core/ libs/web/ protocols/ \ modules/admin-core/ modules/admin-full/ \ themes/base/ themes/openwrt/ \ > po/templates/base.pot |