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

(-)a/misc/translator/xgettext-pref (-1 / +1 lines)
Lines 140-145 sub add_po { Link Here
140
    my $key = ($msgctxt // '') . ";$msgid";
140
    my $key = ($msgctxt // '') . ";$msgid";
141
    $pot->{$key} = Locale::PO->new(
141
    $pot->{$key} = Locale::PO->new(
142
        -reference => $reference,
142
        -reference => $reference,
143
        -comment   => $msgctxt,
143
        -msgctxt   => $msgctxt,
144
        -msgctxt   => $msgctxt,
144
        -msgid     => $msgid,
145
        -msgid     => $msgid,
145
        -msgstr    => '',
146
        -msgstr    => '',
146
- 

Return to bug 26547