Bug 14485: HTML comment disables translation in cataloguing/addbooks.tt
authorFridolin Somers <fridolin.somers@biblibre.com>
Thu, 2 Jul 2015 08:37:22 +0000 (10:37 +0200)
committerTomas Cohen Arazi <tomascohen@theke.io>
Fri, 10 Jul 2015 13:47:16 +0000 (10:47 -0300)
In cataloguing/addbooks.tt, the line :
  [% total %] result(s) found in catalog,
is not present in PO files even after an update.
I've found that the cause is the previous HTML comment line.

This patch converts HTML comment into TT comment and adds a div to have a more comprehensive string to translate.

Test plan :
- without patch
- go into <sources>/misc/translator
- run PO update for example in french : translate update fr-FR
=> the text "result(s) found in catalog" is missing from PO file : fr-FR-staff-prog.po
- restore default PO files
- apply patch
- go into <sources>/misc/translator
- run PO update for example in french : translate update fr-FR
=> You find text "result(s) found in catalog" in PO file : fr-FR-staff-prog.po

Sponsored-by: Universidad de El Salvador
Signed-off-by: Hector Eduardo Castro Avalos <hector.hecaxmmx@gmail.com>
Works as advertised. Just one msgid appear with msgid "%s result(s) found in catalog,"

Signed-off-by: Jonathan Druart <jonathan.druart@koha-community.org>
Signed-off-by: Tomas Cohen Arazi <tomascohen@theke.io>
koha-tmpl/intranet-tmpl/prog/en/modules/cataloguing/addbooks.tt

index 19e0e1c..affa0fe 100644 (file)
           No results found
      [% END %]
 
-<!-- display the search results -->
+[%# display the search results %]
 
 [% IF ( total ) %]
-[% total %] result(s) found in catalog,
-<a href="#searchresult-breeding">[% breeding_count %] result(s) found in reservoir</a>
+<div>
+    [% total %] result(s) found in catalog,
+    <a href="#searchresult-breeding">[% breeding_count %] result(s) found in reservoir</a>
+</div>
 <div class="pages">[% pagination_bar %]</div>
 <div class="searchresults">
     <table>