[Koha-bugs] [Bug 24975] Refactor database translations

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


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

--- Comment #47 from Martin Renvoize <martin.renvoize at ptfs-europe.com> ---
Created attachment 132513
  -->
https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=132513&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.

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

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


More information about the Koha-bugs mailing list