Contents |
Proposed by: google.org
Contact (name, email, phone, skype): Pablo Mayrgundter <pmy@google.com>, Steve Hakusa <shakusa@google.com>
Best way and times to contact during RHoK 2.0 Dec 4/5 2010: email
Enable quick and dirty translation support for arbitrary websites with minimal changes/dependencies on the site templating system.
Person Finder internationalization for Haitian Kreyol. PF developers mostly didn't speak Haitian Kreyol but many users of the application did.
Joe user should see a pull-down in page headers to choose their language once, and then all pages on the site are automagically translated into Joe's language.
A webmaster should be able to copy-paste a JavaScript API into their page headers and push this change as a new site version.
There are many existing systems for supporting i18n of message catalogues within site templating systems. However, there is no standard site templating system and even if there were, translations are often needed for a target language which may not be spoken or easy to support by the site maintainers.
The user community probably has a mix of language capabilities that can bootstrap support for their local language by collaboratively editing the site with translations for site messages.
Spam/political abuse should be expected and guarded against.
Feedback translations to translations service to help create or improve the machine translation model for that language.
Under the hood, the page’s DOM text nodes are batched up and sent to a translation service, e.g. Google Translate, and then replaced with the translation. A cookie is set to trigger for all pages. Since translations may be poor, an edit functionality is added to translated text to allow users to suggest improvements, that are then moderated and reflected back out to user community.
To prevent simple abuse of the open editing, community moderation could be optionally supported to vote on translation correctness, e.g. with the Google Moderator approach:
http://www.google.com/support/moderator/bin/topic.py?topic=28744
Code: http://code.google.com/p/datawiki/source/browse/trunk/js/Translate.js
Other translation resources:
The translation functionality in DataWiki is ongoing and could be spun out into a dedicated library or standardized with other approaches.
If using the DataWiki translate component, two improvements are needed: