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

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Thu Apr 20 14:44:37 CEST 2023


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

--- Comment #92 from Jonathan Druart <jonathan.druart+koha at gmail.com> ---
Created attachment 149946
  -->
https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=149946&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