Previous Thread  Next Thread

chat icon Dutch source Comment translation

Debaser

Posted: Mon Oct 14, 2002 2:17 am

I volunteer to translate parts of the dutch comments in the blender source to english. This to me seems first priority for the non-dutch speaking programmers here.

Maybe we can make a list(on blender.org) of blender components that still need to be translated and which are already translated by someone. So that the dutch speaking people here can volunteer to translate one or more components.

Anyone have any further suggestions about this?
Reply with quote


bob_dog

Posted: Thu Oct 17, 2002 8:41 am
Joined: 17 Oct 2002
Posts: 14
I would also gladly help in this area. I'm no programmer, but I can translate the Dutch.

Warren McNee
Reply with quote


S68

Posted: Thu Oct 17, 2002 8:43 am
Joined: 14 Oct 2002
Posts: 93
Beware...
iluvblender is doing the same (unless you are iluvblender and you have a different nick here)

http://www.elysiun.com/viewtopic.php?t=6168

Stefano
Reply with quote


Debaser

Posted: Sun Oct 20, 2002 3:00 pm
Joined: 15 Oct 2002
Posts: 21
S68 wrote:
Beware...
iluvblender is doing the same (unless you are iluvblender and you have a different nick here)

http://www.elysiun.com/viewtopic.php?t=6168

Stefano


He's not very good at it.... I can do it better.
Reply with quote


_florian_

Posted: Sun Oct 20, 2002 4:15 pm
Joined: 16 Oct 2002
Posts: 36
good idea.

i tryed to translate some comments with a litte dict. very hard because
i have no idea about how dutch works. Crying or Very sad

i could point you to the right lines in the files or post the comments directly here. so the nonprogrammer translaters have not to deal with code.
but start a new thread for every comment will not help. so translations
could be organized on one *BIG* thread.
with <file>:<linenumber>/*comment*/
i know a big thread is not very cool. but filling the forums with translations is also not cool.

example:
file: /source/blender/render/rendercore.c
lineno: 221
comment: om verkeerde optimalisatie alphaover van flares te voorkomen

who has a better idea?

_florian_
_________________
GIT d+ s:- a- C++ UL+++ P--- L+ E--- W+ N+ o-- K- w++ O-- M V--
PS+ PE Y+ PGP++ t+++ 5 X+++ R- tv++ b++ DI- D- G e+ h-- r- y++
Reply with quote


Debaser

Posted: Sun Oct 20, 2002 4:56 pm
Joined: 15 Oct 2002
Posts: 21
_florian_ wrote:

om verkeerde optimalisatie alphaover van flares te voorkomen


"To prevent wrong optimisation alphaover of flares"

I don't know if alphaover is meant to be translated as alphaover...

There must be a big list(something like the BugTracker system) where anyone can put the names of files / blender sections, which that person wants to check for Dutch comments.
I'm happy to contribute, but don't want to do things double.
Reply with quote


ton

Posted: Sun Oct 20, 2002 5:58 pm
Joined: 15 Oct 2002
Posts: 527
Heh!

We're opening cvs write access now to a small group of developers, who showed to be able to get it compiling, and can help us reorganizing the source distribution.

I'll make sure we put this translation thing at the agenda too, to solve a.s.a.p.
Reply with quote


xitnalta

Posted: Sun Oct 20, 2002 8:47 pm
Joined: 15 Oct 2002
Posts: 68
Hey!

I have a nice idea on how the commenting stuff could be easily solved by non-programmers.

Florian: if you have a untouched version of the source code (or just expand it again somewhere from the tarball), you can then just go through the files and add a "* " or "TRANS: " before every Dutch comment. After this is done, just expand another copy of the source code and diff (well, do you have a Unix installed by now? Smile ) the original source tree against the other where you added the markers before the Dutch comments. (Just choose a diff format which is easy to read for newcomers (I think you have to try hard to make it unreadable) and still applies smoothly using patch. Another problem is that the comments need to have the same count of lines (<80 characters each), otherwise the diff mechanism might get confused.)

After that, upload the diff file somewhere, start a new thread where people can volunteer on certain parts of the diff (for example: "I'm doing file 'foo' until file 'bar'", and "Ok, then I'll take 'bar2' until 'baz'." and so on), and then embed their work back into your online diff (or patch the original source tree and generate a new diff consisting of the remaining comments still to be translated).

That's just a suggestion - I won't do it myself Wink (I'm working on other places - and school stuff Sad ).
_________________
Felix
Reply with quote


phase

Posted: Sun Oct 20, 2002 10:07 pm
Joined: 14 Oct 2002
Posts: 109
my small contribution to the comment translation projekt;

ONTKEVER means debug !

LOL
Reply with quote


_florian_

Posted: Sun Oct 20, 2002 11:40 pm
Joined: 16 Oct 2002
Posts: 36
now i know what this means!!!! Cool

#ifdef ONTKEVER
printf("gain: %f, volume: %d, result: %c\n", gain, volume, result);
#endif

thanks.
_________________
GIT d+ s:- a- C++ UL+++ P--- L+ E--- W+ N+ o-- K- w++ O-- M V--
PS+ PE Y+ PGP++ t+++ 5 X+++ R- tv++ b++ DI- D- G e+ h-- r- y++
Reply with quote


iluvblender

Posted: Mon Oct 21, 2002 9:45 pm
Joined: 15 Oct 2002
Posts: 60
S68 wrote:
Beware...
iluvblender is doing the same (unless you are iluvblender and you have a different nick here)

http://www.elysiun.com/viewtopic.php?t=6168

Stefano


I was just hacking at the comments. I wasn't soserious. So you can go on with it.

"iluvblender"
Reply with quote


ton

Posted: Tue Oct 22, 2002 10:49 am
Joined: 15 Oct 2002
Posts: 527
In general all these dutch comments were made by me, as notes to myself. Most of them can be very cryptic, and hard to understand. Just translating them literally might be not useful.
I am willing to go over this myself, and turn it all into something really useful... would be a good excercise for me anyway, and maybe an opportunity to add more useful comments.

I plan 1 full day this weekend to do this. People who already started translating can forward me their work. Maybe it's not so difficult as I thought. Smile
Reply with quote


 
Jump to:  
Powered by phpBB © 2001, 2005 phpBB Group