diff options
author | Eike Rathke <erack@redhat.com> | 2012-11-07 15:52:25 +0100 |
---|---|---|
committer | Eike Rathke <erack@redhat.com> | 2012-11-07 15:54:02 +0100 |
commit | 628ec2a1ce1370b04b832437fce9a661f3d8f754 (patch) | |
tree | 22949157fe15c7ffea7f749c65139017108dec97 /i18npool/source | |
parent | 08bf96de152609ee7586cd762db0b42f458920d6 (diff) |
enhance documentation of Currency legacyOnly attribute
Change-Id: I05f2f5e51490b6830a01fe72b11dd9da174719fd
Diffstat (limited to 'i18npool/source')
-rw-r--r-- | i18npool/source/localedata/data/locale.dtd | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/i18npool/source/localedata/data/locale.dtd b/i18npool/source/localedata/data/locale.dtd index 6575eb347d29..d0448015943f 100644 --- a/i18npool/source/localedata/data/locale.dtd +++ b/i18npool/source/localedata/data/locale.dtd @@ -395,6 +395,14 @@ documents and is not selectable in the UI otherwise. Defaults to "false" if not specified. If this attribute is "true", 'default' and 'usedInCompatibleFormatCodes' must both be "false". + + Currency elements must not be changed to contain only a different + CurrencySymbol element without changing the CurrencyID and BankSymbol + elements, instead the entire Currency element must be duplicated, the old + element needs this 'legacyOnly' attribute be added and 'default' and + 'usedInCompatibleFormatCodes' attributes must be set to "false", and only + in the new duplicated Currency element the CurrencySymbol element be + changed. --> <!ELEMENT CurrencyID (#PCDATA)> <!-- The ISO 4217 three letter currency code, e.g. USD or EUR. --> |