Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/server.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/l10n
diff options
context:
space:
mode:
Diffstat (limited to 'l10n')
-rw-r--r--l10n/l10n.pl2
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$/;
}
}