From fa9c8e72e8cf35a11a4de050999235df1d274d54 Mon Sep 17 00:00:00 2001 From: Jo-Philipp Wich Date: Thu, 27 Oct 2011 00:46:29 +0000 Subject: [PATCH] build: mkbasepot.sh: scan protocols/ as well --- build/mkbasepot.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.11.0