Summary: | Remove es-ES installer data | ||
---|---|---|---|
Product: | Koha | Reporter: | Bernardo Gonzalez Kriegel <bgkriegel> |
Component: | Installation and upgrade (web-based installer) | Assignee: | Bernardo Gonzalez Kriegel <bgkriegel> |
Status: | CLOSED FIXED | QA Contact: | Testopia <testopia> |
Severity: | minor | ||
Priority: | P5 - low | CC: | 1joynelson, gmcharlt, jonathan.druart |
Version: | Main | ||
Hardware: | All | ||
OS: | All | ||
See Also: | https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=24972 | ||
GIT URL: | Change sponsored?: | --- | |
Patch complexity: | --- | Documentation contact: | |
Documentation submission: | Text to go in the release notes: | ||
Version(s) released in: |
20.05.00
|
Circulation function: | |
Bug Depends on: | 24871, 24973 | ||
Bug Blocks: | |||
Attachments: |
Bug 24897: xz compressed patch
Bug 24897: (RM follow-up) Drop tests for es-ES notices |
Description
Bernardo Gonzalez Kriegel
2020-03-18 15:46:07 UTC
Created attachment 101004 [details] Bug 24897: xz compressed patch With installer data in YAML format and it's translations, there are no need for localized installer files. This patch removes es-ES installer files. To test on top of Bug 24871 1) Apply the patch 2) Translate to spanish cd misc/translator ./translate update es-ES -/translate install es-ES 3) Do a clean install using es-ES, check no problems during install 4) Verify MARC21 frameworks, they must be translated Trivial, SO and skipping QA Signed off patch is on https://gitlab.com/joubu/Koha/-/commits/bug_24897 Nice work everyone! Pushed to master for 20.05 Created attachment 103823 [details] [review] Bug 24897: (RM follow-up) Drop tests for es-ES notices This follow-up removes the tests for the presence and validity of the spanish translated notices. Signed-off-by: Martin Renvoize <martin.renvoize@ptfs-europe.com> Nice work everyone! Pushed to master for 20.05 missing dependencies, not backported |