]> git.koha-community.org Git - koha.git/commit
Bug 35570: Revert some strings translatability
authorTomas Cohen Arazi <tomascohen@theke.io>
Tue, 15 Oct 2024 14:36:32 +0000 (11:36 -0300)
committerKatrin Fischer <katrin.fischer@bsz-bw.de>
Thu, 31 Oct 2024 07:05:27 +0000 (08:05 +0100)
commit039214754f0816dc9056a6faa538de2643952419
treede359446695860be8fe557ff4309260b8a430b77
parentd7966b099dbd17ca090699f54973aad34dd65507
Bug 35570: Revert some strings translatability

This patch reverts making core field descriptions translatable. It was
an obvious move and a needed one. But it turns out our core templates
are using those keys ('Author' and 'Title' in particular) and as such
translating them would break display (at least in the OPAC). Without
this patch, the ILL requests table in the OPAC doesn't display the title
and author columns values (i.e. displays 'N/A' instead)

Added a FIXME in the code, and will file a bug soo we fix this properly.

Signed-off-by: Tomas Cohen Arazi <tomascohen@theke.io>
Signed-off-by: Katrin Fischer <katrin.fischer@bsz-bw.de>
Koha/ILL/Backend/Standard.pm