Changes between Version 7 and Version 8 of BluePrint/Translation
- Timestamp:
- 06/09/12 09:43:41 (13 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
BluePrint/Translation
v7 v8 47 47 * For the translation process see the chapter in the book on [http://en.flossmanuals.net/sahana-eden/localisation/ Localisation] 48 48 * For the translation code see {{{web2py/gluon/languages.py}}} 49 * For translating to and from a spreadsheet see the [http://translate.sourceforge.net/wiki/toolkit/index Translate Toolkit], also mentioned in the Eden book. (versions are packaged for .deb and .rpm just search for translate-toolkit within your package manager)49 * For translating to and from a spreadsheet see the [http://translate.sourceforge.net/wiki/toolkit/index Translate Toolkit], also mentioned in the [http://en.flossmanuals.net/sahana-eden/localisation/ Eden book]. (versions are packaged for .deb and .rpm just search for translate-toolkit within your package manager) 50 50 * The survey application uses it's own translation so that the survey forms can be translated independent of the application. Check the code for this {{{eden/applications/modules/eden/survey.py::S3TranslateModel}}}