build: i18n-scan.pl: process HTTPS DNS proxy provider descriptions
authorJo-Philipp Wich <jo@mein.io>
Thu, 31 Aug 2023 13:52:05 +0000 (15:52 +0200)
committerJo-Philipp Wich <jo@mein.io>
Thu, 31 Aug 2023 13:53:01 +0000 (15:53 +0200)
Ref: https://github.com/openwrt/luci/pull/6546#issue-1872235715
Signed-off-by: Jo-Philipp Wich <jo@mein.io>
build/i18n-scan.pl

index da7a944b96a6fce2b2bbef243f03eb1a396f3254..f824e60943913e205520a9ed31b68490a828a381 100755 (executable)
@@ -237,7 +237,7 @@ my $msguniq_pid = open2($msguniq_out, $msguniq_in, 'msguniq', '-s');
 
 print $msguniq_in "msgid \"\"\nmsgstr \"Content-Type: text/plain; charset=UTF-8\"\n";
 
-if (open F, "find @ARGV -type f '(' -name '*.htm' -o -name '*.lua' -o -name '*.js' -o -name '*.uc' -o -name '*.ut' -o -path '*/menu.d/*.json' -o -path '*/acl.d/*.json' -o -path '*/statistics/plugins/*.json' ')' |")
+if (open F, "find @ARGV -type f '(' -name '*.htm' -o -name '*.lua' -o -name '*.js' -o -name '*.uc' -o -name '*.ut' -o -path '*/menu.d/*.json' -o -path '*/acl.d/*.json' -o -path '*/statistics/plugins/*.json' -o -path '*/https-dns-proxy/providers/*.json' ')' |")
 {
        while (defined( my $file = readline F))
        {