[Koha-bugs] [Bug 21823] New: Cannot update or create translations

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Tue Nov 13 16:36:23 CET 2018


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 at lists.koha-community.org
          Reporter: tomascohen at gmail.com
        QA Contact: testopia at bugs.koha-community.org
                CC: frederic at 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.


More information about the Koha-bugs mailing list