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

(-)a/misc/translator/xgettext-pref (-2 / +1 lines)
Lines 104-110 for my $file (@files) { Link Here
104
    }
104
    }
105
}
105
}
106
106
107
Locale::PO->save_file_fromhash($output, $pot);
107
Locale::PO->save_file_fromhash($output, $pot, 'utf8');
108
108
109
sub add_prefs {
109
sub add_prefs {
110
    my ($file, $context, $prefs) = @_;
110
    my ($file, $context, $prefs) = @_;
111
- 

Return to bug 28154