diff options
author | Lior Kaplan <kaplanlior@gmail.com> | 2012-11-01 18:11:51 +0200 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2012-11-02 13:55:33 +0000 |
commit | 087f8ca17e94ffb3b1525a4d6e9be1c6b81184f7 (patch) | |
tree | 6e07ac830241a90904a26a86bc4228a613f814da /i18npool/source | |
parent | 89519528563a0e740fe22acaf9ab90f83af99695 (diff) |
Consolidate ₪ appearances to a CURRENCY template
Change-Id: Ibde3ac38e27e5abb42aa5d538762a3a5a7401f2b
Reviewed-on: https://gerrit.libreoffice.org/966
Reviewed-by: Caolán McNamara <caolanm@redhat.com>
Tested-by: Caolán McNamara <caolanm@redhat.com>
Diffstat (limited to 'i18npool/source')
-rw-r--r-- | i18npool/source/localedata/data/he_IL.xml | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/i18npool/source/localedata/data/he_IL.xml b/i18npool/source/localedata/data/he_IL.xml index 378b489b200c..e8ddb3e03b71 100644 --- a/i18npool/source/localedata/data/he_IL.xml +++ b/i18npool/source/localedata/data/he_IL.xml @@ -51,7 +51,7 @@ <TimePM>PM</TimePM> <MeasurementSystem>metric</MeasurementSystem> </LC_CTYPE> - <LC_FORMAT> + <LC_FORMAT replaceFrom="[CURRENCY]" replaceTo="[$₪-40D]"> <DateAcceptancePattern>D/M</DateAcceptancePattern> <FormatElement msgid="DateFormatskey1" default="true" type="short" usage="DATE" formatindex="18"> <FormatCode>D/M/YY</FormatCode> @@ -172,22 +172,22 @@ <FormatCode>#,###.00</FormatCode> </FormatElement> <FormatElement msgid="CurrencyFormatskey1" default="true" type="short" usage="CURRENCY" formatindex="12"> - <FormatCode>[$₪-40D] #,##0;[$₪-40D] -#,##0</FormatCode> + <FormatCode>[CURRENCY] #,##0;[CURRENCY] -#,##0</FormatCode> </FormatElement> <FormatElement msgid="CurrencyFormatskey2" default="false" type="medium" usage="CURRENCY" formatindex="13"> - <FormatCode>[$₪-40D] #,##0.00;[$₪-40D] -#,##0.00</FormatCode> + <FormatCode>[CURRENCY] #,##0.00;[CURRENCY] -#,##0.00</FormatCode> </FormatElement> <FormatElement msgid="CurrencyFormatskey3" default="false" type="medium" usage="CURRENCY" formatindex="14"> - <FormatCode>[$₪-40D] #,##0;[RED][$₪-40D] -#,##0</FormatCode> + <FormatCode>[CURRENCY] #,##0;[RED][CURRENCY] -#,##0</FormatCode> </FormatElement> <FormatElement msgid="CurrencyFormatskey4" default="true" type="medium" usage="CURRENCY" formatindex="15"> - <FormatCode>[$₪-40D] #,##0.00;[RED][$₪-40D] -#,##0.00</FormatCode> + <FormatCode>[CURRENCY] #,##0.00;[RED][CURRENCY] -#,##0.00</FormatCode> </FormatElement> <FormatElement msgid="CurrencyFormatskey5" default="false" type="medium" usage="CURRENCY" formatindex="16"> <FormatCode>#,##0.00 CCC</FormatCode> </FormatElement> <FormatElement msgid="CurrencyFormatskey6" default="false" type="medium" usage="CURRENCY" formatindex="17"> - <FormatCode>[$₪-40D] #,##0.--;[RED][$₪-40D] -#,##0.--</FormatCode> + <FormatCode>[CURRENCY] #,##0.--;[RED][CURRENCY] -#,##0.--</FormatCode> </FormatElement> <FormatElement msgid="PercentFormatskey1" default="true" type="short" usage="PERCENT_NUMBER" formatindex="8"> <FormatCode>0%</FormatCode> |