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

            Bug ID: 33154
           Summary: Tab WRAPPER follow-up: label text must be translatable
 Change sponsored?: ---
           Product: Koha
           Version: master
          Hardware: All
                OS: All
            Status: ASSIGNED
          Severity: normal
          Priority: P5 - low
         Component: Templates
          Assignee: [email protected]
          Reporter: [email protected]
        QA Contact: [email protected]
        Depends on: 32571

The new WRAPPER system for building tabs has the unwanted side-effect of
creating a situation where text is not translatable. Because the translation
process looks for text inside HTML tags, the string "Server information" will
not be picked up for translation:

[% WRAPPER tab_item tabname= "about" bt_active= 1 %] Server information [% END
%]

Strings must be wrapped in <span> (or some variation of "[% t('A translatable
string') %]."


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.
_______________________________________________
Koha-bugs mailing list
[email protected]
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