Ignore:
Timestamp:
2010-01-09T14:05:06+01:00 (15 years ago)
Author:
stoecker
Message:

i18n update

File:
1 edited

Legend:

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

    r19319 r19334  
    4848        {
    4949          my ($n, $d) = ($1, $2);
    50           my $new = ($n eq "msgid" && $postate{type} ne "msgctxt") || ($n eq "msgctxt");
     50          my $new = !${postate}{fuzzy} && (($n eq "msgid" && $postate{type} ne "msgctxt") || ($n eq "msgctxt"));
    5151          checkpo(\%postate, \%all, $l, "line $linenum in $file", $keys, $new);
    5252          $postate{last} = $d;
Note: See TracChangeset for help on using the changeset viewer.