Skip to content

Commit

Permalink
build: i18n-scan.pl: process HTTPS DNS proxy provider descriptions
Browse files Browse the repository at this point in the history
Ref: openwrt#6546 (comment)
Signed-off-by: Jo-Philipp Wich <[email protected]>
  • Loading branch information
jow- committed Aug 31, 2023
1 parent 1b8e6e0 commit b729af9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build/i18n-scan.pl
Original file line number Diff line number Diff line change
Expand Up @@ -237,7 +237,7 @@ ($$)

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))
{
Expand Down

0 comments on commit b729af9

Please sign in to comment.