]> git.koha-community.org Git - koha.git/commit
Bug 3730 - Wrong ISO 639-2 Language Code for Portuguese in database
authorHenri-Damien LAURENT <henridamien.laurent@biblibre.com>
Thu, 17 Dec 2009 08:25:08 +0000 (09:25 +0100)
committerHenri-Damien LAURENT <henridamien.laurent@biblibre.com>
Wed, 23 Dec 2009 16:16:32 +0000 (17:16 +0100)
commit4960e3ba899547849b7acb61e4c8f0d2a681143d
treec7057c116b153436b9daab9e9a55f36f5a9a04fe
parentab47e2215cee940acc417dc84c7596d2bc75352a
Bug 3730 - Wrong ISO 639-2 Language Code for Portuguese in database

http://bugs.koha.org/cgi-bin/bugzilla3/show_bug.cgi?id=3730

For 3.0.x head of the Git branch, the ISO 639-2 Language Code for
Portuguese in Koha database is wrong.

Specifically, in the table "language_rfc4646_to_iso639", when the
field "rfc4646_subtag" has the value "pt", the field "iso639_2_code"
should have the value of "por" and NOT the current one of "pol"
("pol" refers to "Polish" as correctly also appears for the code "pl",
in the row above the "pt" one).

In my test setups, this showed some serious sequences for people
that choose the Portuguese language in the Web Installer, namely:
- very weird look of Staff client with missing Header and Footer,
that renders the Staff client unusable
- Portuguese translation apparently not getting updated for the OPAC
(for people that do an Upgrade from a previous version)

This patch is for the 3.0.x branch (I tested it with that branch).

For the master branch, I don't have a database setup to create and
test a similar patch but Chris Cormack nicely volunteered to do that.
Thanks Chris!
Credits : Ricardo Dias Marques
installer/data/mysql/en/mandatory/subtag_registry.sql
installer/data/mysql/fr-FR/1-Obligatoire/subtag_registry.sql
installer/data/mysql/ru-RU/mandatory/subtag_registry.sql
installer/data/mysql/uk-UA/mandatory/subtag_registry.sql
installer/data/mysql/updatedatabase30.pl
kohaversion.pl