[Koha-bugs] [Bug 26392] Wrap all translatable strings in opac-main.tt

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Mon Oct 19 01:04:35 CEST 2020


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

David Cook <dcook at prosentient.com.au> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |dcook at prosentient.com.au

--- Comment #13 from David Cook <dcook at prosentient.com.au> ---
This does not look developer friendly... 

As an aside...

The following could be written better:
<li><a href="/cgi-bin/koha/opac-user.pl#opac-user-checkouts"><span
class="user_checkouts_count count_label">[% checkouts | html %]</span>
checkout(s)</a></li>

Following the suggestions from
https://developer.atlassian.com/server/framework/atlassian-sdk/pluralising-internationalisation-strings/:
<li><a href="/cgi-bin/koha/opac-user.pl#opac-user-checkouts"><span
class="user_checkouts_count count_label">Checkouts: [% checkouts | html
%]</span></a></li>

Then you're just needing to translate "Checkouts" rather than singular and
plural forms.

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


More information about the Koha-bugs mailing list