[ABANDONED] Fix decimal and thousand separator for es_PE

2013-03-09 Thread Adolfo Jayme Barrientos (via Code Review)
Adolfo Jayme Barrientos has abandoned this change.

Change subject: Fix decimal and thousand separator for es_PE
..


Patch Set 1: Abandoned

I'll look at this again later.

-- 
To view, visit https://gerrit.libreoffice.org/2542
To unsubscribe, visit https://gerrit.libreoffice.org/settings

Gerrit-MessageType: abandon
Gerrit-Change-Id: I5d5de3f1b52127c91ec35d109e7bb09ced37355e
Gerrit-PatchSet: 1
Gerrit-Project: core
Gerrit-Branch: master
Gerrit-Owner: Adolfo Jayme Barrientos fitosch...@ubuntu.com
Gerrit-Reviewer: Eike Rathke er...@redhat.com

___
LibreOffice mailing list
LibreOffice@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice


[PATCH] Fix decimal and thousand separator for es_PE

2013-03-04 Thread Adolfo Jayme Barrientos (via Code Review)
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 fitosch...@ubuntu.com

___
LibreOffice mailing list
LibreOffice@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice