[Koha-bugs] [Bug 31640] Fuzzy translations of preferences can cause missing sections and inaccurate translations

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Wed Mar 22 14:18:13 CET 2023


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

Jonathan Druart <jonathan.druart+koha at gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
 Attachment #145192|0                           |1
        is obsolete|                            |

--- Comment #14 from Jonathan Druart <jonathan.druart+koha at gmail.com> ---
Created attachment 148533
  -->
https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=148533&action=edit
Bug 31640: Fuzzy translations of preferences can cause missing sections and
inaccurate translations

This patch ignores fuzzy translations for preferences and warns if there are
multiple sections with the same translated name.

Test Plan:
1)  Install English United Kingdom translations (./misc/translator/translate
install en-GB)
2)  Go to Koha administration in the staff interface
3)  Click Global system preferences
4)  Select I18N/L10N preferences
5)  Enable English United Kingdom in the language preference for staff
interface
6)  Save all I18N/L10N preferences
7)  Return to Koha administration
8)  Select English United Kingdom as the language at the bottom of the screen
9)  Click on Global system preferences
10) Select Circulation
11) Observe that there is only SelfCheckInMainUserBlock or StockRotation, but
not both
12) Apply the patch
13) Install English United Kingdom translations (./misc/translator/translate
install en-GB)
14) Go to Koha administration
15) Select English United Kingdom as the language at the bottom of the screen
16) Click on Global system preferences
17) Select Circulation
18) Observe that SelfCheckInMainUserBlock and StockRotation are both present

Signed-off-by: Caroline Cyr La Rose <caroline.cyr-la-rose at inlibro.com>

Signed-off-by: Jonathan Druart <jonathan.druart at bugs.koha-community.org>

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


More information about the Koha-bugs mailing list