Summary: | Untranslatable "All" in patrons table filter | ||
---|---|---|---|
Product: | Koha | Reporter: | paxed <pasi.kallinen> |
Component: | I18N/L10N | Assignee: | paxed <pasi.kallinen> |
Status: | CLOSED FIXED | QA Contact: | Testopia <testopia> |
Severity: | enhancement | ||
Priority: | P5 - low | CC: | f.demians, jonathan.druart, martin.renvoize, mtompset, nick |
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 20296: Untranslatable "All" in patrons table filter
Bug 20296: Untranslatable "All" in patrons table filter |
Description
paxed
2018-02-26 10:14:17 UTC
Created attachment 72197 [details] [review] Bug 20296: Untranslatable "All" in patrons table filter There's an untranslatable "All" in the "Show X entries" filter when browsing the patrons. Test plan: 1) Home --> Patrons --> Browse by last name. 2) In the table filtering toolbar, there's a dropdown with "Show [20] entries" and the last in the dropdown is "All". 3) Update and install a language, check that msgid "All" is translated and isn't fuzzy. 4) Check the "All" in the dropdown, it is not translated. 5) Install patch, repeat 1-3, and check the "All" in the dropdown, it should now be translated. (In reply to paxed from comment #1) > 3) Update and install a language, check that msgid "All" is > translated and isn't fuzzy. I know this is common knowledge to those frequently handling translation, but links to information would be a vast improvement in test plan, especially on something which eyeballs perfectly. Hi Mark, what kind of information are you looking for? Created attachment 72275 [details] [review] Bug 20296: Untranslatable "All" in patrons table filter There's an untranslatable "All" in the "Show X entries" filter when browsing the patrons. Test plan: 1) Home --> Patrons --> Browse by last name. 2) In the table filtering toolbar, there's a dropdown with "Show [20] entries" and the last in the dropdown is "All". 3) Update and install a language, check that msgid "All" is translated and isn't fuzzy. 4) Check the "All" in the dropdown, it is not translated. 5) Install patch, repeat 1-3, and check the "All" in the dropdown, it should now be translated. Signed-off-by: Pasi Kallinen <pasi.kallinen@joensuu.fi> Signed-off-by: Jonathan Druart <jonathan.druart@bugs.koha-community.org> Trivial, skipping QA. Pushed to master for 18.05, thanks to everybody involved! Awesome work all, backported to stable for 17.11.05 |