https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=38339 --- Comment #2 from Pedro Amorim <pedro.amorim@openfifth.co.uk> --- Created attachment 180156 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=180156&action=edit Bug 38339: Make core field descriptions translatable Test plan, before applying patches: 1) Enable ILLModule and create an ILL request (make sure it has an author and a title) 2) Install es-ES, on ktd run: koha-translate -i es-ES --dev kohadev 3) Access the OPAC ILL requests table: http://localhost:8080/cgi-bin/koha/opac-illrequests.pl 4) Notice both the title and author show. 5) Back on the Staff UI, enable es-ES for OPACLanguages and enable opaclanguagesdisplay 6) Repeat 3). Notice: - The title and author column headers are not translated to es-ES - The title and author data values are not displayed on the columns 7) Apply patches, restart plack and update es-ES installation: - koha-plack --restart kohadev - koha-translate --update es-ES --dev kohadev 8) Repeat 3). Notice the column headers are translated and the data is shown. -- You are receiving this mail because: You are the assignee for the bug. You are watching all bug changes.