Browse Source

Bug 28154: Fix encoding issues on Koha-pref.pot

Signed-off-by: Julian Maurice <julian.maurice@biblibre.com>
Signed-off-by: Martin Renvoize <martin.renvoize@ptfs-europe.com>

Signed-off-by: Jonathan Druart <jonathan.druart@bugs.koha-community.org>
21.05.x
Jonathan Druart 3 years ago
parent
commit
10139a2124
  1. 2
      misc/translator/xgettext-pref

2
misc/translator/xgettext-pref

@ -104,7 +104,7 @@ for my $file (@files) {
}
}
Locale::PO->save_file_fromhash($output, $pot);
Locale::PO->save_file_fromhash($output, $pot, 'utf8');
sub add_prefs {
my ($file, $context, $prefs) = @_;

Loading…
Cancel
Save