Changes between Version 59 and Version 60 of BluePrint/Internationalisation


Ignore:
Timestamp:
04/30/13 14:36:08 (12 years ago)
Author:
nownikhil
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • BluePrint/Internationalisation

    v59 v60  
    123123    * Hence, we know which modules correspond to the current template and this can be used to extract only the relevant strings.
    124124
    125 * Including database variables : We need to extract the strings in database variables so that they too can be translated. Currently, these variables are excluded from translation. Hence, one approach to extract these strings is as follows:-
    126 
     125* Including database variables : We need to extract the strings in database variables so that they too can be translated. Currently, these variables are excluded from translation. Hence, one approach to extract these strings is as follows:
    127126    * Use the prepop csv files in privates/templates/<current-template> and mark them to be considered for translation.
    128127    *Provide a “Select all templates” option on the module selection page (similar to select all modules) to specify if all prepop files are to be considered. This option will be helpful when introducing new variables and discarding deprecated strings using the overwrite option as mentioned earlier.