Changes between Version 9 and Version 10 of DeveloperGuidelines/Internationalisation


Ignore:
Timestamp:
08/07/09 20:20:22 (16 years ago)
Author:
Fran Boon
Comment:

All references to time should use request.utcnow rather than request.now

Legend:

Unmodified
Added
Removed
Modified
  • DeveloperGuidelines/Internationalisation

    v9 v10  
    1 == Internationalisation ==
     1= Internationalisation =
    22The original language of the !SahanaPy user interface, source code labels and comments, and the Wiki pages is '''English (international)'''. No contributions can be accepted without being at least translated to english. If you need help to translate your contents to english, please contact the [http://wiki.sahana.lk/doku.php?id=translate:home "Sahana Localization team"].
    33
     
    3737All reference to the options in View code should be by Index not by string (since the string can be changed).
    3838
     39== Time ==
     40All references to time should use {{{request.utcnow}}} rather than {{{request.now}}}
     41
    3942== Pootle/translate toolkit and web2py dictionaries ==
    4043 * [http://translate.sahana.lk "Sahana Pootle server"] as online facility for collaboration, translation refinement and workflow control