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: [email protected]
Reporter: [email protected]
QA Contact: [email protected]
CC: [email protected]
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.
_______________________________________________
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/