Changes between Version 54 and Version 55 of Event/2012/GSoC/Translation
- Timestamp:
- 08/14/12 11:14:08 (11 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Event/2012/GSoC/Translation
v54 v55 43 43 6) '''GUI for tracking status''': The status of translations for each module must be available on a UI. For this, it was decided that a "master" file containing all the strings will be maintained. The strings in the web2py language files will be checked against this master file to determine the percentage of translation - for the complete file and the module-wise breakdown. An update option will be provided to update the strings in the master file periodically. 44 44 45 7) ''' 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.45 7) '''User supplied strings ''' : The user must be able to upload a text file containing some strings which will also be considered for translation. These strings will appear in the spreadsheet created and will be marked as "user-supplied". 46 46 47 47