https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=41216 Jonathan Druart <jonathan.druart@gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Failed QA |Signed Off --- Comment #19 from Jonathan Druart <jonathan.druart@gmail.com> --- (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.