diff options
author | Eike Rathke <erack@redhat.com> | 2015-11-09 18:01:44 +0100 |
---|---|---|
committer | Eike Rathke <erack@redhat.com> | 2015-11-09 18:12:22 +0100 |
commit | 31801a402e048b4861cb373687f28ea15ca60ebb (patch) | |
tree | eebbfac588ee9eb5cdc9eb85246e01ad608bab23 | |
parent | 7e997e2c1b5aaa9ad525e15e06fc8f0e8ed8fc25 (diff) |
add [ar-{BH,IQ,JO,LY,MA,QA,SY,YE}] to locale data libs, tdf#95485
Change-Id: Idbe31956d8627ff51f90d2e4a52666d33143b8c0
-rw-r--r-- | i18npool/Library_localedata_others.mk | 8 | ||||
-rw-r--r-- | i18npool/source/localedata/localedata.cxx | 9 |
2 files changed, 16 insertions, 1 deletions
diff --git a/i18npool/Library_localedata_others.mk b/i18npool/Library_localedata_others.mk index 5e796993d532..b485379792b6 100644 --- a/i18npool/Library_localedata_others.mk +++ b/i18npool/Library_localedata_others.mk @@ -20,13 +20,21 @@ $(eval $(call gb_Library_add_generated_exception_objects,localedata_others,\ CustomTarget/i18npool/localedata/localedata_ak_GH \ CustomTarget/i18npool/localedata/localedata_am_ET \ CustomTarget/i18npool/localedata/localedata_ar_AE \ + CustomTarget/i18npool/localedata/localedata_ar_BH \ CustomTarget/i18npool/localedata/localedata_ar_DZ \ CustomTarget/i18npool/localedata/localedata_ar_EG \ + CustomTarget/i18npool/localedata/localedata_ar_IQ \ + CustomTarget/i18npool/localedata/localedata_ar_JO \ CustomTarget/i18npool/localedata/localedata_ar_KW \ CustomTarget/i18npool/localedata/localedata_ar_LB \ + CustomTarget/i18npool/localedata/localedata_ar_LY \ + CustomTarget/i18npool/localedata/localedata_ar_MA \ CustomTarget/i18npool/localedata/localedata_ar_OM \ + CustomTarget/i18npool/localedata/localedata_ar_QA \ CustomTarget/i18npool/localedata/localedata_ar_SA \ + CustomTarget/i18npool/localedata/localedata_ar_SY \ CustomTarget/i18npool/localedata/localedata_ar_TN \ + CustomTarget/i18npool/localedata/localedata_ar_YE \ CustomTarget/i18npool/localedata/localedata_axk_CG \ CustomTarget/i18npool/localedata/localedata_az_AZ \ CustomTarget/i18npool/localedata/localedata_beq_CG \ diff --git a/i18npool/source/localedata/localedata.cxx b/i18npool/source/localedata/localedata.cxx index f0ceb8b4e8a1..703406a0e06e 100644 --- a/i18npool/source/localedata/localedata.cxx +++ b/i18npool/source/localedata/localedata.cxx @@ -305,7 +305,14 @@ static const struct { { "lgr_SB", lcl_DATA_OTHERS }, { "mos_BF", lcl_DATA_OTHERS }, { "ny_MW", lcl_DATA_OTHERS }, - { "ti_ET", lcl_DATA_OTHERS } + { "ar_BH", lcl_DATA_OTHERS }, + { "ar_IQ", lcl_DATA_OTHERS }, + { "ar_JO", lcl_DATA_OTHERS }, + { "ar_LY", lcl_DATA_OTHERS }, + { "ar_MA", lcl_DATA_OTHERS }, + { "ar_QA", lcl_DATA_OTHERS }, + { "ar_SY", lcl_DATA_OTHERS }, + { "ar_YE", lcl_DATA_OTHERS } }; #else |