diff options
author | Johann Messner <johann.messner@jku.at> | 2012-08-28 11:08:58 +0100 |
---|---|---|
committer | Noel Power <noel.power@suse.com> | 2012-08-28 11:12:45 +0100 |
commit | 84c54990c0dbd3385a4a653afe63d0fa7b1c435b (patch) | |
tree | f2a73c14fd43d0167630d5fe6e7b718650486049 /i18npool | |
parent | f727644ad18838a78525256623a33f864fe13fb2 (diff) |
add some built in number formats for "fill in character" support in Calc
Change-Id: Ib70b737af3628c77a72b6b8e9267ad31890597c8
Diffstat (limited to 'i18npool')
-rw-r--r-- | i18npool/source/localedata/data/en_GB.xml | 6 | ||||
-rw-r--r-- | i18npool/source/localedata/data/en_US.xml | 6 |
2 files changed, 12 insertions, 0 deletions
diff --git a/i18npool/source/localedata/data/en_GB.xml b/i18npool/source/localedata/data/en_GB.xml index 8f2348205abe..02ec91d7da13 100644 --- a/i18npool/source/localedata/data/en_GB.xml +++ b/i18npool/source/localedata/data/en_GB.xml @@ -187,6 +187,12 @@ <FormatElement msgid="CurrencyFormatskey6" default="false" type="medium" usage="CURRENCY" formatindex="17"> <FormatCode>[CURRENCY]#,##0.--;[RED]-[CURRENCY]#,##0.--</FormatCode> </FormatElement> + <FormatElement msgid="CurrencyFormatskey7" default="false" type="short" usage="CURRENCY" formatindex="72"> + <FormatCode>[CURRENCY]* #,##0;-[CURRENCY]* #,##0</FormatCode> + </FormatElement> + <FormatElement msgid="CurrencyFormatskey8" default="false" type="medium" usage="CURRENCY" formatindex="73"> + <FormatCode>[CURRENCY]* #,##0.00;-[CURRENCY]* #,##0.00</FormatCode> + </FormatElement> <FormatElement msgid="PercentFormatskey1" default="true" type="short" usage="PERCENT_NUMBER" formatindex="8"> <FormatCode>0%</FormatCode> </FormatElement> diff --git a/i18npool/source/localedata/data/en_US.xml b/i18npool/source/localedata/data/en_US.xml index f3172bf4cac8..69f4939d591f 100644 --- a/i18npool/source/localedata/data/en_US.xml +++ b/i18npool/source/localedata/data/en_US.xml @@ -107,6 +107,12 @@ <FormatElement msgid="CurrencyFormatskey6" default="false" type="medium" usage="CURRENCY" formatindex="17"> <FormatCode>[CURRENCY]#,##0.--;[RED]-[CURRENCY]#,##0.--</FormatCode> </FormatElement> + <FormatElement msgid="CurrencyFormatskey7" default="false" type="short" usage="CURRENCY" formatindex="72"> + <FormatCode>[CURRENCY]* #,##0;-[CURRENCY]* #,##0</FormatCode> + </FormatElement> + <FormatElement msgid="CurrencyFormatskey8" default="false" type="medium" usage="CURRENCY" formatindex="73"> + <FormatCode>[CURRENCY]* #,##0.00;-[CURRENCY]* #,##0.00</FormatCode> + </FormatElement> <FormatElement msgid="DateFormatskey1" default="true" type="short" usage="DATE" formatindex="18"> <FormatCode>M/D/YY</FormatCode> </FormatElement> |