Changes between Version 14 and Version 15 of Event/2012/GSoC/Translation


Ignore:
Timestamp:
05/21/12 15:55:35 (13 years ago)
Author:
vivek_h
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • Event/2012/GSoC/Translation

    v14 v15  
    33[http://eden.sahanafoundation.org/wiki/BluePrintTranslation BluePrint reference]
    44
     5=== Personal Details ===
     6
     7Name    : Vivek Hamirwasia \\
     8Country : India \\
     9Timezone: GMT + 5:30 \\
     10Email   : vivsmart[at]gmail[dot]com \\
     11IRC Nick: vivek_h \\
    512
    613=== Project Abstract ===
     14
     15Project Mentor : Graeme Foster \\
    716
    817Sahana-eden currently uses web2py translating feature to translate sahana-eden to different languages. With the current system only the original strings and the translated strings are available to the translators. That only would not be enough to translate correctly with the proper meaning. The objective of the project is to improve the translation process so that the translators have more information such as file name, line number, comments for the translators etc. So for example the translators will know the module in which the strings are in and that will help to translate more appropriately. Further the T() function currently used to identify strings to be translated will be improved so that the developer can add a comment for the translators. And a GUI (a web page) embedded into eden will be implemented so as to translations on the fly and see the progress of the translations.