https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=35476 --- Comment #5 from David Nind <david@davidnind.com> --- (In reply to Jonathan Druart from comment #3)
Hi David, I cannot test right now, but you need: 8. Apply the patch 9. yarn build (or simply yarn js:build) 10. restart_all (JS translations are cached in memcached)
That should be enough.
Thanks Jonathan! That worked. Simplified test plan: 1. Install another language, for example: koha-translate --install es-ES --dev kohadev 2. Enable the language for the staff interface (Administration > System preferences > I18N/L10N > language) 3. Enable the ERM module (ERMModule) 4. Change the language to the one you installed 5. Go to E-resource management > eHoldings > Local > Packages > +New package 6. Note that the submit button is not translated (for +New package it is Submit instead of Enviar for es-ES) (Compare to one of the other submit buttons that is translated correctly (E-resource management > Agreements > +New agreement) 7. Apply the patch, yarn js:build, restart_all 8. Repeat step 5 - the submit button is now translated! -- You are receiving this mail because: You are watching all bug changes.