Bonuino wrote:
You can't take money for KolibriOS code or modified code, but you can take money for your work of modification, translation, building etc.,
I understand, but how does it work? For exemple, I modify some file, send this file to you guys and some one of Kolibrios pay me?
As always, to sell something you first have to find somebody to buy it. The specific mechanism (money-first or code-first) is to be negotiated between those two sides. I'm personally not ready to pay for translation, sorry.
Bonuino wrote:
It would be great if you don't fork KolibriOS but integrate your language in it. It's up to you, of course.
Sure, I want help you guys. But there is a problem. Brazilians are not very comfortable reading programs and commentary in English. The programs, all right, just integrate the Portuguese language. But the comments in the source code... I could put English and Portuguese together, but I don't know if it would be too loaded. I want to translate the comments also to encourage Brazilian programmers.
Adding comments in any language other than English is not acceptable for the kernel. For your own programs, nobody can stop you from using any language for code and comments.
Bonuino wrote:
A bolder thought I have is to translate from assembly code to something similar to freebasic. I see a lot of people saying that assembly is too complicated.
This actually means rewritting the whole system. Years of work, results of which are not clear to me. If assembly language is an issue for you, take a look at Linux: it is written in C, which is considered to be more human-readable, and many programs of Linux distros have Portuguese translation.