Subject: | get_all_pages_in_category does not recurse on languages other than English |
get_all_pages_in_category does not recurse on languages other than
English because the "Category::" prefix is hard coded in the following
line :
if ( $page =~ /^Category:/ ) {
E.g. Category pages on fr.wikipedia.org start with "Catégorie:".