RE: [Doxygen-develop] New version of Brazilian translator
Brought to you by:
dimitri
From: <ca...@cr...> - 2002-10-16 07:40:33
|
Hi!=09 Line 281 (in Russian version line 278) is wrong for Russian translator = too. > -----Original Message----- > From: Dimitri van Heesch [mailto:di...@st...] > Sent: Wednesday, October 16, 2002 12:23 AM > To: dox...@li... > Subject: Re: [Doxygen-develop] New version of Brazilian translator >=20 >=20 > On Tue, Oct 15, 2002 at 02:20:59PM -0300, FJTC (Fabio Jun=20 > Takada Chino) wrote: > >=20 > > Hi. > >=20 > > This is the new version of Brazilian Portuguese translator.=20 > I found a small bug > > in the translator_en.h at line 281. It is > >=20 > > if (extractAll) .... > >=20 > > but must be > >=20 > > if (!extractAll) ... > >=20 > > I did not fix it to avoid conflicts between versions. >=20 > This is wrong indeed. I've now fixed it for all languages for which > I could see it was wrong (this excludes Japanese, Korean, Russian, > Taiwanese, Chinese and Greek). >=20 > > I also have a comment about the method trDocumentation(). I=20 > think it should get > > the project name as a parameter to avoid problems with=20 > languages (like > > Portuguese) which allows the form "Documentation of X" but=20 > not the form "X > > Documentation" (the English common form). I'm not sure but=20 > I think that other > > Latin languages may have the same problem. >=20 > Yes, this needs fixing for a long time. >=20 > Regards, > Dimitri >=20 >=20 > ------------------------------------------------------- > This sf.net email is sponsored by:ThinkGeek > Welcome to geek heaven. > http://thinkgeek.com/sf > _______________________________________________ > Doxygen-develop mailing list > Dox...@li... > https://lists.sourceforge.net/lists/listinfo/doxygen-develop >=20 |