Changeset 36400 in osm


Ignore:
Timestamp:
2025-02-21T09:20:04+01:00 (18 hours ago)
Author:
stoecker
Message:

don't update translations which copied the string 1:1

File:
1 edited

Legend:

Unmodified
Added
Removed
  • applications/editors/josm/i18n/replacetrans.pl

    r36399 r36400  
    3333    for my $f (keys %rep)
    3434    {
    35       if($line =~ s/msgid "\Q$f\E"\nmsgstr/msgid "$rep{$f}"\nmsgstr/ && $line !~ /msgstr ""/)
     35      if($line =~ s/msgid "\Q$f\E"\nmsgstr/msgid "$rep{$f}"\nmsgstr/ && $line !~ /msgstr ""/ && $line !~ /msgstr "$f"/)
    3636      {
    3737        print $out $line;
Note: See TracChangeset for help on using the changeset viewer.