https://bugzilla.wikimedia.org/show_bug.cgi?id=39897
--- Comment #3 from Arthur Richards <[email protected]> 2012-09-04 21:38:56 UTC --- Max can probably better answer this, but I think this is happening because the default language for Slovakia has a typo in the API: class ApiCountries extends ApiBase { public static $defaultLanguages = array( 'be' => 'fr', 'ch' => 'de', 'es' => 'es', 'fr' => 'fr', 'sk' => 'sv', 'it' => 'it', ); I believe 'sv' should be 'sk'. -- Configure bugmail: https://bugzilla.wikimedia.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug. You are on the CC list for the bug. _______________________________________________ Wikibugs-l mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/wikibugs-l
