Browse Source

Bug 17600: (follow-up) Fix wrong import in Koha::I18N - LC_MESSAGES

Signed-off-by: Marcel de Rooy <m.de.rooy@rijksmuseum.nl>

Signed-off-by: Jonathan Druart <jonathan.druart@bugs.koha-community.org>
21.11.x
Jonathan Druart 3 years ago
parent
commit
402bce9b82
  1. 3
      Koha/I18N.pm

3
Koha/I18N.pm

@ -27,12 +27,13 @@ use List::Util qw( first );
use Locale::Messages qw(
bindtextdomain
gettext
LC_MESSAGES
ngettext
npgettext
pgettext
textdomain
);
use POSIX;
use POSIX qw();
use Koha::Cache::Memory::Lite;
use parent 'Exporter';

Loading…
Cancel
Save