]> 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)
committerLucas Gass <lucas@bywatersolutions.com>
Wed, 15 Feb 2023 21:49:28 +0000 (21:49 +0000)
commit1c19bb0532483da1ff7e0af3a98965550e744f68
tree5da1a051647ea4b60e6d7b16cb99799cd6b6918f
parent0c6be1a161e647fe2888afed7b22a612317bf729
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>
(cherry picked from commit 27d128c3ab24096fccb1fa96a05ad7173c9bbc9d)

Signed-off-by: Lucas Gass <lucas@bywatersolutions.com>
misc/translator/LangInstaller.pm