[Koha-bugs] [Bug 24875] Remove extra punctuation from tools home page

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Wed Mar 30 08:32:38 CEST 2022


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

--- Comment #17 from Martin Renvoize <martin.renvoize at ptfs-europe.com> ---
Created attachment 132500
  -->
https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=132500&action=edit
Bug 24975: Use 'key' for translation lookup

This patch switches from using the original text as a key for
translations to using a dedicated 'key' field.  We also add in a 'fuzzy'
flag to denote when the source text has changed and as such the
pre-existing translations may be incorrect.

ToDo:
1/ Expose 'Fuzzy' on the 'Localization' admin page
2/ Add a 'translation_key' method to Koha::Itemtype to encourage the
adoption of a standardly names accessor to get the 'translation_key'
from a Koha::Object derived class.

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


More information about the Koha-bugs mailing list