Summary: | Remove fr-CA installer data | ||
---|---|---|---|
Product: | Koha | Reporter: | Caroline Cyr La Rose <caroline.cyr-la-rose> |
Component: | Installation and upgrade (web-based installer) | Assignee: | Jonathan Druart <jonathan.druart> |
Status: | CLOSED FIXED | QA Contact: | Tomás Cohen Arazi (tcohen) <tomascohen> |
Severity: | enhancement | ||
Priority: | P5 - low | CC: | david, gmcharlt, jonathan.druart, kyle, m.de.rooy, martin.renvoize, philippe.blouin, tomascohen |
Version: | Main | ||
Hardware: | All | ||
OS: | All | ||
Change sponsored?: | --- | Patch complexity: | --- |
Documentation contact: | Documentation submission: | ||
Text to go in the release notes: |
This enhancement removes fr-CA installer data. Installer data is now in YAML format and there is no need for localized installer files (these are now translated using Koha's translation system using .po files maintained on https://translate.koha-community.org).
|
Version(s) released in: |
21.11.00
|
Circulation function: | |||
Bug Depends on: | |||
Bug Blocks: | 27829 | ||
Attachments: |
Bug 27101: Remove fr-CA installer data
Bug 27101: Fix sample_notices.t Bug 27101: Remove fr-CA installer data Bug 27101: Fix sample_notices.t Bug 27101: Remove fr-CA installer data Bug 27101: Fix sample_notices.t |
Description
Caroline Cyr La Rose
2020-11-26 14:32:00 UTC
*** Bug 27620 has been marked as a duplicate of this bug. *** Do i simply remove the directories? Created attachment 122876 [details] [review] Bug 27101: Remove fr-CA installer data With installer data in YAML format and it's translations, there are no need for localized installer files. This patch removes fr-CA installer files. 1) Apply the patch 2) Translate to fr-CA cd misc/translator ./translate update fr-CA ./translate install fr-CA 3) Do a clean install using fr-CA, check no problems during install Created attachment 122877 [details] [review] Bug 27101: Fix sample_notices.t (In reply to Caroline Cyr La Rose from comment #2) > Do i simply remove the directories? Yes! I've attached a patch. The idea is mainly to catch Canadian specific changes that could existed in fr-CA installer files, but I didn't find any! Created attachment 125776 [details] [review] Bug 27101: Remove fr-CA installer data With installer data in YAML format and it's translations, there are no need for localized installer files. This patch removes fr-CA installer files. 1) Apply the patch 2) Translate to fr-CA cd misc/translator ./translate update fr-CA ./translate install fr-CA 3) Do a clean install using fr-CA, check no problems during install Signed-off-by: Tomas Cohen Arazi <tomascohen@theke.io> Created attachment 125777 [details] [review] Bug 27101: Fix sample_notices.t Signed-off-by: Tomas Cohen Arazi <tomascohen@theke.io> Created attachment 125853 [details] [review] Bug 27101: Remove fr-CA installer data With installer data in YAML format and it's translations, there are no need for localized installer files. This patch removes fr-CA installer files. 1) Apply the patch 2) Translate to fr-CA cd misc/translator ./translate update fr-CA ./translate install fr-CA 3) Do a clean install using fr-CA, check no problems during install Signed-off-by: Tomas Cohen Arazi <tomascohen@theke.io> Signed-off-by: Marcel de Rooy <m.de.rooy@rijksmuseum.nl> Created attachment 125854 [details] [review] Bug 27101: Fix sample_notices.t Signed-off-by: Tomas Cohen Arazi <tomascohen@theke.io> Signed-off-by: Marcel de Rooy <m.de.rooy@rijksmuseum.nl> Pushed to master for 21.11, thanks to everybody involved! |