summaryrefslogtreecommitdiff
path: root/i18npool
diff options
context:
space:
mode:
authorEike Rathke <erack@redhat.com>2014-08-04 14:54:28 +0200
committerEike Rathke <erack@redhat.com>2014-08-04 14:57:36 +0200
commit252cd689aca204e3437ac3fc7bd320330635f89d (patch)
treee5ed23cbe463dc675a0bdab4b30a7ff48e0134f6 /i18npool
parent884e1460b9bbed06717cc0404db6652f82001cc7 (diff)
add Papiamento (Bonaire) [pap-BQ] locale data, fdo#44112
Derived from [pap-CW] with USD. Change-Id: I7a64deeae39a22dbbb9d96d45fd15b0aab3c2c1f
Diffstat (limited to 'i18npool')
-rw-r--r--i18npool/Library_localedata_others.mk1
-rw-r--r--i18npool/source/localedata/data/pap_BQ.xml42
-rw-r--r--i18npool/source/localedata/localedata.cxx1
3 files changed, 44 insertions, 0 deletions
diff --git a/i18npool/Library_localedata_others.mk b/i18npool/Library_localedata_others.mk
index 59fe317ae3ae..ea706b88fad7 100644
--- a/i18npool/Library_localedata_others.mk
+++ b/i18npool/Library_localedata_others.mk
@@ -92,6 +92,7 @@ $(eval $(call gb_Library_add_generated_exception_objects,localedata_others,\
CustomTarget/i18npool/localedata/localedata_om_ET \
CustomTarget/i18npool/localedata/localedata_or_IN \
CustomTarget/i18npool/localedata/localedata_pa_IN \
+ CustomTarget/i18npool/localedata/localedata_pap_BQ \
CustomTarget/i18npool/localedata/localedata_pap_CW \
CustomTarget/i18npool/localedata/localedata_plt_MG \
CustomTarget/i18npool/localedata/localedata_pjt_AU \
diff --git a/i18npool/source/localedata/data/pap_BQ.xml b/i18npool/source/localedata/data/pap_BQ.xml
new file mode 100644
index 000000000000..48620f5b04e3
--- /dev/null
+++ b/i18npool/source/localedata/data/pap_BQ.xml
@@ -0,0 +1,42 @@
+<?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>pap</LangID>
+ <DefaultName>Papiamento</DefaultName>
+ </Language>
+ <Country>
+ <CountryID>BQ</CountryID>
+ <DefaultName>Bonaire</DefaultName>
+ </Country>
+ </LC_INFO>
+ <LC_CTYPE unoid="generic" ref="pap_CW" />
+ <LC_FORMAT ref="pap_CW" replaceFrom="[CURRENCY]" replaceTo="[$$-8879]" />
+ <LC_COLLATION ref="pap_CW" />
+ <LC_SEARCH ref="pap_CW" />
+ <LC_INDEX ref="pap_CW" />
+ <LC_CALENDAR ref="pap_CW" />
+ <LC_CURRENCY>
+ <Currency default="true" usedInCompatibleFormatCodes="true">
+ <CurrencyID>USD</CurrencyID>
+ <CurrencySymbol>$</CurrencySymbol>
+ <BankSymbol>USD</BankSymbol>
+ <CurrencyName>US Dollar</CurrencyName>
+ <DecimalPlaces>2</DecimalPlaces>
+ </Currency>
+ </LC_CURRENCY>
+ <LC_TRANSLITERATION ref="pap_CW" />
+ <LC_MISC ref="pap_CW" />
+ <LC_NumberingLevel ref="pap_CW" />
+ <LC_OutLineNumberingLevel ref="pap_CW"/>
+</Locale>
+<!--Version 1.0 -->
diff --git a/i18npool/source/localedata/localedata.cxx b/i18npool/source/localedata/localedata.cxx
index bcd087f190de..5554d3eb0f0c 100644
--- a/i18npool/source/localedata/localedata.cxx
+++ b/i18npool/source/localedata/localedata.cxx
@@ -263,6 +263,7 @@ static const struct {
{ "kab_DZ", lcl_DATA_OTHERS },
{ "pt_AO", lcl_DATA_OTHERS },
{ "pjt_AU", lcl_DATA_OTHERS },
+ { "pap_BQ", lcl_DATA_OTHERS },
{ "pap_CW", lcl_DATA_OTHERS },
{ "ebo_CG", lcl_DATA_OTHERS },
{ "tyx_CG", lcl_DATA_OTHERS },