Skip to content
Projeler
Gruplar
Parçacıklar
Yardım
Yükleniyor...
Oturum aç / Kaydol
Gezinmeyi değiştir
C
core
Proje
Proje
Ayrıntılar
Etkinlik
Cycle Analytics
Depo (repository)
Depo (repository)
Dosyalar
Kayıtlar (commit)
Dallar (branch)
Etiketler
Katkıda bulunanlar
Grafik
Karşılaştır
Grafikler
Konular (issue)
0
Konular (issue)
0
Liste
Pano
Etiketler
Kilometre Taşları
Birleştirme (merge) Talepleri
0
Birleştirme (merge) Talepleri
0
CI / CD
CI / CD
İş akışları (pipeline)
İşler
Zamanlamalar
Grafikler
Paketler
Paketler
Wiki
Wiki
Parçacıklar
Parçacıklar
Üyeler
Üyeler
Collapse sidebar
Close sidebar
Etkinlik
Grafik
Grafikler
Yeni bir konu (issue) oluştur
İşler
Kayıtlar (commit)
Konu (issue) Panoları
Kenar çubuğunu aç
LibreOffice
core
Commits
c3b4f7b5
Kaydet (Commit)
c3b4f7b5
authored
Eyl 14, 2015
tarafından
Eike Rathke
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
add English Botswana [en-BW] locale data, tdf#94207
Change-Id: I01a235c020e4e94290a551f404db8850cc9a5089
üst
4de6fd14
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
52 additions
and
0 deletions
+52
-0
Library_localedata_en.mk
i18npool/Library_localedata_en.mk
+1
-0
en_BW.xml
i18npool/source/localedata/data/en_BW.xml
+50
-0
localedata.cxx
i18npool/source/localedata/localedata.cxx
+1
-0
No files found.
i18npool/Library_localedata_en.mk
Dosyayı görüntüle @
c3b4f7b5
...
...
@@ -15,6 +15,7 @@ $(eval $(call gb_Library_use_libraries,localedata_en,\
$(eval $(call gb_Library_add_generated_exception_objects,localedata_en,\
CustomTarget/i18npool/localedata/localedata_en_AU \
CustomTarget/i18npool/localedata/localedata_en_BW \
CustomTarget/i18npool/localedata/localedata_en_BZ \
CustomTarget/i18npool/localedata/localedata_en_CA \
CustomTarget/i18npool/localedata/localedata_en_GB \
...
...
i18npool/source/localedata/data/en_BW.xml
0 → 100644
Dosyayı görüntüle @
c3b4f7b5
<?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>
BW
</CountryID>
<DefaultName>
Botswana
</DefaultName>
</Country>
</LC_INFO>
<LC_CTYPE
ref=
"en_GB"
/>
<LC_FORMAT
ref=
"en_GB"
replaceFrom=
"[CURRENCY]"
replaceTo=
"[$P-9809]"
/>
<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>
BWP
</CurrencyID>
<CurrencySymbol>
P
</CurrencySymbol>
<BankSymbol>
BWP
</BankSymbol>
<CurrencyName>
Pula
</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>
i18npool/source/localedata/localedata.cxx
Dosyayı görüntüle @
c3b4f7b5
...
...
@@ -70,6 +70,7 @@ static const struct {
{
"en_GH"
,
lcl_DATA_EN
},
{
"en_MW"
,
lcl_DATA_EN
},
{
"en_GM"
,
lcl_DATA_EN
},
{
"en_BW"
,
lcl_DATA_EN
},
{
"es_ES"
,
lcl_DATA_ES
},
{
"es_AR"
,
lcl_DATA_ES
},
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment