Column "Actions" is not translatable in itemsearch.tt. There is also typo in this columns id.
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