Browse Source

Bug 28154: Fix encoding issues on Koha-installer.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
Julian Maurice 2 years ago
committed by Jonathan Druart
parent
commit
a17134a0d1
  1. 2
      misc/translator/xgettext-installer

2
misc/translator/xgettext-installer

@ -153,4 +153,4 @@ for my $file (@files) {
}
}
Locale::PO->save_file_fromhash($output, $pot);
Locale::PO->save_file_fromhash($output, $pot, 'utf8');

Loading…
Cancel
Save