Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update Foundation projects; fix issue with Wikipedia namespace. #2

Open
wants to merge 2 commits into
base: pu/tools-migration
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
22 changes: 12 additions & 10 deletions checkwiki.pl
Original file line number Diff line number Diff line change
Expand Up @@ -121,19 +121,21 @@

our @Error_number_counter = (0) x 150; # Error counter for individual errors

our @INTER_LIST = qw( af als an ar bg bs ca cs cy da de
el en eo es et eu fa fi fr fy fl gv
our @INTER_LIST = qw( af als an ar bg bn bs ca cs cy da de
el en eo es et eu fa fi fr fy
he hi hr hu id is it ja jv ka ko
la lb lt ms nds nl nn no pl pt ro ru
sh sk sl sr sv sw ta th tr uk ur vi
simple nds_nl );

our @FOUNDATION_PROJECTS = qw( b n s v m q w meta mw nost wikt wmf
bugzilla commons foundation incubator
meta-wiki quality speciesi testwiki
wikibooks wikidata wikimedia wikinews
wikiquote wikipedia wikisource wikispecies
wiktionary wikiversity wikivoyage );
simple nds_nl zh );

our @FOUNDATION_PROJECTS = qw( b c d n q s species v voy wikt m mw
meta metawiki metawikipedia mediawikiwiki
commons wikibooks wikidata wikinews
wikiquote wikisource wikispecies wiktionary
wikivoyage wikiversity phabricator wikitech
toollabs testwiki test2wiki testwikidata
wmf foundation wikimedia wmania
incubator outreach );

# See http://turner.faculty.swau.edu/webstuff/htmlsymbols.html
our @HTML_NAMED_ENTITIES = qw( aacute Aacute acirc Acirc aelig AElig
Expand Down