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)
committerJacob O'Mara <jacob.omara@ptfs-europe.com>
Mon, 13 Feb 2023 09:12:28 +0000 (09:12 +0000)
commit27d128c3ab24096fccb1fa96a05ad7173c9bbc9d
tree52897d6fc1fd6addcf58a2b980329b23a7ccf541
parent77b28f46f075f50f46d871e8dd3321b54c7fc0e6
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>
(cherry picked from commit aa3444505f2b47a73f4b281a622b6c1073bb5c8d)
Signed-off-by: Jacob O'Mara <jacob.omara@ptfs-europe.com>
misc/translator/LangInstaller.pm