Vietnamese language choice in OPAC appears in Chinese characters
We have used Koha in Vietnam for several years, and when the vi-VN locale is installed, it appears in the OPAC as Chinese characters. Not the actual interface, mind you, just in the language selector: <a href="/cgi-bin/koha/opac-changelanguage.pl?language=vi-VN" tabindex="-1" role="menuitem" class="listmenulink">㗂越</a> That seems to be a bug to me, but maybe there is an explanation? Is there a way to fix it? It should be "Tiếng Việt" not "㗂越". Daniel
It comes from this line: installer/data/mysql/mandatory/subtag_registry.sql:VALUES ( 'vi', 'language', 'vi', '㗂越'); On Mon, 22 Jan 2018 at 05:15 Daniel Owens <dcowens76@gmail.com> wrote:
We have used Koha in Vietnam for several years, and when the vi-VN locale is installed, it appears in the OPAC as Chinese characters. Not the actual interface, mind you, just in the language selector:
<a href="/cgi-bin/koha/opac-changelanguage.pl?language=vi-VN" tabindex="-1" role="menuitem" class="listmenulink">㗂越</a>
That seems to be a bug to me, but maybe there is an explanation? Is there a way to fix it? It should be "Tiếng Việt" not "㗂越".
Daniel
_______________________________________________ Koha mailing list http://koha-community.org Koha@lists.katipo.co.nz https://lists.katipo.co.nz/mailman/listinfo/koha
participants (2)
-
Daniel Owens -
Jonathan Druart