mirror of
https://github.com/webmin/webmin.git
synced 2026-02-03 14:13:29 +00:00
Fix bug preventing keeping initial order for .auto files
This commit is contained in:
@@ -892,7 +892,7 @@ sub go
|
||||
my $file = $mpath . "/$code";
|
||||
my $file_auto = $mpath . "/$code.$language_suffix";
|
||||
write_file($file, \%language);
|
||||
write_file($file_auto, \%language_auto, undef, undef, $file) if (!$opt->{'only-transcode'});
|
||||
write_file($file_auto, \%language_auto, undef, undef, $mfile) if (!$opt->{'only-transcode'});
|
||||
|
||||
# Git auto-commit after language was transcoded/translated
|
||||
if ($git_commit) {
|
||||
|
||||
Reference in New Issue
Block a user