diff options
author | Eike Rathke <erack@redhat.com> | 2018-12-04 17:39:25 +0100 |
---|---|---|
committer | Eike Rathke <erack@redhat.com> | 2018-12-05 10:32:16 +0100 |
commit | 539802775f3254cae67d51ced5b4e5b0b6c3f66f (patch) | |
tree | 5e5cde839e707ea137fa54f2d69d838cb48935fc /i18npool | |
parent | 6e27e878be3996db84818504e70c2b79782a6d72 (diff) |
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
(cherry picked from commit 7f64ec49425d967512b8f8ca95e6328795133fd8)
Reviewed-on: https://gerrit.libreoffice.org/64549
Reviewed-by: Eike Rathke <erack@redhat.com>
Tested-by: Jenkins
Diffstat (limited to 'i18npool')
-rw-r--r-- | i18npool/source/localedata/data/af_NA.xml | 2 |
1 files changed, 1 insertions, 1 deletions
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"/> |