diff options
author | Eike Rathke <erack@redhat.com> | 2021-05-05 18:56:15 +0200 |
---|---|---|
committer | Eike Rathke <erack@redhat.com> | 2021-05-05 23:10:42 +0200 |
commit | 75aa541d6a7c15f6e79b29c0a1b6e813cebc1ac3 (patch) | |
tree | 716c2c791a525f376965774f45c058ca339e4af5 /i18npool/source | |
parent | 223e6484b5147464ae684fa520004316b4ec031c (diff) |
Move en_KE to lcl_DATA_EN where it belongs
Comment en_IN and en_MY why they should / have to stay.
Change-Id: I816741324bfc328ec4e0bf269ec27f65fe79f3f6
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/115154
Reviewed-by: Eike Rathke <erack@redhat.com>
Tested-by: Jenkins
Diffstat (limited to 'i18npool/source')
-rw-r--r-- | i18npool/source/localedata/localedata.cxx | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/i18npool/source/localedata/localedata.cxx b/i18npool/source/localedata/localedata.cxx index 8bc822936b7b..8f159a40d53b 100644 --- a/i18npool/source/localedata/localedata.cxx +++ b/i18npool/source/localedata/localedata.cxx @@ -80,6 +80,7 @@ const struct { { "en_ZM", lcl_DATA_EN }, { "en_LK", lcl_DATA_EN }, { "en_NG", lcl_DATA_EN }, + { "en_KE", lcl_DATA_EN }, { "es_ES", lcl_DATA_ES }, { "es_AR", lcl_DATA_ES }, @@ -217,7 +218,7 @@ const struct { { "pa_IN", lcl_DATA_OTHERS }, { "bn_IN", lcl_DATA_OTHERS }, { "or_IN", lcl_DATA_OTHERS }, - { "en_IN", lcl_DATA_OTHERS }, + { "en_IN", lcl_DATA_OTHERS }, // keep in OTHERS for IN { "ml_IN", lcl_DATA_OTHERS }, { "bn_BD", lcl_DATA_OTHERS }, { "th_TH", lcl_DATA_OTHERS }, @@ -226,7 +227,7 @@ const struct { { "hu_HU", lcl_DATA_OTHERS }, { "id_ID", lcl_DATA_OTHERS }, { "ms_MY", lcl_DATA_OTHERS }, - { "en_MY", lcl_DATA_OTHERS }, + { "en_MY", lcl_DATA_OTHERS }, // needs to be in OTHERS instead of EN because currency inherited from ms_MY { "ia", lcl_DATA_OTHERS }, { "mn_Cyrl_MN", lcl_DATA_OTHERS }, { "az_AZ", lcl_DATA_OTHERS }, @@ -330,8 +331,7 @@ const struct { { "ilo_PH", lcl_DATA_OTHERS }, { "ha_Latn_NG", lcl_DATA_OTHERS }, { "min_ID", lcl_DATA_OTHERS }, - { "sun_ID", lcl_DATA_OTHERS }, - { "en_KE", lcl_DATA_OTHERS } + { "sun_ID", lcl_DATA_OTHERS } }; #else |