https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21823 Bug ID: 21823 Summary: Cannot update or create translations Change sponsored?: --- Product: Koha Version: master Hardware: All OS: All Status: NEW Severity: blocker Priority: P5 - low Component: I18N/L10N Assignee: koha-bugs@lists.koha-community.org Reporter: tomascohen@gmail.com QA Contact: testopia@bugs.koha-community.org CC: frederic@tamil.fr Bug 15395 broke the translations handling process. Steps to reproduce: - Run: $ kshell k$ cd misc/translator k$ perl translate update fr-FR => FAIL: You get an error: system call failed: /bin/sed --in-place /home/vagrant/kohaclone/misc/translator/Koha.pot --expression='s/charset=CHARSET/charset=UTF-8/' at /home/vagrant/kohaclone/misc/translator/LangInstaller.pm line 655. - Create a new set of language translation files: k$ perl translate create xx-YY => FAIL: You get an error: /bin/sed: can't read /home/vagrant/kohaclone/misc/translator/Koha.pot: No such file or directory system call failed: /bin/sed --in-place /home/vagrant/kohaclone/misc/translator/Koha.pot --expression='s/charset=CHARSET/charset=UTF-8/' at /home/vagrant/kohaclone/misc/translator/LangInstaller.pm line 655. Note: the translation files get updated/generated, but the error breaks any automatic pipeline. -- You are receiving this mail because: You are watching all bug changes. You are the assignee for the bug.