[Bug 27416] New: String 'Modify tag' in breadcrumb is untranslatable
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27416 Bug ID: 27416 Summary: String 'Modify tag' in breadcrumb is untranslatable Change sponsored?: --- Product: Koha Version: master 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 I can't find the string to translate de 'Modify tag' in the breadcrumbs in marctagstructure.pl To go there: 1- Go to Administration > MARC bibliographic framework 2- Next to any framework, click Actions > MARC structure 3- Next to any MARC field, click Actions > Edit tag In the breadcrumbs, you should have Home › Administration › MARC frameworks › <some framework> framework › Modify tag <some tag number> If I go in fr-CA-staff-prog.po, the only instance of Modify tag that I find for marctagstructure.tt is 7508 #. %1$s: IF ( use_heading_flags_p ) 7509 #. %2$s: IF ( heading_modify_tag_p ) 7510 #: koha-tmpl/intranet-tmpl/prog/en/modules/admin/marctagstructure.tt:52 7511 #, c-format 7512 msgid "%s%sModify tag " 7513 msgstr "%s%sModifier la zone " But I think that is the heading of the form, not the breadcrumbs. There is a breadcrumb string, but it's for auth_tag_tructure.tt 34408 #. %1$s: IF ( add_form ) 34409 #. %2$s: IF ( use_heading_flags_p ) 34410 #. %3$s: IF ( heading_modify_tag_p ) 34411 #. %4$s: IF ( authtypecode ) 34412 #. %5$s: authtypecode | html 34413 #. %6$s: ELSE 34414 #. %7$s: END 34415 #. %8$s: END 34416 #. %9$s: IF ( heading_add_tag_p ) 34417 #. %10$s: IF ( authtypecode ) 34418 #. %11$s: authtypecode | html 34419 #. %12$s: ELSE 34420 #. %13$s: END 34421 #. %14$s: END 34422 #. %15$s: ELSE 34423 #. %16$s: action | html 34424 #. %17$s: END 34425 #. %18$s: END 34426 #. %19$s: IF ( delete_confirm ) 34427 #. %20$s: IF ( authtypecode ) 34428 #. %21$s: authtypecode | html 34429 #. %22$s: ELSE 34430 #. %23$s: END 34431 #. %24$s: END 34432 #. %25$s: IF ( delete_confirmed ) 34433 #. %26$s: IF ( authtypecode ) 34434 #. %27$s: authtypecode | html 34435 #. %28$s: ELSE 34436 #. %29$s: END 34437 #. %30$s: END 34438 #: koha-tmpl/intranet-tmpl/prog/en/modules/admin/auth_tag_structure.tt:6 34439 #, c-format 34440 msgid "" 34441 "Koha › Administration › Authority MARC framework %s%s " 34442 "%s› %s%s Framework%sDefault framework%s › Modify tag%s " 34443 "%s› %s%s Framework%sDefault framework%s › New tag%s %s› " 34444 "%s%s%s%s› %s%s Framework%sDefault framework%s › Confirm " 34445 "deletion%s%s› %s%s Framework%sDefault framework%s › Data " 34446 "deleted%s" 34447 msgstr "" 34448 "Koha › Administration › Grilles d'autorité MARC%s%s %s› " 34449 "%s%s Grille %s Grille par défaut%s › Modifier la zone%s %s› %s" 34450 "%s Grille %s Grille par défaut%s › Nouvelle zone %s %s› %s%s%s" 34451 "%s› %s%s Grille %sGrille par défaut%s › Confirmer la " 34452 "suppression%s%s› %s%s Grille %sGrille par défaut%s › Donnée " 34453 "supprimée%s" or maybe this one (again in auth_tag_structure.tt) 4123 #. %1$s: END 4124 #. %2$s: END 4125 #. %3$s: IF ( heading_add_tag_p ) 4126 #. %4$s: IF ( authtypecode ) 4127 #: koha-tmpl/intranet-tmpl/prog/en/modules/admin/auth_tag_structure.tt:24 4128 #, c-format 4129 msgid "%s › Modify tag %s %s %s" 4130 msgstr "%s › Modifier la zone %s %s %s" -- 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=27416 Jonathan Druart <jonathan.druart@bugs.koha-community.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |Needs Signoff -- 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=27416 --- Comment #1 from Jonathan Druart <jonathan.druart@bugs.koha-community.org> --- Created attachment 115106 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=115106&action=edit Bug 27416: Make "Modify tag" and "Add tag" translatable Those two strings are not translatable as they are passed from the controller. -- 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=27416 Jonathan Druart <jonathan.druart@bugs.koha-community.org> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |jonathan.druart@bugs.koha-c | |ommunity.org Severity|enhancement |normal Assignee|koha-bugs@lists.koha-commun |jonathan.druart@bugs.koha-c |ity.org |ommunity.org -- 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=27416 Owen Leonard <oleonard@myacpl.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Patch complexity|--- |Trivial patch Status|Needs Signoff |Signed Off -- You are receiving this mail because: You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27416 Owen Leonard <oleonard@myacpl.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #115106|0 |1 is obsolete| | --- Comment #2 from Owen Leonard <oleonard@myacpl.org> --- Created attachment 115111 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=115111&action=edit Bug 27416: Make "Modify tag" and "Add tag" translatable Those two strings are not translatable as they are passed from the controller. Signed-off-by: Owen Leonard <oleonard@myacpl.org> -- You are receiving this mail because: You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27416 Nick Clemens <nick@bywatersolutions.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Signed Off |Passed QA -- You are receiving this mail because: You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27416 Nick Clemens <nick@bywatersolutions.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #115111|0 |1 is obsolete| | --- Comment #3 from Nick Clemens <nick@bywatersolutions.com> --- Created attachment 115112 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=115112&action=edit Bug 27416: Make "Modify tag" and "Add tag" translatable Those two strings are not translatable as they are passed from the controller. Signed-off-by: Owen Leonard <oleonard@myacpl.org> Signed-off-by: Nick Clemens <nick@bywatersolutions.com> -- You are receiving this mail because: You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27416 Jonathan Druart <jonathan.druart@bugs.koha-community.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Passed QA |Pushed to master Version(s)| |21.05.00 released in| | -- You are receiving this mail because: You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27416 --- Comment #4 from Jonathan Druart <jonathan.druart@bugs.koha-community.org> --- Pushed to master for 21.05, thanks to everybody involved! -- You are receiving this mail because: You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27416 Fridolin Somers <fridolin.somers@biblibre.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Pushed to master |Pushed to stable CC| |fridolin.somers@biblibre.co | |m Version(s)|21.05.00 |21.05.00,20.11.03 released in| | --- Comment #5 from Fridolin Somers <fridolin.somers@biblibre.com> --- Pushed to 20.11.x for 20.11.03 -- You are receiving this mail because: You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27416 Andrew Fuerste-Henry <andrew@bywatersolutions.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |andrew@bywatersolutions.com Version(s)|21.05.00,20.11.03 |21.05.00,20.11.03,20.05.09 released in| | Status|Pushed to stable |Pushed to oldstable --- Comment #6 from Andrew Fuerste-Henry <andrew@bywatersolutions.com> --- Pushed to 20.05.x for 20.05.09 -- You are receiving this mail because: You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27416 Victor Grousset/tuxayo <victor@tuxayo.net> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |victor@tuxayo.net Version(s)|21.05.00,20.11.03,20.05.09 |21.05.00,20.11.03,20.05.09, released in| |19.11.15 Status|Pushed to oldstable |Pushed to oldoldstable --- Comment #7 from Victor Grousset/tuxayo <victor@tuxayo.net> --- Backported: Pushed to 19.11.x branch for 19.11.15 -- You are receiving this mail because: You are watching all bug changes.
participants (1)
-
bugzilla-daemon@bugs.koha-community.org