Author Topic: User manual in romanian language  (Read 10589 times)

Offline agabriel_39

  • Single posting newcomer
  • *
  • Posts: 2
User manual in romanian language
« 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?

Offline ollydbg

  • Developer
  • Lives here!
  • *****
  • Posts: 5906
  • OpenCV and Robotics
    • Chinese OpenCV forum moderator
Re: User manual in romanian language
« Reply #1 on: January 08, 2014, 02:45:11 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.

Offline agabriel_39

  • Single posting newcomer
  • *
  • Posts: 2
Re: User manual in romanian language
« Reply #2 on: January 08, 2014, 02:54:09 pm »
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.

Offline ollydbg

  • Developer
  • Lives here!
  • *****
  • Posts: 5906
  • OpenCV and Robotics
    • Chinese OpenCV forum moderator
Re: User manual in romanian language
« Reply #3 on: January 08, 2014, 03:10:49 pm »
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.