Summary: | Ease translation for shelves messages | ||
---|---|---|---|
Product: | Koha | Reporter: | Bernardo Gonzalez Kriegel <bgkriegel> |
Component: | I18N/L10N | Assignee: | Bernardo Gonzalez Kriegel <bgkriegel> |
Status: | CLOSED FIXED | QA Contact: | Testopia <testopia> |
Severity: | trivial | ||
Priority: | P5 - low | CC: | f.demians, tomascohen |
Version: | Main | ||
Hardware: | All | ||
OS: | All | ||
Change sponsored?: | --- | Patch complexity: | String patch |
Documentation contact: | Documentation submission: | ||
Text to go in the release notes: | Version(s) released in: | ||
Circulation function: | |||
Attachments: |
Bug 15208: Ease translation for shelves messages
Bug 15208: Followup to reorder words [SIGNED-OFF] Bug 15208: Ease translation for shelves messages [SIGNED-OFF] Bug 15208: Followup to reorder words Bug 15208: Ease translation for shelves messages [PASSED QA] Bug 15208: Followup to reorder words |
Description
Bernardo Gonzalez Kriegel
2015-11-18 13:37:20 UTC
Created attachment 44956 [details] [review] Bug 15208: Ease translation for shelves messages This string patch only puts <span>...</span> around shelves messages. It split a monster translation string into its components. This kind of string to translate is error-prone. Also fixed a typo on opac, 'deleteing' To test: 1) Search for 'An error occurred when updating this list' on your preferred language translation file for staff or opac (xx-YY-staff-prog.po or xx-YY-opac-bootstrap.po) You will see a 'big' string to translate 2) Apply the patch 3) Update translation files for your language 4) Search again, big one is gone and there are new individual strings to translate. Sorry for not spotting this before string freeze Created attachment 44957 [details] [review] Bug 15208: Followup to reorder words It think it's better to put the shelf name first Created attachment 44961 [details] [review] [SIGNED-OFF] Bug 15208: Ease translation for shelves messages This string patch only puts <span>...</span> around shelves messages. It split a monster translation string into its components. This kind of string to translate is error-prone. Also fixed a typo on opac, 'deleteing' To test: 1) Search for 'An error occurred when updating this list' on your preferred language translation file for staff or opac (xx-YY-staff-prog.po or xx-YY-opac-bootstrap.po) You will see a 'big' string to translate 2) Apply the patch 3) Update translation files for your language 4) Search again, big one is gone and there are new individual strings to translate. Sorry for not spotting this before string freeze Signed-off-by: Kyle M Hall <kyle@bywatersolutions.com> Created attachment 44962 [details] [review] [SIGNED-OFF] Bug 15208: Followup to reorder words It think it's better to put the shelf name first Signed-off-by: Kyle M Hall <kyle@bywatersolutions.com> Created attachment 44968 [details] [review] Bug 15208: Ease translation for shelves messages This string patch only puts <span>...</span> around shelves messages. It split a monster translation string into its components. This kind of string to translate is error-prone. Also fixed a typo on opac, 'deleteing' To test: 1) Search for 'An error occurred when updating this list' on your preferred language translation file for staff or opac (xx-YY-staff-prog.po or xx-YY-opac-bootstrap.po) You will see a 'big' string to translate 2) Apply the patch 3) Update translation files for your language 4) Search again, big one is gone and there are new individual strings to translate. Sorry for not spotting this before string freeze Signed-off-by: Kyle M Hall <kyle@bywatersolutions.com> Created attachment 44969 [details] [review] [PASSED QA] Bug 15208: Followup to reorder words It think it's better to put the shelf name first Signed-off-by: Kyle M Hall <kyle@bywatersolutions.com> Signed-off-by: Katrin Fischer <katrin.fischer.83@web.de> Patches pushed to master. Thanks Bernardo! |