[Koha-bugs] [Bug 32356] xx-XX installer dir /kohadevbox/koha/installer/data/mysql/xx-XX already exists.

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Thu Dec 15 15:02:27 CET 2022


https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32356

--- Comment #13 from Jonathan Druart <jonathan.druart+koha at gmail.com> ---
(In reply to Tomás Cohen Arazi from comment #12)
> koha-translate --update removes the translated templates before
> re-generating:
> 
> 136        if print_installed | grep -q $lang; then
> 137            # Check po files are present
> 138            check_lang_po_files $lang
> 139            remove_lang $lang
> 140            install_lang $lang

I cannot remember, maybe this patch fixes the problem if you are not using
koha-translate?

It's not consistent to skip installer if the lang directory exist, and not
doing it in other LangInstaller::install_* subroutines (install_prefs,
install_tmpl, install_messages) anyway.

-- 
You are receiving this mail because:
You are watching all bug changes.


More information about the Koha-bugs mailing list