diff options
author | Eike Rathke <erack@redhat.com> | 2011-11-28 20:03:14 +0100 |
---|---|---|
committer | Eike Rathke <erack@redhat.com> | 2011-11-28 20:06:25 +0100 |
commit | 281d8e3ab8689a24f21f0dfd6d4de2ca1d46dc34 (patch) | |
tree | 86af62781036eaa0e4102ad775624738e8808f91 /i18npool | |
parent | 92d68ce31ab351905e5411a523a557ea658b9802 (diff) |
non-preset formatindex="..." values must be >=50
Explicitly mention that formatindex="..." values for formats defined
additionally to the preset range must be >=50 and unique within a
locale.
Diffstat (limited to 'i18npool')
-rw-r--r-- | i18npool/source/localedata/data/locale.dtd | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/i18npool/source/localedata/data/locale.dtd b/i18npool/source/localedata/data/locale.dtd index ff88bfdbcf69..aca66e506420 100644 --- a/i18npool/source/localedata/data/locale.dtd +++ b/i18npool/source/localedata/data/locale.dtd @@ -198,6 +198,10 @@ This isn't necessary to be technically correct and isn't done in many locales yet, but will certainly help. + If you want to define yet more formats than the preset and reserved + 0..49 range that's fine, only make sure those formatindex="..." values + are each >=50 and all values are unique within one locale. + Of usage="FIXED_NUMBER": formatindex="0" MUST be the format containing the 'General' keyword. The keyword itself may be localized, it is good practice though to |