Fix for Bug 3730 - Wrong ISO 639-2 Language Code for Portuguese in database
[koha.git] / installer / data / mysql / ru-RU / mandatory / subtag_registry.sql
index d96e6a6..e6bcbc3 100644 (file)
@@ -438,7 +438,7 @@ INSERT INTO language_subtag_registry( subtag, type, description, added)
 VALUES ( 'pt', 'language', 'Portuguese','2005-10-16' );
 
 INSERT INTO language_rfc4646_to_iso639(rfc4646_subtag,iso639_2_code)
-VALUES( 'pt','pol');
+VALUES( 'pt','por');
 
 INSERT INTO language_descriptions(subtag, type, lang, description)
 VALUES( 'pt', 'language', 'pt', 'Português');