Changes between Version 57 and Version 58 of Event/2012/GSoC/Translation
- Timestamp:
- 08/14/12 11:22:45 (11 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Event/2012/GSoC/Translation
v57 v58 53 53 2) '''Strings inside MM()''' : The data inside MM() (in eden/modules/menus.py) can also be retreived so as to get few more strings. 54 54 55 3) ''' Semi-automatic translation''': We can use existing translating tools (such as google translate) to translate the untranslated strings and then present the list to the translator. This will greatly reduce the translator's time and effort as he only needs to modify those translations which are incorrect.55 3) ''' Module and location of user strings ''' : The user can manually specify the module and the location of the strings when adding the extra strings through the text file. Hence, only the relevant strings will be fetched into the spreadsheet. 56 56 57 57 4) '''Pootle Integration''': If time permits, we can integrate the pootle tool to translate the string instead of using the spreadsheet. 58 58 59 59 5) '''Allow comments''' : We want to have comments as an optional parameter to the T(...) function such that it becomes T(<string> , <comments>). Hence we could create a new T(...) function and over-ride the inbuilt web2py T(...) function. This new T(...) function would contain most of the code from the inbuilt function except that it would allow to pass comments as parameter. 60 61 6) '''Semi-automatic translation''': We can use existing translating tools (such as google translate) to translate the untranslated strings and then present the list to the translator. This will greatly reduce the translator's time and effort as he only needs to modify those translations which are incorrect. 60 62 === Project Goals and Timeline === 61 63