https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=43090 Jonathan Druart <jonathan.druart@gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |julian.maurice@biblibre.com --- Comment #2 from Jonathan Druart <jonathan.druart@gmail.com> --- I have a temporary solution for the translation server, I compiled 0.23: wget https://ftp.gnu.org/pub/gnu/gettext/gettext-0.23.1.tar.xz tar xf gettext-0.23.1.tar.xz cd gettext-0.23.1 ./configure --prefix=/usr/local/gettext-0.23.1 make -j$(nproc) /usr/local/gettext-0.23.1/bin/xgettext --version xgettext (GNU gettext-tools) 0.23.1 Then forced the PATH in koha-i18n + $cmd = sprintf "PATH=%s:%s %s", '/usr/local/gettext-0.23.1/bin', $ENV{PATH}, $cmd; -- You are receiving this mail because: You are the assignee for the bug. You are watching all bug changes.