[Koha-bugs] [Bug 20082] New: Vietnamese language display name is incorrect

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Wed Jan 24 03:12:11 CET 2018


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

            Bug ID: 20082
           Summary: Vietnamese language display name is incorrect
 Change sponsored?: ---
           Product: Koha
           Version: 17.11
          Hardware: All
                OS: All
            Status: NEW
          Severity: minor
          Priority: P5 - low
         Component: I18N/L10N
          Assignee: koha-bugs at lists.koha-community.org
          Reporter: dcowens76 at gmail.com
        QA Contact: testopia at bugs.koha-community.org
                CC: frederic at tamil.fr

Currently the vi-VN language display name is in Chinese characters (㗂越). This
is incorrect. 

To reproduce this, install the vi-VN language and open the OPAC. The option for
Vietnamese will display as those Chinese characters, rather than "Tiếng Việt",
which is the way Vietnamese people refer to their language. 

The display name is created by the installer in
installer/data/mysql/mandatory/subtag_registry.sql:

VALUES ( 'vi', 'language', 'vi', '㗂越');

That should be changed to: 

VALUES ( 'vi', 'language', 'vi', 'Tiếng Việt');

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


More information about the Koha-bugs mailing list