https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=38935 David Nind <david@davidnind.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Text to go in the| |This fixes the item search release notes| |results table in the staff | |interface - the "Actions" | |column label is now | |translatable. CC| |david@davidnind.com Summary|"Actions" column not |"Actions" column not |translatable in |translatable for the item |itemsearch.tt |search results table | |(itemsearch.tt) --- Comment #3 from 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. -- You are receiving this mail because: You are watching all bug changes.