Re: software update
Tim Starling <[email protected]> Thu, 26 Feb 2004 13:17:32 +1100
| Newsgroups | gmane.science.linguistics.wikipedia.international |
|---|---|
| Message-ID | <[email protected]> |
Rodrigo Nishino wrote: > Timwi wrote: > >> Rodrigo Nishino wrote: >> >> [ about LanguagePt.php ] >> >>> Please , can some one update the software? >> >> >> >> I've checked in your change, but I have two questions: >> >> Firstly, you have changed this: >> if(array_key_exists($key, $wgAllMessagesPt)) >> return $wgAllMessagesPt[$key]; >> else >> return Language::getMessage($key); >> >> into just: >> return $wgAllMessagesPt[$key]; >> >> Are you sure you want to do this? >> > > I did not made this change ... and I dont undestand anything in PHP .. > can you fix it to me please? > It's not necessary to add fallbacks to English in the language files anymore, since this is done automatically for all languages in MessageCache.php. I don't know who made the change, but whoever they were, they knew what they were doing. -- Tim Starling