Changes between Version 59 and Version 60 of BluePrint/Internationalisation
- Timestamp:
- 04/30/13 14:36:08 (12 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
BluePrint/Internationalisation
v59 v60 123 123 * Hence, we know which modules correspond to the current template and this can be used to extract only the relevant strings. 124 124 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: 127 126 * Use the prepop csv files in privates/templates/<current-template> and mark them to be considered for translation. 128 127 *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.