[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 Sep 28 11:12:44 CEST 2022


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

Kevin Carnes <kevin.carnes at ub.lu.se> changed:

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

--- Comment #3 from Kevin Carnes <kevin.carnes at ub.lu.se> ---
Created attachment 141048
  -->
https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=141048&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 Swedish translations (./misc/translator/translate install sv-SE)
2)  Go to Koha administration in the staff interface
3)  Click Global system preferences
4)  Select I18N/L10N preferences
5)  Enable Swedish in the language preference for staff interface
6)  Save all I18N/L10N preferences
7)  Return to Koha administration
8)  Select Svenska as the language if the page is not in Swedish
9)  Click on Globala systeminställningar
10) Select Cirkulation
11) Observe that there is only SelfCheckInMainUserBlock or
        AutoSelfCheckAllowed, but not both
12) Apply the patch
13) Install Swedish translations (./misc/translator/translate install sv-SE)
14) Go to Koha administration
15) Select Svenska as the language if the page is not in Swedish
16) Click on Globala systeminställningar
17) Select Cirkulation
18) Observe that SelfCheckInMainUserBlock and AutoSelfCheckAllowed
        are both present

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


More information about the Koha-bugs mailing list