diff options
Diffstat (limited to 'l10n')
-rw-r--r-- | l10n/l10n.pl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/l10n/l10n.pl b/l10n/l10n.pl index 7443a5f941d..26ed4ecba30 100644 --- a/l10n/l10n.pl +++ b/l10n/l10n.pl @@ -44,7 +44,7 @@ sub crawlFiles{ push( @found, crawlFiles( $dir.'/'.$i )); } else{ - push(@found,$dir.'/'.$i) if $i =~ /\.js$/ || $i =~ /\.php$/; + push(@found,$dir.'/'.$i) if $i =~ /.*(?<!\.min)\.js$/ || $i =~ /\.php$/; } } |