Announcing the Open Source Translation Database

Hello, my first post here, hopefully you won't think it's spam :)

Translating software is hard, I know from my experience of starting two new open source projects (ISO Master and Asunder) about the challenges of learning how to use Gettext, finding volunteers to do the translations, encouraging and enabling them to translate my software.

The work was worth it for me, I now have almost 70 full translations of my software in 40 languages. But I'd like to make the process of getting your first translation easier, and generally help more software maintainers to get more translations with less effort.

The OSTD ( http://littlesvr.ca/ostd/ ) is an automatic translations system - it will take your .POT file and populate it with translations based on strings in other open source software, generating .PO files. Given that you can see which software the strings come from - this will be much more accurate than other automatic translation systems such as Google Translate.

I just started the project so there is a lot of polish still coming, and some significant features such as updating existing .PO files and a web service interface for other software to use. But it can be useful as it is already. Please try it out!

Any feature requests and bug reports are welcome. My goal is to make it as useful as possible to as many people as possible. I'm doing this part time, but I'm excited about the project and will do my best to improve it as quickly as possible.

Andrew
 
I moved this to the 'Porting New Software' section, because I'm assuming you're going to port it to FreeBSD.
 
I've actually no idea where it should go :) I'm trying to reach developers who would care about their i18n, and I hear FreeBSD has a good bunch of developers working on it :) Or is it almost entirely enlish, because it's server software?
 
andrew-seneca said:
...Or is it almost entirely enlish, because it's server software?

Multi-language support for FreeBSD has been on a steady rise for some time now and has been proven to be very satisfactory!

Also, as robust and reliable as FreeBSD software is within a server environment, it has also proven itself (or the developers have proven it) to be a wise-choice for desktop use as well; I have migrated from Linux-based systems and have been very pleased with the FreeBSD desktop experience overall. :)
 
andrew-seneca said:
The OSTD ( http://littlesvr.ca/ostd/ ) is an automatic translations system - it will take your .POT file and populate it with translations based on strings in other open source software, generating .PO files. Given that you can see which software the strings come from - this will be much more accurate than other automatic translation systems such as Google Translate.

I can't find the source from the link you posted above. I'm interested in open source transliteration. Please post a link to your source.
 
Back
Top