Changes between Version 189 and Version 190 of PakistanDevelopers
- Timestamp:
- 09/08/10 21:58:45 (14 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
PakistanDevelopers
v189 v190 30 30 === Localisation === 31 31 * We need the words to be translated into Urdu (Google have just released beta translator but not very polished yet) 32 * We need to set a global variable for RTL based on language choice 33 * easiest is to add a simple lookup table for RTL languages in {{{models/00_settings.py}}} (if not in table then assume LTR) 34 35 This variable should be read to alter: 32 36 * The text should all be right-justified (currently body has direction: ltr; in sahana.css We can change this globally with a theme but we need it dynamic per language) 33 * Form Labels should be put to the right of the INPUT boxes ( formstyle) (& comments to the left)34 * colon should be to the left of the label: ({{{static/scripts/s3/labels.js}}}) needs to read a global variable.37 * Form Labels should be put to the right of the INPUT boxes (& comments to the left): alternate RTL s3_formstyle in {{{models/00_settings.py}}} 38 * colon should be to the left of the label: ({{{static/scripts/s3/labels.js}}}) should read a global javascript variable set in {{{views/sahana_scripts_min.html}}} & {{{sahana_scripts_debug.html}}} 35 39 36 40 === Requests Management ===