[Koha-patches] [PATCH] Followup (1 of 2) to: Correct iso639_2_code for Spanish is "spa" not "rus".

Joe Atzberger joe.atzberger at liblime.com
Thu Oct 23 22:56:22 CEST 2008


updatedatabase change deferred for now.
---
 .../mysql/fr-FR/1-Obligatoire/subtag_registry.sql  |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/installer/data/mysql/fr-FR/1-Obligatoire/subtag_registry.sql b/installer/data/mysql/fr-FR/1-Obligatoire/subtag_registry.sql
index 89f3d20..08d6d09 100644
--- a/installer/data/mysql/fr-FR/1-Obligatoire/subtag_registry.sql
+++ b/installer/data/mysql/fr-FR/1-Obligatoire/subtag_registry.sql
@@ -433,7 +433,7 @@ INSERT INTO language_subtag_registry( subtag, type, description, added)
 VALUES ( 'es', 'language', 'Spanish','2005-10-16' );
 
 INSERT INTO language_rfc4646_to_iso639(rfc4646_subtag,iso639_2_code)
-VALUES( 'es','rus');
+VALUES( 'es','spa');
 
 INSERT INTO language_descriptions(subtag, type, lang, description)
 VALUES( 'es', 'language', 'es', 'Español');
-- 
1.5.5.GIT




More information about the Koha-patches mailing list