anupmishra20 / opendatakit

Automatically exported from code.google.com/p/opendatakit
0 stars 0 forks source link

Add internalization support to Aggregate #889

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
ODK Aggregate uses GWT 2.5.x for its web page rendering. At the time we began 
development, internationalization support was not yet built into GWT. It now is 
( http://www.gwtproject.org/doc/latest/DevGuideI18n.html ).

However, to enable it, we would need a developer to go through the client code 
and extract the display strings into a translatable-strings dictionary and make 
the simple changes to the code to access that dictionary for the display string.

We lack the resources to do this at this time. If anyone has a strong desire 
for this, and can contribute a developer's time to sift through the code and 
extract the translatable strings, we'd be happy to begin supporting 
internationalized ODK Aggregate web pages.

Original issue reported on code.google.com by yano...@nafundi.com on 15 Aug 2013 at 2:20

GoogleCodeExporter commented 9 years ago
https://www.transifex.com/projects/p/odk-aggregate has been set up to enable 
non-devs to submit translations after internalization support is added to 
Aggregate

Original comment by yano...@nafundi.com on 15 Aug 2013 at 2:31