News:

As usual while waiting for the next release - don't forget to check the nightly builds in the forum.

Main Menu

User manual in romanian language

Started by agabriel_39, January 08, 2014, 02:35:48 PM

Previous topic - Next topic

agabriel_39

Hello! I'd like to make available to users of Romania documentation for Code blocks in Romanian. Where do I upload this documentation?

ollydbg

Quote from: agabriel_39 on January 08, 2014, 02:35:48 PM
Hello! I'd like to make available to users of Romania documentation for Code blocks in Romanian. Where do I upload this documentation?
That was great, I think you can upload it here as attachment.
If it is big enough, you can use some file host site.
Finally, it can go to this page: http://www.codeblocks.org/user-manual
If some piece of memory should be reused, turn them to variables (or const variables).
If some piece of operations should be reused, turn them to functions.
If they happened together, then turn them to classes.

agabriel_39

Thank you. Translation is in progress. I have done some adjustments (it's grammar).
I hope that by the end of this month to upload it.

ollydbg

Hi, agabriel_39. I'm not sure how you did the translation.

We have all the translations in Latex format, see those files in our SVN here:
http://sourceforge.net/p/codeblocks/code/HEAD/tree/docs/userguide/
Especially the main files: main_codeblocks_en.tex.

Thanks.
If some piece of memory should be reused, turn them to variables (or const variables).
If some piece of operations should be reused, turn them to functions.
If they happened together, then turn them to classes.