Author Topic: Code::Blocks' translation  (Read 565092 times)

Offline heromyth

  • Multiple posting newcomer
  • *
  • Posts: 98
    • http://
Re: Code::Blocks' translation
« Reply #75 on: August 04, 2006, 05:37:05 am »

Can you please tell me how much time you will need to integrate french in the Code::Blocks package ?

This article seems to be helpful for you:
http://wiki.codeblocks.org/index.php?title=Internationalization

mateo21

  • Guest
Re: Code::Blocks' translation
« Reply #76 on: August 04, 2006, 11:44:00 am »
Thanks heromyth,

I'll try to do that.
But I was thinking about a downloadable french version available on codeblocks.org (a complete installable version).

I'll tell you if I think that the french version is usable ;)

Offline heromyth

  • Multiple posting newcomer
  • *
  • Posts: 98
    • http://
Re: Code::Blocks' translation
« Reply #77 on: August 05, 2006, 03:19:33 am »
After you have done the correct modification and tested it, you can upload your patch at http://developer.berlios.de/patch/?func=addpatch&group_id=5358

mateo21

  • Guest
Re: Code::Blocks' translation
« Reply #78 on: August 09, 2006, 05:40:39 pm »
Thanks, but I think it still needs some improvements.

Offline grandzebu

  • Multiple posting newcomer
  • *
  • Posts: 12
Re: Code::Blocks' translation
« Reply #79 on: August 12, 2006, 01:48:59 am »
I have compiled a french version. I corrected some mistakes but the pot file uploaded on launchpad is too old (Feb 2006) and some strings are missing.
The result is almost OK.
My work is available (in french) at http://grandzebu.net/informatique/cpp/codeblocks.htm
I have uploaded the .po file at launchpad.
I leave on holiday for a week ... without internet !  :D
GZ

mateo21

  • Guest
Re: Code::Blocks' translation
« Reply #80 on: August 17, 2006, 12:37:57 pm »
I've seen that some translations are missing. Is there a way to translate just them ? I suppose...
We also need to translate the tips and the homepage. How can we do that ?

Finally, we need to make a french installer, but this is the easy part...

Offline thomas

  • Administrator
  • Lives here!
  • *****
  • Posts: 3979
Re: Code::Blocks' translation
« Reply #81 on: August 17, 2006, 07:53:57 pm »
Quote
We also need to translate the tips
Translating them is easy, it's a plain text file. Organising them is another thing...
Currently we do not have support for internationalising the tips at all (though it should not be hard to implement).
If you make any translations of the tips file, you should save it to a file named tips.[lang].txt, with [lang] being the respective ISO 639-1 code (for example tips.fr.txt or tips.it.txt). Then we can simply choose the right file after querying the locale.

Quote
and the homepage.
You don't need to worry about that :)

"We should forget about small efficiencies, say about 97% of the time: Premature quotation is the root of public humiliation."

Offline grandzebu

  • Multiple posting newcomer
  • *
  • Posts: 12
Re: Code::Blocks' translation
« Reply #82 on: August 26, 2006, 01:26:15 am »
I have written to Yiannis Mandravellos for asking him to upload a recent .po file at launchpad ...
Wait and see ...
GZ  8)

TheOld190

  • Guest
Re: Code::Blocks' translation
« Reply #83 on: September 01, 2006, 01:35:06 pm »
Just wondering if somebody going to make a Russian translation. I'll try to start this :)

Offline PsYhLo

  • Almost regular
  • **
  • Posts: 157
Re: Code::Blocks' translation
« Reply #84 on: September 01, 2006, 01:51:33 pm »

Offline aurisc4

  • Multiple posting newcomer
  • *
  • Posts: 14
Re: Code::Blocks' translation
« Reply #85 on: September 01, 2006, 10:19:22 pm »
I just started with Lithuanian translation.

Offline grandzebu

  • Multiple posting newcomer
  • *
  • Posts: 12
Code::Blocks - French version
« Reply #86 on: September 05, 2006, 01:04:17 am »
 :D
The first french version of Code::Blocks is available at : http://grandzebu.net/informatique/cpp/codeblocks.htm (french page)
Corrections will be necessary ...
 :D

Offline dk

  • Multiple posting newcomer
  • *
  • Posts: 55
    • Code::Blocks for ALT Linux Sisyphus
Re: Code::Blocks' translation
« Reply #87 on: September 05, 2006, 10:57:10 am »
Just wondering if somebody going to make a Russian translation. I'll try to start this :)
I am very interesting in Russian translation. May be, I can help, but later, I am very busy nowadays.

But I am going to become a codeblocks rpm maintainer for ALT Linux distribution.
Denis Kirienko
C::B maintainer for ALT Linux distribution (http://www.sisyphus.ru/srpm/codeblocks)

Offline grandzebu

  • Multiple posting newcomer
  • *
  • Posts: 12
Re: Code::Blocks' translation
« Reply #88 on: September 07, 2006, 01:30:39 pm »
I'm trying to use heromyth's script (Found at http://wiki.codeblocks.org/index.php?title=Internationalization )

We have some lines such :

xgettext -C -n -k_ -j -o po\codeblocks.pot sdk\*.cpp sdk\*.h

but xgettext don't like   sdk\*.cpp   and say 'bad argument'. It seems that the * can't be used. :x
I'm looking for a version of xgettext which accept le * character.
Thank's
Grandzebu

Offline grandzebu

  • Multiple posting newcomer
  • *
  • Posts: 12
Re: Code::Blocks' translation
« Reply #89 on: September 11, 2006, 09:01:15 pm »
HELLO O O O O ....
No, it seems that there's nobody here !
Since nobody can inform me about this    *&$:\:/   of xgettext, I'm going to write my own tool which will do the work of the script in order to get the desired .pot file. :cry: