https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=36618

Katrin Fischer <katrin.fisc...@bsz-bw.de> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Keywords|                            |additional_work_needed

--- Comment #16 from Katrin Fischer <katrin.fisc...@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.
_______________________________________________
Koha-bugs mailing list
Koha-bugs@lists.koha-community.org
https://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs
website : http://www.koha-community.org/
git : http://git.koha-community.org/
bugs : http://bugs.koha-community.org/

Reply via email to