aboutsummaryrefslogtreecommitdiffstats
path: root/switch_to_git_translations.pl
diff options
context:
space:
mode:
authorSteve McIntyre <steve@einval.com>2018-06-02 01:37:52 +0100
committerSteve McIntyre <steve@einval.com>2018-06-02 01:37:52 +0100
commit282420d4559f2221388574bf7965e45396917e9e (patch)
treeb033004df1aaecdfc579268666ff2ac6d998bc72 /switch_to_git_translations.pl
parent934c53a8fe935554cda6de6bca236a07720c9bd6 (diff)
Bugfix - the versions we need to update to are from *english*
Diffstat (limited to 'switch_to_git_translations.pl')
-rwxr-xr-xswitch_to_git_translations.pl2
1 files changed, 1 insertions, 1 deletions
diff --git a/switch_to_git_translations.pl b/switch_to_git_translations.pl
index c9fe0b0961b..3e6ca8ff39a 100755
--- a/switch_to_git_translations.pl
+++ b/switch_to_git_translations.pl
@@ -261,7 +261,7 @@ if (length($db_file) < 2) {
vlog (" Rewriting $db_file with git revisions");
open OUT, "> $db_file" or die "Couldn't write $db_file: $!";
for my $file (sort keys %translated_files) {
- my $targetfile = "$language/$file";
+ my $targetfile = "english/$file";
my $revision = $translated_files{$file};
my $hash = $rev_map{"$targetfile"}{"$revision"}{"commit_hash"};
if (!defined $hash) {

© 2014-2024 Faster IT GmbH | imprint | privacy policy