https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20511 --- Comment #5 from Jonathan Druart <jonathan.druart+koha@gmail.com> --- (In reply to Owen Leonard from comment #4)
(In reply to Jonathan Druart from comment #3)
Generate new serial items and confirm that the seasons are correctly translated when displayed
Where will this information appear?
You should see the season translated everywhere it's displayed (not when it appears in an input however). So on the catalogue/detail.pl tab "Subscriptions", or the subscription detail view (/serials/subscription-detail.pl?subscriptionid=1) You need to: gulp po:update --lang es-ES cd misc/translate Edit po/es-ES-messages.po, translate the season names ./translate install es-ES restart_all (strings are cached) -- You are receiving this mail because: You are watching all bug changes.