View | Details | Raw Unified | Return to bug 6464
Collapse All | Expand All

(-)a/misc/translator/tmpl_process3.pl (+10 lines)
Lines 274-279 if (defined $href) { Link Here
274
#       $charset_in = $candidate;
277
#       $charset_in = $candidate;
275
#   }
278
#   }
276
#     }
279
#     }
280
281
    for my $msgid (keys %$href) {
282
      my $msgstr = $href->{$msgid}->msgstr;
283
284
      my $id_count  = scalar(split(/%s/,$msgid));
285
      my $str_count = scalar(split(/%s/,$msgstr));
286
287
      warn_normal "unconsistent '%s' count: msgid ($id_count)=$msgid / msgstr($str_count)=$msgstr\n", undef
288
	if ( $id_count ne $str_count );
289
    }
277
}
290
}
278
291
279
# set our charset in to UTF-8
292
# set our charset in to UTF-8

Return to bug 6464