Summary: | Translation fixes - ERM | ||
---|---|---|---|
Product: | Koha | Reporter: | Matt Blenkinsop <matt.blenkinsop> |
Component: | ERM | Assignee: | Matt Blenkinsop <matt.blenkinsop> |
Status: | CLOSED FIXED | QA Contact: | |
Severity: | trivial | ||
Priority: | P5 - low | CC: | fridolin.somers, jonathan.druart, jonathan.field, martin.renvoize, matt.blenkinsop, pedro.amorim |
Version: | Main | ||
Hardware: | All | ||
OS: | All | ||
Change sponsored?: | --- | Patch complexity: | Small patch |
Documentation contact: | Documentation submission: | ||
Text to go in the release notes: | Version(s) released in: |
23.11.00,23.05.05,22.11.11
|
|
Circulation function: | |||
Attachments: |
Bug 34804: Fix translations
Bug 34804: Fix translations Bug 34804: Fix translations Bug 34804: Fix translations Bug 34804: Fix translations |
Description
Matt Blenkinsop
2023-09-15 15:50:52 UTC
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 |