Skip to content

Commit

Permalink
Merge pull request #363 from wikimedia/wikilivres
Browse files Browse the repository at this point in the history
Remove Wikilivres
  • Loading branch information
samwilson authored May 4, 2021
2 parents 29e6dc2 + d5a75b0 commit 3e45681
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions src/Util/Api.php
Original file line number Diff line number Diff line change
Expand Up @@ -69,9 +69,6 @@ public function setLang( ?string $lang ): void {
if ( $lang === 'mul' || $this->lang === 'www' || $this->lang === '' ) {
$this->domainName = 'wikisource.org';
$this->lang = '';
} elseif ( $this->lang === 'wl' || $this->lang === 'wikilivres' ) {
$this->domainName = 'wikilivres.org';
$this->lang = '';
} elseif ( $this->lang === 'beta' ) {
$this->domainName = 'en.wikisource.beta.wmflabs.org';
$this->lang = '';
Expand Down

0 comments on commit 3e45681

Please # to comment.