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');
Created attachment 71103 [details] [review] Bug 20082: Correct description of Vietnamese language and add German translation Fixes the language description of Vietnamese according to the bug report and adds the German translation for the language name. To test: - Run the database update - Verify that the new descriptions Tiếng Việt shows in advanced search language pull down - Install German translations - Verify that the German translation 'Vietnamesisch' shows in the pull down when German is selected.
Created attachment 72160 [details] [review] Bug 20082: Correct description of Vietnamese language and add German translation Fixes the language description of Vietnamese according to the bug report and adds the German translation for the language name. To test: - Run the database update - Verify that the new descriptions Tiếng Việt shows in advanced search language pull down - Install German translations - Verify that the German translation 'Vietnamesisch' shows in the pull down when German is selected. Signed-off-by: Roch D'Amour <roch.damour@inlibro.com>
Created attachment 72184 [details] [review] Bug 20082: Correct description of Vietnamese language and add German translation Fixes the language description of Vietnamese according to the bug report and adds the German translation for the language name. To test: - Run the database update - Verify that the new descriptions Tiếng Việt shows in advanced search language pull down - Install German translations - Verify that the German translation 'Vietnamesisch' shows in the pull down when German is selected. Signed-off-by: Roch D'Amour <roch.damour@inlibro.com> Signed-off-by: Josef Moravec <josef.moravec@gmail.com>
Pushed to master for 18.05, thanks to everybody involved!