[Koha-bugs] [Bug 13187] Access keys should be localizable/translatable

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Fri Feb 21 12:10:29 CET 2020


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

--- Comment #1 from paxed <pasi.kallinen at koha-suomi.fi> ---
These could be done with the i18n template plugin, eg.

<button type="submit" class="approve" accesskey="y"><i class="fa fa-fw
fa-check"></i> Yes, close (Y)</button>

would become something like

<button type="submit" class="approve" accesskey="[% tp("accesskey for 'Yes,
close'", "y") %]"><i class="fa fa-fw fa-check"></i> Yes, close</button>

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


More information about the Koha-bugs mailing list