Re: software update

Timwi <[email protected]> Wed, 25 Feb 2004 23:31:24 +0000
Newsgroups gmane.science.linguistics.wikipedia.international
Message-ID <[email protected]>
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?

Another thing is that you have removed:
                 "showtoolbar" => "Show edit toolbar",
without providing a Portuguese translation. Is this deliberate?

Greetings,
Timwi