[Koha-bugs] [Bug 28462] TT tag on several lines break the translator tool

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Wed Jun 23 09:05:35 CEST 2021


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

Victor Grousset/tuxayo <victor at tuxayo.net> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|Signed Off                  |In Discussion

--- Comment #11 from Victor Grousset/tuxayo <victor at tuxayo.net> ---
There are more cases of the issue.

git grep "\bIF\b" misc/translator/po | grep -v '#' | grep '\bpt-BR'

(just taking pt-BR as an example, any language would do)

Here is an example:
https://git.koha-community.org/Koha-community/Koha/src/commit/feaeff330cfa9d49c99a0d70da0df87f5316652b/koha-tmpl/intranet-tmpl/prog/en/includes/tools-menu.inc#L104

That seems to be all long lines split but not in an organized, aligned way.

1. So same fix as for the current patch right?
2. Shall I summit a patch for them here or in a followup?
3. The grep is just searching the "IF" and if we want to ban all multi-line TT
tags there are other things to grep right?

(in discussion, so QA doesn't pick it yet, and might skip and forget it)

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


More information about the Koha-bugs mailing list