Skip to content
Snippets Groups Projects
Unverified Commit f5582791 authored by Matthias Schiffer's avatar Matthias Schiffer
Browse files

contrib: update i18n-scan.pl script

parent 88789b15
No related branches found
No related tags found
No related merge requests found
......@@ -48,7 +48,7 @@ if( open F, "find @ARGV -type f '(' -name '*.html' -o -name '*.lua' ')' |" )
my $text = $raw;
while( $text =~ s/ ^ .*? (?:translate|translatef|i18n|_) [\n\s]* \( /(/sgx )
while( $text =~ s/ ^ .*? (?:translate|translatef|_) [\n\s]* \( /(/sgx )
{
( my $code, $text ) = extract_bracketed($text, q{('")});
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment