Hi,
I have submitted a patch for review:
https://gerrit.libreoffice.org/3194
To pull it, you can do:
git pull ssh://gerrit.libreoffice.org:29418/core refs/changes/94/3194/1
decimal and group separators were swapped
See also https://ssl.icu-project.org/icu-bin/locexp?d_=en&_=es_PE
Change-Id: I67ca6f1a7a721b308092f20eaab238f5a8f45061
(cherry picked from commit bd4b06fcd84c0f7f3ad82c1a3fe7f91740c5c3c5)
---
M i18npool/source/localedata/data/es_PE.xml
1 file changed, 18 insertions(+), 18 deletions(-)
diff --git a/i18npool/source/localedata/data/es_PE.xml b/i18npool/source/localedata/data/es_PE.xml
index 2f75eb7..a0a9bc4 100644
--- a/i18npool/source/localedata/data/es_PE.xml
+++ b/i18npool/source/localedata/data/es_PE.xml
@@ -34,10 +34,10 @@
<LC_CTYPE unoid="generic">
<Separators>
<DateSeparator>/</DateSeparator>
- <ThousandSeparator>.</ThousandSeparator>
- <DecimalSeparator>,</DecimalSeparator>
+ <ThousandSeparator>,</ThousandSeparator>
+ <DecimalSeparator>.</DecimalSeparator>
<TimeSeparator>:</TimeSeparator>
- <Time100SecSeparator>,</Time100SecSeparator>
+ <Time100SecSeparator>.</Time100SecSeparator>
<ListSeparator>;</ListSeparator>
<LongDateDayOfWeekSeparator> </LongDateDayOfWeekSeparator>
<LongDateDaySeparator> de </LongDateDaySeparator>
@@ -136,10 +136,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="true" type="medium" usage="DATE_TIME"
formatindex="46">
<FormatCode>DD/MM/AA HH:MM</FormatCode>
@@ -154,46 +154,46 @@
<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="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="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="ScientificFormatskey1" default="true" type="medium"
usage="SCIENTIFIC_NUMBER" formatindex="6">
- <FormatCode>0,00E+000</FormatCode>
+ <FormatCode>0.00E+000</FormatCode>
</FormatElement>
<FormatElement msgid="ScientificFormatskey2" default="false" type="medium"
usage="SCIENTIFIC_NUMBER" formatindex="7">
- <FormatCode>0,00E+00</FormatCode>
+ <FormatCode>0.00E+00</FormatCode>
</FormatElement>
</LC_FORMAT>
<LC_COLLATION ref="en_US"/>
--
To view, visit https://gerrit.libreoffice.org/3194
To unsubscribe, visit https://gerrit.libreoffice.org/settings
Gerrit-MessageType: newchange
Gerrit-Change-Id: I67ca6f1a7a721b308092f20eaab238f5a8f45061
Gerrit-PatchSet: 1
Gerrit-Project: core
Gerrit-Branch: libreoffice-4-0
Gerrit-Owner: Eike Rathke <erack@redhat.com>
Context
- [PATCH libreoffice-4-0] decimal and group separators were swapped · Eike Rathke (via Code Review)
Privacy Policy |
Impressum (Legal Info) |
Copyright information: Unless otherwise specified, all text and images
on this website are licensed under the
Creative Commons Attribution-Share Alike 3.0 License.
This does not include the source code of LibreOffice, which is
licensed under the Mozilla Public License (
MPLv2).
"LibreOffice" and "The Document Foundation" are
registered trademarks of their corresponding registered owners or are
in actual use as trademarks in one or more countries. Their respective
logos and icons are also subject to international copyright laws. Use
thereof is explained in our
trademark policy.