Summary: | Acquisition: Better context for "Transferred from..." to avoid ambiguity in translation | ||
---|---|---|---|
Product: | Koha | Reporter: | Marc Véron <veron> |
Component: | I18N/L10N | Assignee: | Marc Véron <veron> |
Status: | CLOSED FIXED | QA Contact: | Testopia <testopia> |
Severity: | trivial | ||
Priority: | P5 - low | CC: | f.demians, hector.hecaxmmx, 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: |
Wrong translation of "Transferred" in basket
Bug 15123: Acquisition: Better context for "Transferred from..." to avoid ambiguity in translation [SIGNED-OFF]Bug 15123: Acquisition: Better context for "Transferred from..." to avoid ambiguity in translation [PASSED QA] Bug 15123: Acquisition: Better context for "Transferred from..." to avoid ambiguity in translation |
Created attachment 44357 [details] [review] Bug 15123: Acquisition: Better context for "Transferred from..." to avoid ambiguity in translation This patch moves the word "basket" out of the <a> tags to have a better context for translation. To test: - Transfer an order from one basket to another basket - Verify that "basket" is detached from the strings "Transferred to" rsp "Transferred from" by th <a> tag (See screenshot) - Apply patch - Verify that the word "basket" is now otuside the <a> tags Created attachment 44449 [details] [review] [SIGNED-OFF]Bug 15123: Acquisition: Better context for "Transferred from..." to avoid ambiguity in translation This patch moves the word "basket" out of the <a> tags to have a better context for translation. To test: - Transfer an order from one basket to another basket - Verify that "basket" is detached from the strings "Transferred to" rsp "Transferred from" by th <a> tag (See screenshot) - Apply patch - Verify that the word "basket" is now otuside the <a> tags Signed-off-by: Hector Castro <hector.hecaxmmx@gmail.com> Works as advertised. Tested with es-ES Created attachment 44456 [details] [review] [PASSED QA] Bug 15123: Acquisition: Better context for "Transferred from..." to avoid ambiguity in translation This patch moves the word "basket" out of the <a> tags to have a better context for translation. To test: - Transfer an order from one basket to another basket - Verify that "basket" is detached from the strings "Transferred to" rsp "Transferred from" by th <a> tag (See screenshot) - Apply patch - Verify that the word "basket" is now otuside the <a> tags Signed-off-by: Hector Castro <hector.hecaxmmx@gmail.com> Works as advertised. Tested with es-ES Signed-off-by: Katrin Fischer <katrin.fischer.83@web.de> Patch pushed to master. Thansk Marc! This patch has been pushed to 3.20.x, will be in 3.20.6. |
Created attachment 44356 [details] Wrong translation of "Transferred" in basket In German, the word "Transfer" can be translated to "Transfer" or "Transport". Transfer would be used e.g. for transferring an order, transport is for transportation of e.g. books. This ambiguity leads to a wrong translation for transferred orders in Home > Acquisitions > [a vendor ] > [a basket] e.g. /cgi-bin/koha/acqui/basket.pl?basketno=14 See screenshot attached. The reason is that the word "Basket" is detached from the string "Transferred to" by the <a> tag.