Summary: | "Actions" column not translatable for the item search results table (itemsearch.tt) | ||
---|---|---|---|
Product: | Koha | Reporter: | Emmi Takkinen <emmi.takkinen> |
Component: | Searching | Assignee: | Emmi Takkinen <emmi.takkinen> |
Status: | Pushed to stable --- | QA Contact: | Testopia <testopia> |
Severity: | trivial | ||
Priority: | P5 - low | CC: | alexbuckley, david, jonathan.druart, paul.derscheid |
Version: | Main | ||
Hardware: | All | ||
OS: | All | ||
Change sponsored?: | --- | Patch complexity: | --- |
Documentation contact: | Documentation submission: | ||
Text to go in the release notes: |
This fixes the item search results table in the staff interface - the "Actions" column label is now translatable.
|
Version(s) released in: |
25.05.00,24.11.02
|
Circulation function: | |||
Bug Depends on: | 37238 | ||
Bug Blocks: | |||
Attachments: |
Bug 38935: Actions column not translatable in itemsearch.tt
Bug 38935: Actions column not translatable in itemsearch.tt Bug 38935: Actions column not translatable in itemsearch.tt |
Description
Emmi Takkinen
2025-01-21 10:49:35 UTC
Created attachment 176854 [details] [review] Bug 38935: Actions column not translatable in itemsearch.tt Column "Actions" was not translatable in itemsearch.tt. This patch makes column translatable. This also fixes typo in this columns id. Test plan: 1. Change language as something else than english. 2. Navigate to "Item search" page and search for items. => Note that column "Actions" still reads "Actions" 3. Apply this patch. 4. Make new item search. => Column should now have correct translation. Created attachment 176925 [details] [review] Bug 38935: Actions column not translatable in itemsearch.tt Column "Actions" was not translatable in itemsearch.tt. This patch makes column translatable. This also fixes typo in this columns id. Test plan: 1. Change language as something else than english. 2. Navigate to "Item search" page and search for items. => Note that column "Actions" still reads "Actions" 3. Apply this patch. 4. Make new item search. => Column should now have correct translation. Signed-off-by: David Nind <david@davidnind.com> Testing notes (using KTD): 1. Install a language: koha-translate --install de-DE --dev kohadev 2. Enable the language: Koha administration > System preferences > I18NL10N > StaffInterfaceLanguages 3. For German, note that the "Actions" column is still labeleld as "Actions", instead of "Aktionen" 3. After the patch is applied: - Update the translation .po files with the new strings: gulp po:update --lang de-DE - Install the updated transaltion: koha-translate --update de-DE --dev kohadev 4. Column label for the "Actions" column is now correctly translated. Created attachment 176950 [details] [review] Bug 38935: Actions column not translatable in itemsearch.tt Column "Actions" was not translatable in itemsearch.tt. This patch makes column translatable. This also fixes typo in this columns id. Test plan: 1. Change language as something else than english. 2. Navigate to "Item search" page and search for items. => Note that column "Actions" still reads "Actions" 3. Apply this patch. 4. Make new item search. => Column should now have correct translation. Signed-off-by: David Nind <david@davidnind.com> Signed-off-by: Jonathan Druart <jonathan.druart@bugs.koha-community.org> Pushed for 25.05! Well done everyone, thank you! Nice work everyone! Pushed to 24.11.x for 24.11.02 not backporting to 24.05.x unless requested - dependency not in 24.05 |