Correct iso639_2_code for Spanish is "spa" not "rus".
[koha.git] / installer / data / mysql / en / mandatory / subtag_registry.sql
index d96e6a6..bb7274a 100644 (file)
@@ -496,7 +496,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');