https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20988 --- Comment #61 from Jonathan Druart <jonathan.druart+koha@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.