[Libreoffice-commits] core.git: i18npool/source
Libreoffice Gerrit user
logerrit at kemper.freedesktop.org
Tue Dec 4 16:47:07 UTC 2018
i18npool/source/localedata/data/af_NA.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
New commits:
commit 7f64ec49425d967512b8f8ca95e6328795133fd8
Author: Eike Rathke <erack at redhat.com>
AuthorDate: Tue Dec 4 17:39:25 2018 +0100
Commit: Eike Rathke <erack at redhat.com>
CommitDate: Tue Dec 4 17:44:02 2018 +0100
Fix af_NA wrong separator inheritance, use en_NA instead of af_ZA (en_ZA)
It didn't matter originally, but en_ZA separators changed with
commit 5c10c448b299faf43d9df28bdb9dc4fbb00540aa
CommitDate: Mon Sep 3 13:38:13 2018 +0200
tdf#119613 [*-ZA] decimal separator is comma, group separator is space
and
commit 464154aa26ae77883dd59fcbaab9e084aa035c9d
CommitDate: Mon Sep 3 13:38:23 2018 +0200
Related: tdf#119613 inherit af_ZA separators from identical en_ZA
so the separators didn't match the formats inherited from en_NA
anymore.
Change-Id: Iccf951b27b5575706e0f6bae12b5df4b53e335ac
diff --git a/i18npool/source/localedata/data/af_NA.xml b/i18npool/source/localedata/data/af_NA.xml
index a69478328ead..c8462fa481ea 100644
--- a/i18npool/source/localedata/data/af_NA.xml
+++ b/i18npool/source/localedata/data/af_NA.xml
@@ -28,7 +28,7 @@
<DefaultName>Namibia</DefaultName>
</Country>
</LC_INFO>
- <LC_CTYPE ref="af_ZA"/>
+ <LC_CTYPE ref="en_NA"/>
<LC_FORMAT ref="en_NA" replaceTo="[$$-8036]"/>
<LC_COLLATION ref="en_US"/>
<LC_SEARCH ref="en_US"/>
More information about the Libreoffice-commits
mailing list