http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=8257
Frédéric Demians <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Severity|normal |trivial --- Comment #1 from Frédéric Demians <[email protected]> --- > Use of uninitialized value in pattern match (m//) at > /usr/share/perl5/Locale/PO.pm line 472, <IN> line 95569. As you can see, it always happens on this line. This is at the end of staff interface .po file. At this place, there are few lines of comments which have nothing to do there. You could delete them, and you will see that the translation script will stop throwing this warning. It's really safe. We may clean all .po files. -- You are receiving this mail because: You are the assignee for the bug. You are watching all bug changes. _______________________________________________ Koha-bugs mailing list [email protected] http://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs website : http://www.koha-community.org/ git : http://git.koha-community.org/ bugs : http://bugs.koha-community.org/
