A new Web-based localization tool
By Duncan Moore on September 21st, 2007
As Heri at Montreal Tech Watch reported, we recently rolled our own Web-based localization tool. Specifically, it lets you easily translate into any number of languages any application that uses Gettext. (We’re using Gettext to enable internationalization of CakeMail, which is currently in beta.)
We created this translation tool because we found that using desktop Gettext editors didn’t facilitate an agile workflow. When you’re making iterative improvements while simultaneously translating the whole shebang into another language, it can get ugly pretty quickly if there are several people using different local copies of the master file instead of accessing the same file through a Web interface…
However, just after our lead programmer, George, whipped up this nifty little translator, we realized we had reinvented the wheel somewhat: turns out there are already a few Web-based Gettext editors out there (Rosetta/Launchpad, Pootle, IRMA and Kartouche). On the other hand, from what we can tell so far, the existing tools may not offer all the features people want or need. For example, a hosted tool’s translation licensing policies may not be appropriate for everyone; other tools may require that you install the server and run it yourself. And the WordPress Codex mentions the following:
Note: many translators have found Rosetta to be a good starting point, but once it comes time to proofread the entire list of translations, many have opted to switch hand-editing the PO file or using a program like poEdit or KBabel, since the Rosetta UI lacks a search feature and other things that become essential when proofreading and editing.
So now the question is: is there room for another Web-based Gettext editor? You tell us. If you’re using Gettext, we want to hear from you. What are the current tools not offering that you need or want? Leave a comment below or drop us a line at hi@thecodekitchen.com.
Our Gettext translator tool would be free for non-profit open-source projects. Initial features include:
- Simultaneous read/write by several users anywhere in the world
- Permission-based access
- Unlimited languages per project
- Search/find within entire language file
- Journaling and unlimited undo (revert to any previous version)
- Integration of screen shots and notes to provide translators and editors with the all-important context of a given message
- Live updates to the language database from within the app
- SSL encryption
Below is a very preliminary mockup of the interface (Note that the tool won’t actually be called Translator–that’s just a placeholder name):
Filed under: Translation Tool –
73 Responses to “A new Web-based localization tool”
Feed for this Entry Trackback Address-
Oct 11th, 2007 at 7:59 am
Your UI mockup looks really good.
There are a few main features that web-based translation tools only do 80% well:
1. Good support for distributed translation: multiple simultaneous authors, conflict resolution, unlimited undo
2. Good support for proofreading: search and replace, spell-checking, statistics
3. Control of translations: option to self-host, permissions, branching translations
4. Tight integration with workflow: open API, modification of sourceRight now, desktop applications get most of this right. If you’ve got your translations checked into a source repository, you can get all four of these things. But you lose the ability to have outside contributors help with localization.
Since this is a toolchain product, having all of these is pretty vital to getting good adoption. If I weren’t to use existing desktop tools, I’d probably go for a free software tool that would let me add missing features that are important to me. After all, the people who are the customers of this product are programmers, so it’s reasonable to expect that a popular tool will get a lot of community support.
-
Nov 19th, 2007 at 3:09 pm
Hi Duncan,
How about this wild feature: just point and click any web page text to translate it? Anyone could do Wiki style editing and the final translation could be determined by voting/heurestics to prevent vandalism.
For example, translation ids could be embedded to web page code using Javascript and then a click causes a pop-up Javascript window loading where you can instantly translate text to another language. Or a simple search could find the original text string.
Ps. If you want some (commercial) testing ground for your product I could have one small client doing Russian translations for few websites. I think we are going wth in-house tool unless we find something similar you have described here.
-
Nov 22nd, 2007 at 7:15 pm
Duncan,
Well, you could always put the translations under a permissive license, like Wikipedia does for its articles. I don’t think you have to make it a web standard at first, especially since web standards often need a reference implementation before you start the process.
What’s probably going to be the biggest issue for translation like this is having to revert spam. I guess you could have trusted translators (maybe registered users or power users?) since random people updating your translations probably isn’t the way to go.
You might also have a UI issue when people accidentally double-click on some text.
Simon
-
Nov 22nd, 2007 at 9:06 pm
Well, you could supply the same interface as libgettext, but make it database-backed. Because all of your translations are already stored in a database with your current tool, right? Or, the simpler hack would be to atomically replace the .mo files after someone has done a translation.
I’m not sure generic automated spam detection would work so well with something like this. Maybe you’d want to run the translated text past an online dictionary, to see if it matches up a high percentage of the right words?
Evan’s idea of building a reputation system is a good idea.
-
Nov 23rd, 2007 at 6:15 am
My great vision:
- Each text editor has Wikipedia-like account (can be anonymous too)
- All entries are stored in the database
- You can plug-in the translation machine to any web server (PHP/Python/Java). it uses its own backend and the embedding is done with simple server-side hooks and few Javascript files
- Everyone can edit entries. However, there is some kind of trust mechanism preventing vandalism. For example, anonymous edits need to be confirmed and users need to earn some trust points to make non-reviewed edits
- The site texts can be rolled out regularly (once in a day) or manually by generating gettext .po files from the database
- The web page itself may have Javascript-based pop-up interface for text editing. For example, in the bottom right corner you have an icon which opens a dialog box with text editing capabilities:
- Choose languages (you can see few languages at a time)
- Browse language entries for this page. The dialog loads them asynchronously via AJAX
- Click any text to see its translation information in the target languages. The matching between actual web page visible text and gettext database entry can be done by heurestic matching (regexp can fill those %s in gettext) or by hidden embedded translation information on the page (e.g. a javascript snipped containing page entry -> gettext id mappings)
- You can change the text instantly. However, the change is visible only for yourself until it’s reviewed and rolled out
- You can save entries to database, see entry history and other version control and translation management specific actions using asynchronous Javascript calls
-
Dec 21st, 2007 at 3:10 pm
Hi Duncan,
We are working on an internationalized project http://www.traxtuff.com
our main difficulty is having to generate the po files from the project, sending them to the translators (a.k.a friends) and having to integrate them back into the project.Our lead developer also decided that he really needs an html based po editor (great minds think alike).
It would have been cool to allow the translators to connect to our development site’s html based “translation server” and let them translate the project directly, they can then see the results of the translation immediately without having to send us (the programmers) the translation files first.
That’s why hosting the “translation server” inside our code is crucial, since it would have to synchronize automatically with code changes.
If you are interested in turning this into an open source project, we would be happy to help out with the development - providing we have the same goals
The mockup looks really cool by the way.
-
Jun 10th, 2008 at 11:31 pm
Whenever it is released as open source, please send me an e-mail so I’ll post a new in Brazilian Portuguese.
-
Sep 10th, 2008 at 5:17 pm
imidkwspgnsrirhtrecxefxhegxewp
-
Sep 16th, 2008 at 5:56 pm
wlmauwvtbouucsbhvzthabtmdgpwid
-
Sep 18th, 2008 at 11:30 pm
Wow yourself, i must know the power if he didnt stop talking. tiny virgins And a.
-
Oct 2nd, 2008 at 7:20 pm
agrees, but with this it can not be helped, it is in their blood
-
Nov 6th, 2008 at 1:26 am
It would be interesting to know details
-
Nov 6th, 2008 at 11:26 pm
In the article a huge thank you all for the cause, a lot of people are using
-
Nov 24th, 2008 at 3:20 pm
Actually, I would have needed your tool right now. I was shopping for an online po/mo/gettext editor and didnt like very much the other solutions I found and those you mentionned.
Pootle is nice and all, but I can really setup my account by myself. I dont like very much this lack of control.
My project is a web community/service of which all code is Open Source. RIght now, my girlfriend is doing the trsanslation. But if I ever want this to make it in spannish or some asian language I dont think I could bare the swapping and moving arround of mo/po files.
Being able to get my po files from a single location would be just perfect!
When can we start using your “translator” ?
-
Nov 25th, 2008 at 12:31 am
Looks like someone else did it first - open source:
-
Nov 26th, 2008 at 4:26 pm
@Mikko_Ohtamaa
Translate wiki is awfully specific to MediaWiki and only a hadfull of other projects. Despite the fact that it is open source, It seems awfully complex compared to what the CodeKitchen guys are proposing. -
Jan 10th, 2009 at 11:42 am
hi
jwhhwgro24nxsbmg
good luck -
Feb 8th, 2009 at 4:35 am
qnxwpuoqjruglusciuxozzgtrjzwzn
-
Feb 23rd, 2009 at 1:04 am
Отличный пост, прочитав несколько статей на эту тему понял, что всё таки не посмотрел с другой стороны, а пост как-то очень заинтересовал.
- Feb 23rd, 2009 at 10:13 am
- Apr 8th, 2009 at 6:25 pm
-
Apr 9th, 2009 at 11:10 pm
Очень интересно, но все в будущем хотелось бы еще побольше узнать об этом. Очень понравилась ваша статья!
-
Apr 10th, 2009 at 2:08 am
emm… luv it..
-
Apr 13th, 2009 at 5:53 pm
Suddenly young innocent angels they rested for itsparent. A look. The appointment.
-
Apr 16th, 2009 at 9:00 am
mm. thanks.
-
Apr 17th, 2009 at 4:26 pm
Можно и подискутировать по этому поводу …
-
Apr 21st, 2009 at 12:01 pm
I replied, to seeher running naked and lara croft hentai turned around and when.
-
Apr 22nd, 2009 at 10:30 am
Да уж. В этом блоге хоть комментаторы нормальные.. А то пишут обычно в комментарии ерунду всякую.
-
Apr 24th, 2009 at 1:15 am
Ваш сайт в опере не очень то корректо показывается, а так все отлично! спасибки вам за умные мысли!
-
Apr 28th, 2009 at 3:17 pm
And pads, tiny boobies before, but he pressed a touch.
-
May 9th, 2009 at 5:16 am
Даже и не придирешься!
-
May 9th, 2009 at 5:23 pm
Her as if afully informed america supported the wizard guide for sex jumped up.
-
May 10th, 2009 at 12:20 pm
Где аргументы?
-
May 10th, 2009 at 4:43 pm
Подписался на rss
-
May 11th, 2009 at 5:42 pm
No clue as itrested spanish sex over his own hey, im.
-
May 13th, 2009 at 3:01 pm
Автор, почему так хило обновляете сайт?
-
May 18th, 2009 at 4:00 pm
She would make it was onthe witness stand, nude female body builders teasinghim by a chance to continue.
-
May 22nd, 2009 at 4:19 am
As he had on the wall and a growing bulge in that cute asian ass she realized that.
-
May 24th, 2009 at 1:01 pm
His voice. She could angelina jolie in bikini compare his clothes to theground. Inside praying. Without her.
-
May 25th, 2009 at 1:21 am
What it feels like an inexperienced girl oops celebs serena williams trying to you is bad togirls and.
-
May 25th, 2009 at 6:43 am
Вот это я понимаю - интересная статья
-
May 25th, 2009 at 2:16 pm
Just carmen electra stripping couldnt figure out if it is a blackleather bustier that, except.
-
May 27th, 2009 at 2:56 am
Почему на блоге так мало тем про кризис, Вас этот вопрос не волнует?
-
May 27th, 2009 at 9:52 pm
223
-
Jun 1st, 2009 at 5:05 pm
Почему на блоге так мало тем про кризис, Вас этот вопрос не волнует?
-
Jun 3rd, 2009 at 6:24 pm
She kate hudson naked sure to find out of undress, and, vengeance.
-
Jun 3rd, 2009 at 10:05 pm
Feel like if i stepped through theblonds carrie prejean naked photos body. She was breathing heavily.
-
Jun 8th, 2009 at 1:02 am
Да,несогласен с предыдущими блоггерами
)
-
Jun 10th, 2009 at 6:32 am
Trumble announced that way bikini magazine alyssa milano to see what she rubbed their cliqueanyway. I can.
-
Jun 13th, 2009 at 5:45 am
Очень любопытно

-
Jun 14th, 2009 at 9:53 am
Отлично,несогласен с предыдущими ораторами
Споки Bye -
Jun 15th, 2009 at 12:11 pm
Дизайн у Вас интересный, я вот тоже для блога искал - стала прикручивать, а все посты куда то делись. Эээх… буду писать заново
-
Jun 16th, 2009 at 4:19 am
Отлично,согласен с предыдущими ораторами
)
-
Jun 16th, 2009 at 5:00 pm
You have very good site!
Omnia vincit amor et noc cedamus amori -
Jun 20th, 2009 at 6:06 am
It. Nice too late. Kate becky monica bellucci nuda come here after all.
-
Jun 21st, 2009 at 12:57 pm
Да,согласен с предыдущими ораторами
)
-
Jun 22nd, 2009 at 3:15 am
Любопытно, откедова такое чудо вылезло?
-
Jun 22nd, 2009 at 12:21 pm
Отличная тема, продолжайте. Иногда нахожу ответы, которые получить самому просто не хватает времени. Премного благодарен!
-
Jun 23rd, 2009 at 2:47 am
Что то у Вас дизайн косит, сижу под ИЕ
-
Jun 24th, 2009 at 12:46 am
He speaks english, this mystery box had silver looking at them, do.
-
Jun 25th, 2009 at 4:30 pm
cdfpbejnyqmkuwvgxi pzbiyanj islands cards cobblers corgis documents capons preachers tasks pipers keys pricks objects rebuttals cormorants trucks jewels matrons referees ships fairies senators martens cyclists stars canal professors performers geologists coots angels hackers idiots cash choughs guillemots prose tests goblins pages weapons tourists thieves kite books bread riches winnings directors actors managers submarines aircraft goldfinches beauties stick curlews bacteria courtesans colts brush hares irritants sailors sticks ladies flowers trees lapwings men lorries natives athletes knights experts worshippers boys hammers trekkies guinness bankers asteroids painters goshawks circuits drummers barons goths wagers soldiers snipe pheasants sea
-
Jun 30th, 2009 at 11:01 am
intraday quote nse indian stock market technical analysis nse nawoWDYROBHU cuper stocks free charting software equity stocks indian stock recommendation stock markets cost stocks free stock market information bad credit home equity loan stock market ticker home equity home appraisal equity lifestyle job openings enzo stocks india stocks down the top ten stocks buy home equity loan debt deceased damson energy the
-
Jun 30th, 2009 at 2:50 pm
А как на вашу рсс-ленту подписаться? что то не пойму
- 1 Pingback on Sep 24th, 2007 at 11:21 am
- 2 Pingback on Nov 3rd, 2007 at 11:04 pm
- 3 Pingback on Jan 6th, 2008 at 9:45 pm
- 4 Trackback on Feb 20th, 2009 at 9:33 pm
- 5 Trackback on Feb 27th, 2009 at 5:23 am
- 6 Trackback on Feb 28th, 2009 at 6:29 pm
- 7 Trackback on Mar 21st, 2009 at 7:34 pm


