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

Related: tdf#123948 add English (Zambia) [en-ZM] locale data

Inherits en-GB

Change-Id: I11febf18959380f9dcc73cb94aa9532ccb1200e7
Reviewed-on: https://gerrit.libreoffice.org/71769Reviewed-by: 's avatarEike Rathke <erack@redhat.com>
Tested-by: Jenkins
üst 90b17ec7
...@@ -26,6 +26,7 @@ $(eval $(call gb_Library_add_generated_exception_objects,localedata_en,\ ...@@ -26,6 +26,7 @@ $(eval $(call gb_Library_add_generated_exception_objects,localedata_en,\
CustomTarget/i18npool/localedata/localedata_en_TT \ CustomTarget/i18npool/localedata/localedata_en_TT \
CustomTarget/i18npool/localedata/localedata_en_US \ CustomTarget/i18npool/localedata/localedata_en_US \
CustomTarget/i18npool/localedata/localedata_en_ZA \ CustomTarget/i18npool/localedata/localedata_en_ZA \
CustomTarget/i18npool/localedata/localedata_en_ZM \
CustomTarget/i18npool/localedata/localedata_en_ZW \ CustomTarget/i18npool/localedata/localedata_en_ZW \
)) ))
......
<?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/.
*
* This file incorporates work covered by the following license notice:
*
* Licensed to the Apache Software Foundation (ASF) under one or more
* contributor license agreements. See the NOTICE file distributed
* with this work for additional information regarding copyright
* ownership. The ASF licenses this file to you under the Apache
* License, Version 2.0 (the "License"); you may not use this file
* except in compliance with the License. You may obtain a copy of
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
-->
<Locale versionDTD="2.0.3" allowUpdateFromCLDR="no" version="1.0">
<LC_INFO>
<Language>
<LangID>en</LangID>
<DefaultName>English</DefaultName>
</Language>
<Country>
<CountryID>ZM</CountryID>
<DefaultName>Zambia</DefaultName>
</Country>
</LC_INFO>
<LC_CTYPE ref="en_GB" />
<LC_FORMAT ref="en_GB" replaceFrom="[CURRENCY]" replaceTo="[$K-A009]" />
<LC_COLLATION ref="en_GB" />
<LC_SEARCH ref="en_GB"/>
<LC_INDEX ref="en_GB"/>
<LC_CALENDAR ref="en_GB"/>
<LC_CURRENCY>
<Currency default="true" usedInCompatibleFormatCodes="true">
<CurrencyID>ZMW</CurrencyID>
<CurrencySymbol>K</CurrencySymbol>
<BankSymbol>ZMW</BankSymbol>
<CurrencyName>Kwacha</CurrencyName>
<DecimalPlaces>2</DecimalPlaces>
</Currency>
</LC_CURRENCY>
<LC_TRANSLITERATION ref="en_GB"/>
<LC_MISC ref="en_GB"/>
<LC_NumberingLevel ref="en_GB"/>
<LC_OutLineNumberingLevel ref="en_GB"/>
</Locale>
...@@ -75,6 +75,7 @@ static const struct { ...@@ -75,6 +75,7 @@ static const struct {
{ "en_MW", lcl_DATA_EN }, { "en_MW", lcl_DATA_EN },
{ "en_GM", lcl_DATA_EN }, { "en_GM", lcl_DATA_EN },
{ "en_BW", lcl_DATA_EN }, { "en_BW", lcl_DATA_EN },
{ "en_ZM", lcl_DATA_EN },
{ "es_ES", lcl_DATA_ES }, { "es_ES", lcl_DATA_ES },
{ "es_AR", lcl_DATA_ES }, { "es_AR", lcl_DATA_ES },
......
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