Hi,
I have submitted a patch for review:
https://gerrit.libreoffice.org/2542
To pull it, you can do:
git pull ssh://gerrit.libreoffice.org:29418/core refs/changes/42/2542/1
Fix decimal and thousand separator for es_PE
Change-Id: I5d5de3f1b52127c91ec35d109e7bb09ced37355e
---
M i18npool/source/localedata/data/es_PE.xml
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/i18npool/source/localedata/data/es_PE.xml b/i18npool/source/localedata/data/es_PE.xml
index 2f75eb7..51c48d9 100644
--- a/i18npool/source/localedata/data/es_PE.xml
+++ b/i18npool/source/localedata/data/es_PE.xml
@@ -34,8 +34,8 @@
<LC_CTYPE unoid="generic">
<Separators>
<DateSeparator>/</DateSeparator>
- <ThousandSeparator>.</ThousandSeparator>
- <DecimalSeparator>,</DecimalSeparator>
+ <ThousandSeparator>,</ThousandSeparator>
+ <DecimalSeparator>.</DecimalSeparator>
<TimeSeparator>:</TimeSeparator>
<Time100SecSeparator>,</Time100SecSeparator>
<ListSeparator>;</ListSeparator>
--
To view, visit https://gerrit.libreoffice.org/2542
To unsubscribe, visit https://gerrit.libreoffice.org/settings
Gerrit-MessageType: newchange
Gerrit-Change-Id: I5d5de3f1b52127c91ec35d109e7bb09ced37355e
Gerrit-PatchSet: 1
Gerrit-Project: core
Gerrit-Branch: master
Gerrit-Owner: Adolfo Jayme Barrientos <fitoschido@ubuntu.com>
Context
- [PATCH] Fix decimal and thousand separator for es_PE · Adolfo Jayme Barrientos (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.