It looks like some strings aren't formatted correctly for translation in some ERM components. They should be wrapped in this.$__()
Created attachment 155695 [details] [review] Bug 34804: Fix translations This patch fixes some translations in the ERM module Translations should be wrapped in this.$__()
Does this work for you? I am getting an error in the console Uncaught TypeError: this is undefined
We need to use __("") instead of _("")
Created attachment 155888 [details] [review] Bug 34804: Fix translations This patch fixes some translations in the ERM module Translations should be wrapped in this.$__()
Created attachment 155893 [details] [review] Bug 34804: Fix translations This patch fixes some translations in the ERM module Translations should be wrapped in this.$__()
Created attachment 155894 [details] [review] Bug 34804: Fix translations This patch fixes some translations in the ERM module Translations should be wrapped in this.$__() Signed-off-by: Jonathan Druart <jonathan.druart@bugs.koha-community.org>
Created attachment 155908 [details] [review] Bug 34804: Fix translations This patch fixes some translations in the ERM module Translations should be wrapped in this.$__() Signed-off-by: Jonathan Druart <jonathan.druart@bugs.koha-community.org> Signed-off-by: Katrin Fischer <katrin.fischer.83@web.de>
Pushed to master for 23.11. Nice work everyone, thanks!
Pushed to 23.05.x for 23.05.05
Nice work everyone! Pushed to oldstable for 22.11.x