[Koha-bugs] [Bug 33128] Add Polish translations for language descriptions

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Mon Apr 17 21:42:15 CEST 2023


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

Nick Clemens <nick at bywatersolutions.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |nick at bywatersolutions.com
             Status|Needs Signoff               |Failed QA

--- Comment #3 from Nick Clemens <nick at bywatersolutions.com> ---
The update works well, but installing fresh failed.


It looks like a bad copy paste here:
installer/data/mysql/mandatory/subtag_registry.sql

All the lines like:
INSERT INTO language_subtag_registry( subtag, type, description, added)

Should be:
INSERT INTO language_descriptions(subtag, type, lang, description)

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


More information about the Koha-bugs mailing list