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

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

Return to bug 26547