summaryrefslogtreecommitdiff
path: root/i18npool/source/localedata/data
diff options
context:
space:
mode:
authorEike Rathke <erack@redhat.com>2024-04-24 18:09:45 +0200
committerEike Rathke <erack@redhat.com>2024-04-24 22:40:02 +0200
commit92ea59703da91771ca78ade82ca796077c066da8 (patch)
tree013c21f81b2a9d3aeddd57263d2f69d87948cfcb /i18npool/source/localedata/data
parent802bc63be79f5622d794345dbbc577b6c603b61b (diff)
Resolves: tdf#159829 DecimalSeparator '.' period, ThousandSeparator ',' comma
Follows https://unicode-org.atlassian.net/browse/CLDR-16247 https://unicode-org.atlassian.net/browse/CLDR-14707?focusedCommentId=161272 Change-Id: I7ad049dd06102b36ac8d7ff13f7604e5cbb10f9a Reviewed-on: https://gerrit.libreoffice.org/c/core/+/166602 Reviewed-by: Eike Rathke <erack@redhat.com> Tested-by: Jenkins
Diffstat (limited to 'i18npool/source/localedata/data')
-rw-r--r--i18npool/source/localedata/data/en_ZA.xml46
1 files changed, 23 insertions, 23 deletions
diff --git a/i18npool/source/localedata/data/en_ZA.xml b/i18npool/source/localedata/data/en_ZA.xml
index 1e9175837279..dd61e98a2349 100644
--- a/i18npool/source/localedata/data/en_ZA.xml
+++ b/i18npool/source/localedata/data/en_ZA.xml
@@ -31,10 +31,10 @@
<LC_CTYPE>
<Separators>
<DateSeparator>/</DateSeparator>
- <ThousandSeparator> </ThousandSeparator>
- <DecimalSeparator>,</DecimalSeparator>
+ <ThousandSeparator>,</ThousandSeparator>
+ <DecimalSeparator>.</DecimalSeparator>
<TimeSeparator>:</TimeSeparator>
- <Time100SecSeparator>,</Time100SecSeparator>
+ <Time100SecSeparator>.</Time100SecSeparator>
<ListSeparator>;</ListSeparator>
<LongDateDayOfWeekSeparator> </LongDateDayOfWeekSeparator>
<LongDateDaySeparator> </LongDateDaySeparator>
@@ -62,22 +62,22 @@
<FormatCode>0</FormatCode>
</FormatElement>
<FormatElement msgid="FixedFormatskey3" default="false" type="medium" usage="FIXED_NUMBER" formatindex="2">
- <FormatCode>0,00</FormatCode>
+ <FormatCode>0.00</FormatCode>
</FormatElement>
<FormatElement msgid="FixedFormatskey4" default="false" type="short" usage="FIXED_NUMBER" formatindex="3">
- <FormatCode># ##0</FormatCode>
+ <FormatCode>#,##0</FormatCode>
</FormatElement>
<FormatElement msgid="FixedFormatskey5" default="false" type="medium" usage="FIXED_NUMBER" formatindex="4">
- <FormatCode># ##0,00</FormatCode>
+ <FormatCode>#,##0.00</FormatCode>
</FormatElement>
<FormatElement msgid="FixedFormatskey6" default="false" type="medium" usage="FIXED_NUMBER" formatindex="5">
- <FormatCode># ###,00</FormatCode>
+ <FormatCode>#,###.00</FormatCode>
</FormatElement>
<FormatElement msgid="FixedFormatskey7" default="false" type="short" usage="FIXED_NUMBER" formatindex="70">
- <FormatCode># ##0_);(# ##0)</FormatCode>
+ <FormatCode>#,##0_);(#,##0)</FormatCode>
</FormatElement>
<FormatElement msgid="FixedFormatskey8" default="false" type="medium" usage="FIXED_NUMBER" formatindex="71">
- <FormatCode># ##0,00_);(# ##0,00)</FormatCode>
+ <FormatCode>#,##0.00_);(#,##0.00)</FormatCode>
</FormatElement>
<FormatElement msgid="FixedFormatskey9" default="false" type="medium" usage="FIXED_NUMBER" formatindex="101">
<FormatCode>[NatNum12 cardinal]0</FormatCode>
@@ -92,49 +92,49 @@
<FormatCode>[NatNum12 upper cardinal]0</FormatCode>
</FormatElement>
<FormatElement msgid="ScientificFormatskey1" default="false" type="medium" usage="SCIENTIFIC_NUMBER" formatindex="6">
- <FormatCode>0,00E+000</FormatCode>
+ <FormatCode>0.00E+000</FormatCode>
</FormatElement>
<FormatElement msgid="ScientificFormatskey2" default="true" type="medium" usage="SCIENTIFIC_NUMBER" formatindex="7">
- <FormatCode>0,00E+00</FormatCode>
+ <FormatCode>0.00E+00</FormatCode>
</FormatElement>
<FormatElement msgid="ScientificFormatskey3" default="false" type="medium" usage="SCIENTIFIC_NUMBER" formatindex="78">
- <FormatCode>##0,00E+00</FormatCode>
+ <FormatCode>##0.00E+00</FormatCode>
</FormatElement>
<FormatElement msgid="PercentFormatskey1" default="true" type="short" usage="PERCENT_NUMBER" formatindex="8">
<FormatCode>0%</FormatCode>
</FormatElement>
<FormatElement msgid="PercentFormatskey2" default="true" type="long" usage="PERCENT_NUMBER" formatindex="9">
- <FormatCode>0,00%</FormatCode>
+ <FormatCode>0.00%</FormatCode>
</FormatElement>
<FormatElement msgid="CurrencyFormatskey1" default="true" type="short" usage="CURRENCY" formatindex="12">
- <FormatCode>[CURRENCY] # ##0;[CURRENCY]-# ##0</FormatCode>
+ <FormatCode>[CURRENCY] #,##0;[CURRENCY]-#,##0</FormatCode>
</FormatElement>
<FormatElement msgid="CurrencyFormatskey2" default="false" type="medium" usage="CURRENCY" formatindex="13">
- <FormatCode>[CURRENCY] # ##0,00;[CURRENCY]-# ##0,00</FormatCode>
+ <FormatCode>[CURRENCY] #,##0.00;[CURRENCY]-#,##0.00</FormatCode>
</FormatElement>
<FormatElement msgid="CurrencyFormatskey3" default="false" type="medium" usage="CURRENCY" formatindex="14">
- <FormatCode>[CURRENCY] # ##0;[RED][CURRENCY]-# ##0</FormatCode>
+ <FormatCode>[CURRENCY] #,##0;[RED][CURRENCY]-#,##0</FormatCode>
</FormatElement>
<FormatElement msgid="CurrencyFormatskey4" default="true" type="medium" usage="CURRENCY" formatindex="15">
- <FormatCode>[CURRENCY] # ##0,00;[RED][CURRENCY]-# ##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>
+ <FormatCode>#,##0.00 CCC</FormatCode>
</FormatElement>
<FormatElement msgid="CurrencyFormatskey6" default="false" type="medium" usage="CURRENCY" formatindex="17">
- <FormatCode>[CURRENCY] # ##0,--;[RED][CURRENCY]-# ##0,--</FormatCode>
+ <FormatCode>[CURRENCY] #,##0,--;[RED][CURRENCY]-#,##0,--</FormatCode>
</FormatElement>
<FormatElement msgid="CurrencyFormatskey9" default="false" type="medium" usage="CURRENCY" formatindex="105">
<FormatCode>[NatNum12 title CURRENCY]0</FormatCode>
</FormatElement>
<FormatElement msgid="CurrencyFormatskey10" default="false" type="medium" usage="CURRENCY" formatindex="106">
- <FormatCode>[NatNum12 title CURRENCY]0,00</FormatCode>
+ <FormatCode>[NatNum12 title CURRENCY]0.00</FormatCode>
</FormatElement>
<FormatElement msgid="CurrencyFormatskey11" default="false" type="medium" usage="CURRENCY" formatindex="107">
<FormatCode>[NatNum12 upper CURRENCY]0</FormatCode>
</FormatElement>
<FormatElement msgid="CurrencyFormatskey12" default="false" type="medium" usage="CURRENCY" formatindex="108">
- <FormatCode>[NatNum12 upper CURRENCY]0,00</FormatCode>
+ <FormatCode>[NatNum12 upper CURRENCY]0.00</FormatCode>
</FormatElement>
<FormatElement msgid="DateFormatskey1" default="true" type="short" usage="DATE" formatindex="18">
<FormatCode>YY-MM-DD</FormatCode>
@@ -222,10 +222,10 @@
<FormatCode>[HH]:MM:SS</FormatCode>
</FormatElement>
<FormatElement msgid="TimeFormatskey6" default="false" type="short" usage="TIME" formatindex="44">
- <FormatCode>MM:SS,00</FormatCode>
+ <FormatCode>MM:SS.00</FormatCode>
</FormatElement>
<FormatElement msgid="TimeFormatskey7" default="false" type="medium" usage="TIME" formatindex="45">
- <FormatCode>[HH]:MM:SS,00</FormatCode>
+ <FormatCode>[HH]:MM:SS.00</FormatCode>
</FormatElement>
<FormatElement msgid="DateTimeFormatskey1" default="false" type="medium" usage="DATE_TIME" formatindex="46">
<FormatCode>YY-MM-DD HH:MM</FormatCode>