]> git.koha-community.org Git - koha.git/commit
Bug 32356: Install installer translated files on update
authorJonathan Druart <jonathan.druart@bugs.koha-community.org>
Tue, 29 Nov 2022 09:22:10 +0000 (10:22 +0100)
committerTomas Cohen Arazi <tomascohen@theke.io>
Thu, 9 Feb 2023 13:21:17 +0000 (10:21 -0300)
commitaa3444505f2b47a73f4b281a622b6c1073bb5c8d
tree4cb3687852ad09ba015c194e42062bd666a66977
parent5f97fa18cc4dfc133f535815395b34f5cc7bfffa
Bug 32356: Install installer translated files on update

If the installer files exist for a given language, the translate script
won't update it.
We should get a confirmation from Bernardo (author of bug 24262), but I
don't understand why it could be needed (side-effects?)

Test plan:
Installer several times the same language, drop the DB and run the
installer+onboarding process.
Check files installed by the installer (yaml for notice templates,
biblio frameworks) have inserted the data properly in DB.

Signed-off-by: Katrin Fischer <katrin.fischer.83@web.de>
Signed-off-by: Tomás Cohen Arazi <tomascohen@theke.io>
Signed-off-by: Tomas Cohen Arazi <tomascohen@theke.io>
misc/translator/LangInstaller.pm