https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33332 Bug ID: 33332 Summary: Fix formatting of TT comments to improve translations Change sponsored?: --- Product: Koha Version: master Hardware: All OS: All Status: ASSIGNED Severity: normal Priority: P5 - low Component: I18N/L10N Assignee: oleonard@myacpl.org Reporter: oleonard@myacpl.org QA Contact: testopia@bugs.koha-community.org CC: frederic@tamil.fr, testopia@bugs.koha-community.org Depends on: 32571 The comments I added to html_helpers.inc for documenting usage of the tab and breadcrumbs wrappers are showing up in translations. #: koha-tmpl/intranet-tmpl/prog/en/includes/html_helpers.inc:357 #, c-format msgid "" "%s [%%# BOOTSTRAP TAB WRAPPER USAGE [ WRAPPER tabs id= \"tabs_container_id" "\" ] [ WRAPPER tabs_nav ] [ WRAPPER tab_item tabname= \"tab_name_1\" " The translation tool seems to have a problem with a multi-line Template::Toolkit comment. The workaround is to comment each line individually. Referenced Bugs: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32571 [Bug 32571] Use template wrapper to build tabbed components -- You are receiving this mail because: You are watching all bug changes.