Kaydet (Commit) a0c1d96a authored tarafından Eike Rathke's avatar Eike Rathke

added [ar-AE] and [ar-KW] locale data referrers, fdo#71140

for AED and KWD currencies, simply referring [ar-SA] in all other
aspects

Change-Id: I2ca19d1f7d2e807406bf207babe76cae967eea81
üst 460d6ce5
......@@ -19,8 +19,10 @@ $(eval $(call gb_Library_add_generated_exception_objects,localedata_others,\
CustomTarget/i18npool/localedata/localedata_af_ZA \
CustomTarget/i18npool/localedata/localedata_ak_GH \
CustomTarget/i18npool/localedata/localedata_am_ET \
CustomTarget/i18npool/localedata/localedata_ar_AE \
CustomTarget/i18npool/localedata/localedata_ar_DZ \
CustomTarget/i18npool/localedata/localedata_ar_EG \
CustomTarget/i18npool/localedata/localedata_ar_KW \
CustomTarget/i18npool/localedata/localedata_ar_LB \
CustomTarget/i18npool/localedata/localedata_ar_OM \
CustomTarget/i18npool/localedata/localedata_ar_SA \
......
<?xml version="1.0" encoding="UTF-8" ?>
<!DOCTYPE Locale SYSTEM 'locale.dtd'>
<!--
* This file is part of the LibreOffice project.
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
*
-->
<Locale versionDTD="2.0.3" allowUpdateFromCLDR="no" version="1.0">
<LC_INFO>
<Language>
<LangID>ar</LangID>
<DefaultName>Arabic</DefaultName>
</Language>
<Country>
<CountryID>AE</CountryID>
<DefaultName>United Arab Emirates</DefaultName>
</Country>
</LC_INFO>
<LC_CTYPE ref="ar_SA" />
<LC_FORMAT ref="ar_SA" replaceFrom="[CURRENCY]" replaceTo="[$د.إ‏-3801]"/>
<LC_COLLATION ref="ar_SA" />
<LC_SEARCH ref="ar_SA"/>
<LC_INDEX ref="ar_SA"/>
<LC_CALENDAR ref="ar_SA" />
<LC_CURRENCY>
<Currency default="true" usedInCompatibleFormatCodes="true">
<CurrencyID>AED</CurrencyID>
<CurrencySymbol>د.إ‏</CurrencySymbol>
<BankSymbol>AED</BankSymbol>
<CurrencyName>AED</CurrencyName>
<DecimalPlaces>2</DecimalPlaces>
</Currency>
</LC_CURRENCY>
<LC_TRANSLITERATION ref="ar_SA"/>
<LC_MISC ref="ar_SA"/>
<LC_NumberingLevel ref="ar_SA"/>
<LC_OutLineNumberingLevel ref="ar_SA"/>
</Locale>
<?xml version="1.0" encoding="UTF-8" ?>
<!DOCTYPE Locale SYSTEM 'locale.dtd'>
<!--
* This file is part of the LibreOffice project.
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
*
-->
<Locale versionDTD="2.0.3" allowUpdateFromCLDR="no" version="1.0">
<LC_INFO>
<Language>
<LangID>ar</LangID>
<DefaultName>Arabic</DefaultName>
</Language>
<Country>
<CountryID>KW</CountryID>
<DefaultName>Kuwait</DefaultName>
</Country>
</LC_INFO>
<LC_CTYPE ref="ar_SA" />
<LC_FORMAT ref="ar_SA" replaceFrom="[CURRENCY]" replaceTo="[$د.ك‏-3801]"/>
<LC_COLLATION ref="ar_SA" />
<LC_SEARCH ref="ar_SA"/>
<LC_INDEX ref="ar_SA"/>
<LC_CALENDAR ref="ar_SA" />
<LC_CURRENCY>
<Currency default="true" usedInCompatibleFormatCodes="true">
<CurrencyID>KWD</CurrencyID>
<CurrencySymbol>د.ك‏</CurrencySymbol>
<BankSymbol>KWD</BankSymbol>
<CurrencyName>KWD</CurrencyName>
<DecimalPlaces>2</DecimalPlaces>
</Currency>
</LC_CURRENCY>
<LC_TRANSLITERATION ref="ar_SA"/>
<LC_MISC ref="ar_SA"/>
<LC_NumberingLevel ref="ar_SA"/>
<LC_OutLineNumberingLevel ref="ar_SA"/>
</Locale>
......@@ -285,6 +285,8 @@ static const struct {
{ "sid_ET", lcl_DATA_OTHERS },
{ "bo_CN", lcl_DATA_OTHERS },
{ "bo_IN", lcl_DATA_OTHERS },
{ "ar_AE", lcl_DATA_OTHERS },
{ "ar_KW", lcl_DATA_OTHERS },
{ "bm_ML", lcl_DATA_OTHERS }
};
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment