From: Niklas Laxström Date: Sat, 25 Mar 2006 11:18:33 +0000 (+0000) Subject: * (bug 4960) Add additional namespaces variants to Yi projects: Yiddish Wikinews fix X-Git-Tag: 1.6.0~134 X-Git-Url: https://git.cyclocoop.org//%22?a=commitdiff_plain;h=11eeaa981e049df2cb7096f98bc05f2ae820bd9e;p=lhc%2Fweb%2Fwiklou.git * (bug 4960) Add additional namespaces variants to Yi projects: Yiddish Wikinews fix --- diff --git a/RELEASE-NOTES b/RELEASE-NOTES index 1fd664a205..e079f2d457 100644 --- a/RELEASE-NOTES +++ b/RELEASE-NOTES @@ -254,6 +254,7 @@ i18n / Languages: * Typo in English messages file * (bug 4114) Spacing in watchlist rows (in editing mode) * Update default "exporttext" to reflect that Special:Import exists +* (bug 4960) Add additional namespaces variants to Yi projects: Yiddish Wikinews fix Parser: * (bug 2522) {{CURRENTDAY2}} now shows the current day number with two digits diff --git a/languages/LanguageYi.php b/languages/LanguageYi.php index da05216f81..cb8ec70403 100644 --- a/languages/LanguageYi.php +++ b/languages/LanguageYi.php @@ -65,6 +65,10 @@ class LanguageYi extends LanguageUtf8 { if( 0 == strcasecmp( 'וויקיווערטערבוך', $text ) ) return NS_PROJECT; if( 0 == strcasecmp( 'וויקיווערטערבוך_רעדן', $text ) ) return NS_PROJECT_TALK; } + if( $wgSitename == 'װיקינײַעס' ) { + if( 0 == strcasecmp( 'וויקינייעס', $text ) ) return NS_PROJECT; + if( 0 == strcasecmp( 'וויקינייעס_רעדן', $text ) ) return NS_PROJECT_TALK; + } if( 0 == strcasecmp( 'באזונדער', $text ) ) return NS_SPECIAL; if( 0 == strcasecmp( 'באנוצער', $text ) ) return NS_USER; if( 0 == strcasecmp( 'באנוצער_רעדן', $text ) ) return NS_USER_TALK;