[PATCH] Fix decimal and thousand separator for es_PE

Adolfo Jayme Barrientos (via Code Review) gerrit at gerrit.libreoffice.org
Mon Mar 4 07:01:43 PST 2013


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 at ubuntu.com>



More information about the LibreOffice mailing list