Edgewall Software

Changes between Version 18 and Version 19 of TracL10N


Ignore:
Timestamp:
Nov 14, 2005, 8:03:13 PM (18 years ago)
Author:
anonymous
Comment:

specified iso date format in detail (iso 8601)

Legend:

Unmodified
Added
Removed
Modified
  • TracL10N

    v18 v19  
    99=== Formats ===
    1010
    11 I18N is not only translation, it is also a bunch of other things. Since currency or paper size or units of measurement are not relevant here, the most important aspect besides translation is the format of time and date. Trac, unfortunately, uses the least sensible date format throughout, with the day between month and year. The date format should be configurable, and the default, as this is a technical environment should be ISO, such as 2005-07-29.
     11I18N is not only translation, it is also a bunch of other things. Since currency or paper size or units of measurement are not relevant here, the most important aspect besides translation is the format of time and date. Trac, unfortunately, uses the least sensible date format throughout, with the day between month and year. The date format should be configurable, and the default, as this is a technical environment should be ISO 8601, such as 2005-07-29.
    1212
    1313=== Wiki ===