diff options
author | Eike Rathke <erack@redhat.com> | 2020-02-19 14:48:54 +0100 |
---|---|---|
committer | Eike Rathke <erack@redhat.com> | 2020-02-19 17:52:35 +0100 |
commit | d65a28188339ef3e0ddc54307bd12d76675f4fb5 (patch) | |
tree | 7d2c9c3c179a575ef32bdc8398ea6c5c93507dbf /i18npool | |
parent | 19746d24aa976cc409e58fe452b6ab5b039d0525 (diff) |
Related: tdf#130772 Prepare id-ID currency formats to ref-derive from
Change-Id: I35a5311b9b9b6c5dd76352fdf12d64361bbaa5fa
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/89024
Reviewed-by: Eike Rathke <erack@redhat.com>
Tested-by: Jenkins
Diffstat (limited to 'i18npool')
-rw-r--r-- | i18npool/source/localedata/data/id_ID.xml | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/i18npool/source/localedata/data/id_ID.xml b/i18npool/source/localedata/data/id_ID.xml index 19bbeafef1d0..c1a555530a4c 100644 --- a/i18npool/source/localedata/data/id_ID.xml +++ b/i18npool/source/localedata/data/id_ID.xml @@ -51,7 +51,7 @@ <TimePM>PM</TimePM> <MeasurementSystem>metric</MeasurementSystem> </LC_CTYPE> - <LC_FORMAT> + <LC_FORMAT replaceFrom="[CURRENCY]" replaceTo="[$Rp-421]"> <DateAcceptancePattern>D/M</DateAcceptancePattern> <FormatElement msgid="FixedFormatskey1" default="true" type="medium" usage="FIXED_NUMBER" formatindex="0"> <FormatCode>Standard</FormatCode> @@ -87,22 +87,22 @@ <FormatCode>0,00%</FormatCode> </FormatElement> <FormatElement msgid="CurrencyFormatskey1" default="true" type="short" usage="CURRENCY" formatindex="12"> - <FormatCode>[$Rp-421]#.##0;([$Rp-421]#.##0)</FormatCode> + <FormatCode>[CURRENCY]#.##0;([CURRENCY]#.##0)</FormatCode> </FormatElement> <FormatElement msgid="CurrencyFormatskey2" default="false" type="medium" usage="CURRENCY" formatindex="13"> - <FormatCode>[$Rp-421]#.##0;([$Rp-421]#.##0)</FormatCode> + <FormatCode>[CURRENCY]#.##0;([CURRENCY]#.##0)</FormatCode> </FormatElement> <FormatElement msgid="CurrencyFormatskey3" default="true" type="medium" usage="CURRENCY" formatindex="14"> - <FormatCode>[$Rp-421]#.##0;[RED]([$Rp-421]#.##0)</FormatCode> + <FormatCode>[CURRENCY]#.##0;[RED]([CURRENCY]#.##0)</FormatCode> </FormatElement> <FormatElement msgid="CurrencyFormatskey4" default="false" type="medium" usage="CURRENCY" formatindex="15"> - <FormatCode>[$Rp-421]#.##0;[RED]([$Rp-421]#.##0)</FormatCode> + <FormatCode>[CURRENCY]#.##0;[RED]([CURRENCY]#.##0)</FormatCode> </FormatElement> <FormatElement msgid="CurrencyFormatskey5" default="false" type="medium" usage="CURRENCY" formatindex="16"> <FormatCode>#.##0 CCC</FormatCode> </FormatElement> <FormatElement msgid="CurrencyFormatskey6" default="false" type="medium" usage="CURRENCY" formatindex="17"> - <FormatCode>[$Rp-421]#.##0;[RED]([$Rp-421]#.##0)</FormatCode> + <FormatCode>[CURRENCY]#.##0;[RED]([CURRENCY]#.##0)</FormatCode> </FormatElement> <FormatElement msgid="DateFormatskey1" default="true" type="short" usage="DATE" formatindex="18"> <FormatCode>DD/MM/YY</FormatCode> |