Bug 24897

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
Change sponsored?: --- Patch complexity: ---
Documentation contact: Documentation submission:
Text to go in the release notes:
Version(s) released in:
20.05.00
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
Now we can translate all installer data, then the es-ES directory is no longer needed.
Comment 1 Bernardo Gonzalez Kriegel 2020-03-19 10:57:14 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
Comment 2 Jonathan Druart 2020-04-24 08:28:00 UTC
Trivial, SO and skipping QA

Signed off patch is on https://gitlab.com/joubu/Koha/-/commits/bug_24897
Comment 3 Martin Renvoize 2020-04-27 10:18:25 UTC
Nice work everyone!

Pushed to master for 20.05
Comment 4 Martin Renvoize 2020-04-28 05:57:09 UTC
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>
Comment 5 Martin Renvoize 2020-04-28 05:57:33 UTC
Nice work everyone!

Pushed to master for 20.05
Comment 6 Joy Nelson 2020-05-08 20:40:36 UTC
missing dependencies, not backported