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@lists.koha-community.org Reporter: dcowens76@gmail.com QA Contact: testopia@bugs.koha-community.org CC: frederic@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.