Changes between Version 9 and Version 10 of BluePrint/Translation


Ignore:
Timestamp:
04/29/13 12:57:22 (12 years ago)
Author:
Fran Boon
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • BluePrint/Translation

    v9 v10  
    5050 * For the translation code see {{{web2py/gluon/languages.py}}}
    5151 * 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)
    52  * 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}}}
     52 * 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/s3db/survey.py::S3TranslateModel}}}