Changeset 36454 in osm for applications


Ignore:
Timestamp:
2025-06-13T21:23:08+02:00 (2 weeks ago)
Author:
stoecker
Message:

typo

File:
1 edited

Legend:

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

    r36453 r36454  
    292292  $fmt = join("_", sort keys %fmt); %fmt = ();
    293293  my $ent = $en; $ent =~ s/'[{}]'//g;
    294   while($ent =~ /\{(.*?)\}/g) {$fmt{$1}++};
     294  while($ent =~ /\{(.*?)\}/g) {$fmt{$1}++;}
    295295  while($ent =~ /\%([a-z]+)\%/g) {$fmt{$1}++;}
    296296  $fmte = join("_", sort keys %fmt); %fmt = ();
Note: See TracChangeset for help on using the changeset viewer.