[Koha-bugs] [Bug 20988] [OMNIBUS] Internationalization: wrap all translatable text inside t() calls

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Wed Dec 8 12:24:09 CET 2021


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

--- Comment #61 from Jonathan Druart <jonathan.druart+koha at gmail.com> ---
(In reply to Victor Grousset/tuxayo from comment #60)
> (In reply to Jonathan Druart)
> > You need to count how many times you enter t() instead of guessing the
> > number of lines matching a pattern there are in a file.
> 
> Won't we have one t() usage per string starting with `circulation.pref#` ?
> 
> Doesn't the above prefix matches all the translatable strings of the page
> with all the circulation sysprefs? Except the ones on the left and up parts
> of the UI but in the end the strings of the syspref descriptions and
> values(dropdowns) dominate the whole page.

The exact reason I am suggesting to count how many times you enter the method
is that I don't want to think about those questions. Create a global var $i,
warn ++$i and you will know.

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


More information about the Koha-bugs mailing list