summaryrefslogtreecommitdiffstats
path: root/translations
diff options
context:
space:
mode:
Diffstat (limited to 'translations')
-rwxr-xr-xtranslations/check-ts.pl2
1 files changed, 1 insertions, 1 deletions
diff --git a/translations/check-ts.pl b/translations/check-ts.pl
index 0ff9d17..500be15 100755
--- a/translations/check-ts.pl
+++ b/translations/check-ts.pl
@@ -52,7 +52,7 @@ my %langs = ();
my $files = join("\n", <*_??.ts>);
my $res = `xmlpatterns -param files=\"$files\" check-ts.xq`;
for my $i (split(/ /, $res)) {
- $i =~ /^([^.]+).ts:(.*)$/;
+ $i =~ /^([^.]+)\.ts:(.*)$/;
my ($fn, $pc) = ($1, $2);
for my $g (@groups) {
if ($fn =~ /^${g}_(.*)$/) {