diff options
author | Eike Rathke <erack@redhat.com> | 2012-01-23 16:59:35 +0100 |
---|---|---|
committer | Eike Rathke <erack@redhat.com> | 2012-01-23 16:59:35 +0100 |
commit | b247f7691e0498355afcbcc4b60b5e9fdd28d867 (patch) | |
tree | 2f06458625d58b028ce18ac31d6bd51ac4a8b9e4 /i18npool | |
parent | a7769e27849b74102e11540d7753576528323114 (diff) |
added description of time edit format
Diffstat (limited to 'i18npool')
-rw-r--r-- | i18npool/source/localedata/data/locale.dtd | 22 |
1 files changed, 12 insertions, 10 deletions
diff --git a/i18npool/source/localedata/data/locale.dtd b/i18npool/source/localedata/data/locale.dtd index 1d790390ffe3..6b88bbe32f0f 100644 --- a/i18npool/source/localedata/data/locale.dtd +++ b/i18npool/source/localedata/data/locale.dtd @@ -243,16 +243,18 @@ data. The requirements are the same as for formatindex="21" above. Of usage="TIME": - formatindices 43, 44, 45 are special in the sense that they are - programmatically used to automatically display values that meet certain - criteria: - Formatindex="43" contains the [HH] format code that displays hour - values greater than or equal to 24 (as opposed to a simple HH that - displays modulo 24). - Formatindex="44" uses no hour code but 100th seconds and the - Time100SecSeparator. - Formatindex="45" uses both [HH] hour code and 100th seconds to be able - to edit such time values without loosing information. + * The FormatElement with default="true" type="medium" is used to edit + times and thus must contain all HH and MM and SS codes, e.g. HH:MM:SS + * Formatindices 43, 44, 45 are special in the sense that they are + programmatically used to automatically display values that meet + certain criteria: + * Formatindex="43" contains the [HH] format code that displays hour + values greater than or equal to 24 (as opposed to a simple HH that + displays modulo 24). + * Formatindex="44" uses no hour code but 100th seconds and the + Time100SecSeparator. + * Formatindex="45" uses both [HH] hour code and 100th seconds to be + able to edit such time values without loosing information. Of usage="CURRENCY": formatindices 12, 13, 14, 15, 17 with [$xxx-yyy] notation must use the |