https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=36618 Katrin Fischer <katrin.fischer@bsz-bw.de> changed: What |Removed |Added ---------------------------------------------------------------------------- Keywords| |additional_work_needed --- Comment #16 from Katrin Fischer <katrin.fischer@bsz-bw.de> --- 1) Translatability I don't believe that Update and Create will be picked up by the translation scripts in this construct: + <legend> + {{ + $__("%s linked biblio record").format( + title.title_id ? "Update" : "Create" + ) + }}: + </legend> + <label for="create_linked_biblio" + >{{ + $__("%s record").format( + title.title_id ? "Update" : "Create" + ) + }}:</label + > Please follow-up! -- You are receiving this mail because: You are watching all bug changes.