Summary: | Translate installer data label | ||
---|---|---|---|
Product: | Koha | Reporter: | Bernardo Gonzalez Kriegel <bgkriegel> |
Component: | I18N/L10N | Assignee: | Bernardo Gonzalez Kriegel <bgkriegel> |
Status: | CLOSED FIXED | QA Contact: | Jonathan Druart <jonathan.druart> |
Severity: | trivial | ||
Priority: | P5 - low | CC: | 1joynelson, f.demians, hayleypelham, jonathan.druart, lucas |
Version: | Main | ||
Hardware: | All | ||
OS: | All | ||
See Also: | https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=13897 | ||
Change sponsored?: | --- | Patch complexity: | Trivial patch |
Documentation contact: | Documentation submission: | ||
Text to go in the release notes: | Version(s) released in: |
20.05.00, 19.11.05, 19.05.10, 18.11.16
|
|
Circulation function: | |||
Attachments: |
Bug 24870: Translate installer data label
Bug 24870: Translate installer data label Bug 24870: Translate installer data label |
Description
Bernardo Gonzalez Kriegel
2020-03-14 23:59:54 UTC
Created attachment 100710 [details] [review] Bug 24870: Translate installer data label This patch enable the translation of the labels 'Mandatory' or 'Optional' present at install time for groups of installer files. To test: 1) Try install using de-DE language, at step3 verify 'Mandatory' and 'Optional' labels 2) Apply this patch 3) Created attachment 100711 [details] [review] Bug 24870: Translate installer data label This patch enable the translation of the labels 'Mandatory' or 'Optional' present at install time for groups of installer files. To test: 1) Try install using de-DE language, at step3 verify 'Mandatory' and 'Optional' labels for marc21 or other data checklist Do not close this window! 2) Apply this patch 3) Update de-DE translation files, reinstall lang files cd misc/translator ./translate update de-DE ./translate install de-DE 4) Reload page at step3, now 'Mandatory' label is translated to 'Pflichtfeld' 5) Verify strings in translation file Search for ^msgid \"Mandatory\" ^msgid \"Optional\" in po/de-DE-staff-prog.po. Created attachment 101019 [details] [review] Bug 24870: Translate installer data label This patch enable the translation of the labels 'Mandatory' or 'Optional' present at install time for groups of installer files. To test: 1) Try install using de-DE language, at step3 verify 'Mandatory' and 'Optional' labels for marc21 or other data checklist Do not close this window! 2) Apply this patch 3) Update de-DE translation files, reinstall lang files cd misc/translator ./translate update de-DE ./translate install de-DE 4) Reload page at step3, now 'Mandatory' label is translated to 'Pflichtfeld' 5) Verify strings in translation file Search for ^msgid \"Mandatory\" ^msgid \"Optional\" in po/de-DE-staff-prog.po. Signed-off-by: Jonathan Druart <jonathan.druart@bugs.koha-community.org> That's a bit dirty but it works :) Trivial, Passing QA. Nice work everyone! Pushed to master for 20.05 backported to 19.11.x branch for 19.11.05 backported to 19.05.x for 19.05.10 Backported to 18.11.x for 18.11.16 |