* And unbreak, rebuildLanguage should really be fixed
[lhc/web/wiklou.git] / maintenance / wiktionary-interwiki.sql
index 8a3f76b..787962d 100644 (file)
@@ -1,7 +1,7 @@
 -- For convenience, here are the *in-project* interwiki prefixes
 -- for Wikipedia.
 
-REPLACE INTO interwiki (iw_prefix,iw_url,iw_local) VALUES
+REPLACE INTO /*$wgDBprefix*/interwiki (iw_prefix,iw_url,iw_local) VALUES
 ('w','http://www.wikipedia.org/wiki/$1',1),
 ('m','http://meta.wikipedia.org/wiki/$1',1),
 ('meta','http://meta.wikipedia.org/wiki/$1',1),
@@ -25,6 +25,7 @@ REPLACE INTO interwiki (iw_prefix,iw_url,iw_local) VALUES
 ('bo','http://bo.wiktionary.org/wiki/$1',1),
 ('bs','http://bs.wiktionary.org/wiki/$1',1),
 ('ca','http://ca.wiktionary.org/wiki/$1',1),
+('chr','http://chr.wiktionary.org/wiki/$1',1),
 ('co','http://co.wiktionary.org/wiki/$1',1),
 ('cs','http://cs.wiktionary.org/wiki/$1',1),
 ('csb','http://csb.wiktionary.org/wiki/$1',1),
@@ -146,7 +147,7 @@ REPLACE INTO interwiki (iw_prefix,iw_url,iw_local) VALUES
 ('uz','http://uz.wiktionary.org/wiki/$1',1),
 ('vi','http://vi.wiktionary.org/wiki/$1',1),
 ('vo','http://vo.wiktionary.org/wiki/$1',1),
-('wa','http://wiktionary.walon.org/wiki/$1',1),
+('wa','http://wa.wiktionary.org/wiki/$1',1),
 ('wo','http://wo.wiktionary.org/wiki/$1',1),
 ('xh','http://xh.wiktionary.org/wiki/$1',1),
 ('yi','http://yi.wiktionary.org/wiki/$1',1),