[Bug 34935] New: ERM - "Agreement user" not translatable
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34935 Bug ID: 34935 Summary: ERM - "Agreement user" not translatable Change sponsored?: --- Product: Koha Version: unspecified Hardware: All OS: All Status: NEW Severity: enhancement Priority: P5 - low Component: I18N/L10N Assignee: koha-bugs@lists.koha-community.org Reporter: caroline.cyr-la-rose@inlibro.com QA Contact: testopia@bugs.koha-community.org CC: frederic@tamil.fr When adding an agreement in the ERM module, you can add users linked to that agreement. For each new user, there is a heading "Agreement user 1", "Agreement user 2", etc. This heading doesn't seem to be translatable. The only "Agreement user" I found in the po files is "Agreement user %s is missing a user". To get there: 1. Enable ERMModule 2. Go to ERM > Agreements > New agreement > Add new user --> A new heading says "Agreement user 1 Remove this user" 3. Update the po files gulp po:update --lang fr-CA 4. Search the po files for "Agreement user" grep "Agreement user" misc/translator/po/fr-CA* --> The string is not in the po files -- You are receiving this mail because: You are watching all bug changes. You are the assignee for the bug.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34935 --- Comment #1 from Caroline Cyr La Rose <caroline.cyr-la-rose@inlibro.com> --- I just noticed that it is the same for "License user" -- You are receiving this mail because: You are the assignee for the bug. You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34935 Caroline Cyr La Rose <caroline.cyr-la-rose@inlibro.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Summary|ERM - "Agreement user" not |ERM - "Agreement user" and |translatable |"License user" not | |translatable -- You are receiving this mail because: You are the assignee for the bug. You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34935 --- Comment #2 from Katrin Fischer <katrin.fischer@bsz-bw.de> --- Verified this is still valid, I also found the spot in the code, but I am not sure how to fix it: koha-tmpl/intranet-tmpl/prog/js/vue/components/ERM/LicensesFormAdd.vue <UserRoles :user_type="$__('License user %s')" :user_roles="license.user_roles" :av_user_roles="av_user_roles" /> ... and the same for "Agreement user". -- You are receiving this mail because: You are watching all bug changes. You are the assignee for the bug.
participants (1)
-
bugzilla-daemon@bugs.koha-community.org