Skip to content

Commit

Permalink
update interlanguage links
Browse files Browse the repository at this point in the history
  • Loading branch information
kynikos committed May 6, 2012
1 parent fa17547 commit 64a9eae
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/modules/ArchWiki.js
Expand Up @@ -132,8 +132,8 @@ WM.ArchWiki = new function () {
interwiki: {
all: ["de", "en", "es", "fa", "fi", "fr", "pl", "pt-br", "ro",
"sv", "tr", "uk"],
alive: ["de", "en", "fa", "fi", "fr", "ro", "tr"],
dead: ["es", "pl", "pt-br", "sv", "uk"]
alive: ["de", "en", "fa", "fi", "fr", "ro", "sv", "tr"],
dead: ["es", "pl", "pt-br", "uk"]
}
};

Expand Down

0 comments on commit 64a9eae

Please sign in to comment.