https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=41216
Jonathan Druart <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Failed QA |Signed Off --- Comment #19 from Jonathan Druart <[email protected]> --- (In reply to Victor Grousset/tuxayo from comment #18) > > The translation is done on the fly/at runtime, you won't see the translated > > version in the template. > > Thanks Jonathan. I managed to display the string and the translation works :) Thanks for the comment. > In the mean time, a file was introduced that make the test fail: > # Failed test at xt/author/tt_valid.t line 93. > # got: '1' > # expected: '0' > # t/lib/plugins/Koha/Plugin/TestValuebuilder/test_valuebuilder_popup.tt: 8 Fixed, it was the missing id and class on body. > I think this part of the POD is obsolete: > ``` > [1] Test if TT files contain TT directive within HTML tag. For example: > > <li[% IF > > This kind of construction MUST be avoided because it breaks Koha translation > process. > ``` Adjusted. -- 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/
