[Libreoffice-commits] core.git: 5 commits - i18npool/source
Eike Rathke
erack at redhat.com
Mon Apr 27 15:49:34 PDT 2015
i18npool/source/localedata/data/es_HN.xml | 2 +-
i18npool/source/localedata/data/es_PA.xml | 2 +-
i18npool/source/localedata/data/es_PR.xml | 2 +-
i18npool/source/localedata/data/es_SV.xml | 2 +-
i18npool/source/localedata/data/es_UY.xml | 4 ++++
5 files changed, 8 insertions(+), 4 deletions(-)
New commits:
commit ac885af343aa4f4536cf029655826b12fd9c4340
Author: Eike Rathke <erack at redhat.com>
Date: Tue Apr 28 00:48:31 2015 +0200
add comment it's ok here
Change-Id: I615a9ed50141327d672e12db1da500d372ff5232
diff --git a/i18npool/source/localedata/data/es_UY.xml b/i18npool/source/localedata/data/es_UY.xml
index b993c32..9c678d1 100644
--- a/i18npool/source/localedata/data/es_UY.xml
+++ b/i18npool/source/localedata/data/es_UY.xml
@@ -29,6 +29,10 @@
</Country>
</LC_INFO>
<LC_CTYPE unoid="generic">
+ <!-- redefining separators and using with other format codes is ok here, as
+ long as only LongDate... and TimeAM/PM differ from the original
+ locale's
+ -->
<Separators>
<DateSeparator>/</DateSeparator>
<ThousandSeparator>.</ThousandSeparator>
commit 0c490b86b0b6382bcbc9a7944cf570bfe48143b0
Author: Eike Rathke <erack at redhat.com>
Date: Tue Apr 28 00:38:19 2015 +0200
match separators by inheriting from same locale as format codes
... which leads to swapped decimal and group separators in this case,
which were wrong before and generated wrong format codes.
Change-Id: I08a74262f7e1d8453957895beeffa34116cb4577
diff --git a/i18npool/source/localedata/data/es_SV.xml b/i18npool/source/localedata/data/es_SV.xml
index c8ba2d2..232684d 100644
--- a/i18npool/source/localedata/data/es_SV.xml
+++ b/i18npool/source/localedata/data/es_SV.xml
@@ -28,7 +28,7 @@
<DefaultName>El Salvador</DefaultName>
</Country>
</LC_INFO>
- <LC_CTYPE ref="es_NI"/>
+ <LC_CTYPE ref="es_BO"/>
<LC_FORMAT ref="es_BO" replaceTo="[$C-440A]"/>
<LC_COLLATION ref="en_US"/>
<LC_SEARCH ref="en_US"/>
commit 313793f15c7dfcc98db56abc15084f25fbad4e85
Author: Eike Rathke <erack at redhat.com>
Date: Tue Apr 28 00:35:59 2015 +0200
match separators by inheriting from same locale as format codes
... which leads to identical separators in this case.
Change-Id: I061c9f47d052e6e30e3b01d1697dc814e104559d
diff --git a/i18npool/source/localedata/data/es_PR.xml b/i18npool/source/localedata/data/es_PR.xml
index a1e29c4..1115c18 100644
--- a/i18npool/source/localedata/data/es_PR.xml
+++ b/i18npool/source/localedata/data/es_PR.xml
@@ -28,7 +28,7 @@
<DefaultName>Puerto Rico</DefaultName>
</Country>
</LC_INFO>
- <LC_CTYPE ref="es_NI"/>
+ <LC_CTYPE ref="es_GT"/>
<LC_FORMAT ref="es_GT" replaceTo="[$$-500A] "/>
<LC_COLLATION ref="en_US"/>
<LC_SEARCH ref="en_US"/>
commit 5dffcb028a8ae38e5262530f41c2c0d52f7b75e9
Author: Eike Rathke <erack at redhat.com>
Date: Tue Apr 28 00:34:10 2015 +0200
match separators by inheriting from same locale as format codes
... which leads to identical separators in this case.
Change-Id: I85ea0004344532221c9a03b29b2f1ba2e0100ac8
diff --git a/i18npool/source/localedata/data/es_PA.xml b/i18npool/source/localedata/data/es_PA.xml
index bec5962..bb4bb0e 100644
--- a/i18npool/source/localedata/data/es_PA.xml
+++ b/i18npool/source/localedata/data/es_PA.xml
@@ -28,7 +28,7 @@
<DefaultName>Panama</DefaultName>
</Country>
</LC_INFO>
- <LC_CTYPE ref="es_DO"/>
+ <LC_CTYPE ref="es_GT"/>
<LC_FORMAT ref="es_GT" replaceTo="[$B/.-180A]"/>
<LC_COLLATION ref="en_US"/>
<LC_SEARCH ref="en_US"/>
commit 242c5ad01083560586adfb446e18ac178fa178b7
Author: Eike Rathke <erack at redhat.com>
Date: Tue Apr 28 00:29:47 2015 +0200
match separators by inheriting from same locale as format codes
... which leads to identical separators in this case.
Change-Id: Id886917de66df046481f957ec467e74942d7ba6b
diff --git a/i18npool/source/localedata/data/es_HN.xml b/i18npool/source/localedata/data/es_HN.xml
index 38e3040..d67779c 100644
--- a/i18npool/source/localedata/data/es_HN.xml
+++ b/i18npool/source/localedata/data/es_HN.xml
@@ -28,7 +28,7 @@
<DefaultName>Honduras</DefaultName>
</Country>
</LC_INFO>
- <LC_CTYPE ref="es_NI"/>
+ <LC_CTYPE ref="es_DO"/>
<LC_FORMAT ref="es_DO" replaceTo="[$L-480A]"/>
<LC_COLLATION ref="en_US"/>
<LC_SEARCH ref="en_US"/>
More information about the Libreoffice-commits
mailing list