[Koha-bugs] [Bug 14485] HTML comment disables translation in cataloguing/addbooks.tt

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Sat Jul 4 08:02:57 CEST 2015


http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=14485

Héctor Eduardo Castro Avalos <hector.hecaxmmx at gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
  Attachment #40782|0                           |1
        is obsolete|                            |

--- Comment #6 from Héctor Eduardo Castro Avalos <hector.hecaxmmx at gmail.com> ---
Created attachment 40789
  -->
http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=40789&action=edit
Bug 14485 - HTML comment disables translation in cataloguing/addbooks.tt

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 at gmail.com>
Works as advertised. Just one msgid appear with msgid "%s result(s) found in
catalog,"

-- 
You are receiving this mail because:
You are watching all bug changes.


More information about the Koha-bugs mailing list