ICU-20851 Merge release-65-1 to master.

This commit is contained in:
Shane F. Carr 2019-10-04 16:05:55 -04:00 committed by GitHub
commit f744742e03
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
271 changed files with 6752 additions and 8423 deletions

View File

@ -44,7 +44,7 @@ jobs:
vmImage: 'Ubuntu 16.04'
steps:
- script: |
export CPPFLAGS="-Werror -Wall -Wextra -Wextra-semi" && cd icu4c/source && ./runConfigureICU Linux && make -j2 tests
export CPPFLAGS="-Werror -Wall -Wextra -Wextra-semi -Wundef -Wnon-virtual-dtor" && cd icu4c/source && ./runConfigureICU Linux && make -j2 tests
displayName: 'Build only (WarningsAsErrors)'
env:
CC: clang
@ -126,8 +126,8 @@ jobs:
PathtoPublish: 'icu4c/source/dist/icu-windows.zip'
ArtifactName: '$(Build.BuildNumber)_ICU4C_MSVC_x86_Release'
#-------------------------------------------------------------------------
- job: ICU4C_MSVC_x64_ARM32_ARM64_Release
displayName: 'C: MSVC x64 ARM32 ARM64 Release (VS 2017)'
- job: ICU4C_MSVC_x64_ARM32_ARM64_Release_Distrelease
displayName: 'C: MSVC x64 ARM32 ARM64 Release (VS 2017) + Distrelease ARM64'
timeoutInMinutes: 60
pool:
vmImage: 'vs2017-win2016'
@ -154,6 +154,18 @@ jobs:
solution: icu4c/source/allinone/allinone.sln
platform: ARM64
configuration: Release
- task: PowerShell@2
displayName: 'PowerShell: Distrelease script (ARM64)'
inputs:
targetType: filePath
filePath: 'icu4c/packaging/distrelease.ps1'
arguments: '-arch ARM64'
workingDirectory: icu4c
- task: PublishBuildArtifacts@1
displayName: 'Publish ARM64 Artifacts: icu-windows.zip'
inputs:
PathtoPublish: 'icu4c/source/dist/icu-windows.zip'
ArtifactName: '$(Build.BuildNumber)_ICU4C_MSVC_ARM64_Release'
#-------------------------------------------------------------------------
- job: ICU4C_MSVC_x64_Release_DataFilter
displayName: 'C: MSVC 64-bit Release DataFilter (VS 2017)'
@ -264,8 +276,8 @@ jobs:
vmImage: 'macOS-10.14'
steps:
- script: |
export CPPFLAGS="-Werror -Wall -Wextra -Wextra-semi" && cd icu4c/source && ./runConfigureICU MacOSX && make -j2 tests
export CPPFLAGS="-Werror -Wall -Wextra -Wextra-semi -Wundef -Wnon-virtual-dtor" && cd icu4c/source && ./runConfigureICU MacOSX && make -j2 tests
displayName: 'Build only (WarningsAsErrors)'
env:
CC: clang
CXX: clang++
CXX: clang++

View File

@ -66,6 +66,11 @@ matrix:
- PATH="${PREFIX}/bin:$PATH" make -C test/hdrtst check
# clang release build with some options to enforce useful constraints.
# Includes dependency checker on an in-source, optimized build.
# Includes checking @draft etc. API tags vs. ifndef guards like
# U_HIDE_DRAFT_API and U_FORCE_HIDE_DRAFT_API.
# (FORCE guards make this tool pass but won't compile to working code.
# See the testtagsguards.sh script for details.)
- name: "c: linux clang"
dist: xenial
language: cpp
@ -81,6 +86,7 @@ matrix:
script:
- make -j2 check
- ( cd test/depstest && python3 depstest.py ../../../source/ )
- ( cd .. && source/test/hdrtst/testtagsguards.sh )
- name: "c: osx clang"
language: cpp

View File

@ -222,12 +222,17 @@ There are two concrete differences between additive and subtractive mode:
| | Additive | Subtractive |
|-------------------------|-------------|-------------|
| Default Feature Filter | `"exclude"` | `"include"` |
| Default Resource Filter | `"-/"` | `"+/"` |
| Default Resource Filter | `"-/"`, `"+/%%ALIAS"`, `"+/%%Parent"` | `"+/"` |
To enable additive mode, add the following setting to your filter file:
strategy: "additive"
**Caution:** If using `"-/"` or similar top-level exclusion rules, be aware of
the fields `"+/%%Parent"` and `"+/%%ALIAS"`, which are required in locale tree
resource bundles. Excluding these paths may cause unexpected locale fallback
behavior.
#### Filter Types
You may list *filters* for each category in the *featureFilters* section of

View File

@ -805,6 +805,10 @@
<tr class="row0">
<td class="file">uspoof.h</td><td class="proto"><tt>enum</tt> USpoofChecks::USPOOF_HIDDEN_OVERLAY</td><td class="" colspan="2" align="center">Draft&rarr;Stable<br>ICU 62</td>
</tr>
<tr class="row1">
<td class="file">utf_old.h</td><td class="proto"><tt>#define</tt> U_HIDE_OBSOLETE_UTF_OLD_H</td><td class="">Deprecated<br>ICU 2.4</td><td>Internal<br>
<span class=""><span></span></span></td>
</tr>
</table>
<P></P>
<a href="#_top">(jump back to top)</a>
@ -3126,7 +3130,7 @@
<a href="#_top">(jump back to top)</a>
<hr>
<p>
<i><font size="-1">Contents generated by StableAPI tool on Mon Sep 09 16:33:52 PDT 2019<br>
<i><font size="-1">Contents generated by StableAPI tool on Wed Oct 02 10:22:29 PDT 2019<br>
Copyright &copy; 2017 and later: Unicode, Inc. and others.<br>
License &amp; terms of use: http://www.unicode.org/copyright.html
</font></i>

View File

@ -280,6 +280,7 @@ Changed in ICU 65 (old, new)
| unumberformatter.h | <tt>enum</tt> UNumberUnitWidth::UNUM_UNIT_WIDTH_NARROW | Draft→StableICU 60
| unumberformatter.h | <tt>enum</tt> UNumberUnitWidth::UNUM_UNIT_WIDTH_SHORT | Draft→StableICU 60
| uspoof.h | <tt>enum</tt> USpoofChecks::USPOOF_HIDDEN_OVERLAY | Draft→StableICU 62
| utf_old.h | <tt>#define</tt> U_HIDE_OBSOLETE_UTF_OLD_H | DeprecatedICU 2.4 | Internal
## Promoted
@ -1085,7 +1086,7 @@ This section shows cases where the signature was "simplified" for the sake of co
## Colophon
Contents generated by StableAPI tool on Mon Sep 09 16:34:04 PDT 2019
Contents generated by StableAPI tool on Wed Oct 02 10:22:36 PDT 2019
Copyright © 2019 and later: Unicode, Inc. and others.
License & terms of use: http://www.unicode.org/copyright.html

View File

@ -13,7 +13,7 @@
# (bring up Powershell ISE)
# cd C:\icu\icu4c\
# Set-ExecutionPolicy -Scope Process Unrestricted
# .\packaging\distrelease.ps1 -arch "x64 or x86"
# .\packaging\distrelease.ps1 -arch "x64 or x86 or ARM64"
#
# Will emit: c:\icu4c\icu\source\dist\icu-windows.zip
#
@ -48,6 +48,11 @@ elseif ($arch -eq "x86")
Copy-Item -Path "$icuDir\lib" -Destination $source -Recurse
Copy-Item -Path "$icuDir\bin" -Destination $source -Recurse
}
elseif ($arch -eq "ARM64")
{
Copy-Item -Path "$icuDir\libARM64" -Destination $source -Recurse
Copy-Item -Path "$icuDir\binARM64" -Destination $source -Recurse
}
else
{
$filename = $MyInvocation.MyCommand.Name;

View File

@ -23,8 +23,8 @@
milestone - if the release note is a milestone release
-->
<!-- <body> -->
<body class="rc">
<body>
<!-- <body class="rc"> -->
<p class="only-draft"><b>Note:</b> This is a draft readme.</p>
<h1>
@ -44,7 +44,7 @@
<p class="note only-rc">This is a release candidate version of ICU4C.
It is not recommended for production use.</p>
<p>Last updated: 2019-Aug-29<br/>
<p>Last updated: 2019-Sept-16<br/>
Copyright &copy; 2016 and later: Unicode, Inc. and others. License &amp; terms of use:
<a href="http://www.unicode.org/copyright.html">http://www.unicode.org/copyright.html</a><br/>
Copyright &copy; 1997-2016 International Business Machines Corporation and others.

View File

@ -691,36 +691,36 @@ static int16_t countOnes(uint32_t* mask, int32_t len) {
/* internal function! */
static UEnumeration *selectForMask(const UConverterSelector* sel,
uint32_t *mask, UErrorCode *status) {
uint32_t *theMask, UErrorCode *status) {
LocalMemory<uint32_t> mask(theMask);
// this is the context we will use. Store a table of indices to which
// encodings are legit.
struct Enumerator* result = (Enumerator*)uprv_malloc(sizeof(Enumerator));
if (result == NULL) {
uprv_free(mask);
LocalMemory<Enumerator> result(static_cast<Enumerator *>(uprv_malloc(sizeof(Enumerator))));
if (result.isNull()) {
*status = U_MEMORY_ALLOCATION_ERROR;
return NULL;
return nullptr;
}
result->index = NULL; // this will be allocated later!
result->index = nullptr; // this will be allocated later!
result->length = result->cur = 0;
result->sel = sel;
UEnumeration *en = (UEnumeration *)uprv_malloc(sizeof(UEnumeration));
if (en == NULL) {
LocalMemory<UEnumeration> en(static_cast<UEnumeration *>(uprv_malloc(sizeof(UEnumeration))));
if (en.isNull()) {
// TODO(markus): Combine Enumerator and UEnumeration into one struct.
uprv_free(mask);
uprv_free(result);
*status = U_MEMORY_ALLOCATION_ERROR;
return NULL;
return nullptr;
}
memcpy(en, &defaultEncodings, sizeof(UEnumeration));
en->context = result;
memcpy(en.getAlias(), &defaultEncodings, sizeof(UEnumeration));
int32_t columns = (sel->encodingsCount+31)/32;
int16_t numOnes = countOnes(mask, columns);
int16_t numOnes = countOnes(mask.getAlias(), columns);
// now, we know the exact space we need for index
if (numOnes > 0) {
result->index = (int16_t*) uprv_malloc(numOnes * sizeof(int16_t));
result->index = static_cast<int16_t*>(uprv_malloc(numOnes * sizeof(int16_t)));
if (result->index == nullptr) {
*status = U_MEMORY_ALLOCATION_ERROR;
return nullptr;
}
int32_t i, j;
int16_t k = 0;
for (j = 0 ; j < columns; j++) {
@ -734,8 +734,8 @@ static UEnumeration *selectForMask(const UConverterSelector* sel,
}
} //otherwise, index will remain NULL (and will never be touched by
//the enumerator code anyway)
uprv_free(mask);
return en;
en->context = result.orphan();
return en.orphan();
}
/* check a string against the selector - UTF16 version */

View File

@ -36,15 +36,6 @@ U_NAMESPACE_BEGIN
#error U_USER_MUTEX_CPP not supported
#endif
// Check that UMutex is trivially constructable & destructable, which ensures that
// static instances are not running static constructors or destructors.
#if (defined(__GNUG__) && __GNUC__ < 5) || (defined(__clang__) && __clang_major__ < 5)
// skip
#else
static_assert(std::is_trivially_constructible<UMutex>::value, "UMutex not trivially constructable.");
static_assert(std::is_trivially_destructible<UMutex>::value, "UMutex not trivially destructable.");
#endif
/*************************************************************************************************
*
@ -56,7 +47,8 @@ namespace {
std::mutex *initMutex;
std::condition_variable *initCondition;
// The ICU global mutex. Used when ICU implementation code passes NULL for the mutex pointer.
// The ICU global mutex.
// Used when ICU implementation code passes nullptr for the mutex pointer.
UMutex globalMutex;
std::once_flag initFlag;

View File

@ -184,6 +184,16 @@ template<class T> void umtx_initOnce(UInitOnce &uio, void (U_CALLCONV *fp)(T, UE
}
}
// UMutex should be constexpr-constructible, so that no initialization code
// is run during startup.
// This works on all C++ libraries except MS VS before VS2019.
#if (defined(_CPPLIB_VER) && !defined(_MSVC_STL_VERSION)) || \
(defined(_MSVC_STL_VERSION) && _MSVC_STL_VERSION < 142)
// (VS std lib older than VS2017) || (VS std lib version < VS2019)
# define UMUTEX_CONSTEXPR
#else
# define UMUTEX_CONSTEXPR constexpr
#endif
/**
* UMutex - ICU Mutex class.
@ -212,7 +222,7 @@ template<class T> void umtx_initOnce(UInitOnce &uio, void (U_CALLCONV *fp)(T, UE
class U_COMMON_API UMutex {
public:
UMutex() = default;
UMUTEX_CONSTEXPR UMutex() {}
~UMutex() = default;
UMutex(const UMutex &other) = delete;
@ -230,13 +240,13 @@ public:
static void cleanup();
private:
alignas(std::mutex) char fStorage[sizeof(std::mutex)];
std::atomic<std::mutex *> fMutex;
alignas(std::mutex) char fStorage[sizeof(std::mutex)] {};
std::atomic<std::mutex *> fMutex { nullptr };
/** All initialized UMutexes are kept in a linked list, so that they can be found,
* and the underlying std::mutex destructed, by u_cleanup().
*/
UMutex *fListLink;
UMutex *fListLink { nullptr };
static UMutex *gListHead;
/** Out-of-line function to lazily initialize a UMutex on first use.

View File

@ -497,6 +497,7 @@ public:
static UnicodeString& U_EXPORT2 getDisplayName(const Locale& objectLocale,
UnicodeString& name);
#ifndef U_FORCE_HIDE_DEPRECATED_API
/**
* Deprecated functionality. Use clone() instead.
*
@ -519,6 +520,7 @@ public:
virtual BreakIterator * createBufferClone(void *stackBuffer,
int32_t &BufferSize,
UErrorCode &status) = 0;
#endif // U_FORCE_HIDE_DEPRECATED_API
#ifndef U_HIDE_DEPRECATED_API

View File

@ -97,6 +97,7 @@ public:
return *this;
}
#ifndef U_HIDE_DRAFT_API
/**
* Returns the state of this trie as a 64-bit integer.
* The state value is never 0.
@ -129,6 +130,7 @@ public:
pos_ = bytes_ + (state & kState64PosMask);
return *this;
}
#endif /* U_HIDE_DRAFT_API */
/**
* BytesTrie state object, for saving a trie's current state

View File

@ -104,6 +104,7 @@ class U_COMMON_API FilteredBreakIteratorBuilder : public UObject {
*/
virtual UBool unsuppressBreakAfter(const UnicodeString& string, UErrorCode& status) = 0;
#ifndef U_FORCE_HIDE_DEPRECATED_API
/**
* This function has been deprecated in favor of wrapIteratorWithFilter()
* The behavior is identical.
@ -114,6 +115,7 @@ class U_COMMON_API FilteredBreakIteratorBuilder : public UObject {
* @see wrapBreakIteratorWithFilter()
*/
virtual BreakIterator *build(BreakIterator* adoptBreakIterator, UErrorCode& status) = 0;
#endif // U_FORCE_HIDE_DEPRECATED_API
/**
* Wrap (adopt) an existing break iterator in a new filtered instance.

View File

@ -279,6 +279,7 @@ public:
*/
Locale build(UErrorCode& status);
#ifndef U_HIDE_DRAFT_API
/**
* Sets the UErrorCode if an error occurred while recording sets.
* Preserves older error codes in the outErrorCode.
@ -289,6 +290,7 @@ public:
* @draft ICU 65
*/
UBool copyErrorTo(UErrorCode &outErrorCode) const;
#endif /* U_HIDE_DRAFT_API */
private:
friend class LocaleMatcher::Result;

View File

@ -185,6 +185,7 @@ public:
Normalizer(const CharacterIterator& iter, UNormalizationMode mode);
#endif /* U_HIDE_DEPRECATED_API */
#ifndef U_FORCE_HIDE_DEPRECATED_API
/**
* Copy constructor.
* @param copy The object to be copied.
@ -197,7 +198,7 @@ public:
* @deprecated ICU 56 Use Normalizer2 instead.
*/
virtual ~Normalizer();
#endif // U_FORCE_HIDE_DEPRECATED_API
//-------------------------------------------------------------------------
// Static utility methods
@ -725,12 +726,14 @@ public:
static UClassID U_EXPORT2 getStaticClassID();
#endif /* U_HIDE_DEPRECATED_API */
#ifndef U_FORCE_HIDE_DEPRECATED_API
/**
* ICU "poor man's RTTI", returns a UClassID for the actual class.
* @return a UClassID for the actual class.
* @deprecated ICU 56 Use Normalizer2 instead.
*/
virtual UClassID getDynamicClassID() const;
#endif // U_FORCE_HIDE_DEPRECATED_API
private:
//-------------------------------------------------------------------------

View File

@ -882,4 +882,4 @@ namespace std {
#endif
/* @} */
#endif
#endif // _PLATFORM_H

View File

@ -538,6 +538,7 @@ public:
*/
static UClassID U_EXPORT2 getStaticClassID(void);
#ifndef U_FORCE_HIDE_DEPRECATED_API
/**
* Deprecated functionality. Use clone() instead.
*
@ -567,7 +568,7 @@ public:
virtual RuleBasedBreakIterator *createBufferClone(void *stackBuffer,
int32_t &BufferSize,
UErrorCode &status);
#endif // U_FORCE_HIDE_DEPRECATED_API
/**
* Return the binary form of compiled break rules,

View File

@ -97,6 +97,7 @@ public:
return *this;
}
#ifndef U_HIDE_DRAFT_API
/**
* Returns the state of this trie as a 64-bit integer.
* The state value is never 0.
@ -129,6 +130,7 @@ public:
pos_ = uchars_ + (state & kState64PosMask);
return *this;
}
#endif /* U_HIDE_DRAFT_API */
/**
* UCharsTrie state object, for saving a trie's current state

View File

@ -453,4 +453,4 @@
# define UCONFIG_NO_FILTERED_BREAK_ITERATION 0
#endif
#endif
#endif // __UCONFIG_H__

View File

@ -155,8 +155,9 @@
// such code the wrapper is itself defined as macros so that it's possible to
// build ICU 65 and later with the old macro behaviour, like this:
//
// CPPFLAGS='-DUPRV_BLOCK_MACRO_BEGIN="" -DUPRV_BLOCK_MACRO_END=""' \
// export CPPFLAGS='-DUPRV_BLOCK_MACRO_BEGIN="" -DUPRV_BLOCK_MACRO_END=""'
// runConfigureICU ...
//
/**
* \def UPRV_BLOCK_MACRO_BEGIN

View File

@ -1655,11 +1655,10 @@ private:
const UnicodeSet* inclusions,
UErrorCode &status);
#ifndef U_HIDE_DRAFT_API // Skipped: ucpmap.h is draft only.
// UCPMap is now stable ICU 63
void applyIntPropertyValue(const UCPMap *map,
UCPMapValueFilter *filter, const void *context,
UErrorCode &errorCode);
#endif /* U_HIDE_DRAFT_API */
/**
* Set the new pattern to cache.

View File

@ -131,6 +131,8 @@
// Do not conditionalize the following enum with #ifndef U_HIDE_DEPRECATED_API,
// it is needed for layout of Normalizer object.
#ifndef U_FORCE_HIDE_DEPRECATED_API
/**
* Constants for normalization modes.
* @deprecated ICU 56 Use unorm2.h instead.
@ -155,6 +157,8 @@ typedef enum {
UNORM_MODE_COUNT
} UNormalizationMode;
#endif // U_FORCE_HIDE_DEPRECATED_API
#ifndef U_HIDE_DEPRECATED_API
/**

View File

@ -19,9 +19,6 @@
/**
* \file
* \brief C API: Deprecated macros for Unicode string handling
*/
/**
*
* The macros in utf_old.h are all deprecated and their use discouraged.
* Some of the design principles behind the set of UTF macros
@ -139,12 +136,16 @@
*
* <hr>
*
* @deprecated ICU 2.4. Use the macros in utf.h, utf16.h, utf8.h instead.
* Deprecated ICU 2.4. Use the macros in utf.h, utf16.h, utf8.h instead.
*/
#ifndef __UTF_OLD_H__
#define __UTF_OLD_H__
#include "unicode/utf.h"
#include "unicode/utf8.h"
#include "unicode/utf16.h"
/**
* \def U_HIDE_OBSOLETE_UTF_OLD_H
*
@ -162,10 +163,6 @@
#if !defined(U_HIDE_DEPRECATED_API) && !U_HIDE_OBSOLETE_UTF_OLD_H
#include "unicode/utf.h"
#include "unicode/utf8.h"
#include "unicode/utf16.h"
/* Formerly utf.h, part 1 --------------------------------------------------- */
#ifdef U_USE_UTF_DEPRECATES

View File

@ -370,6 +370,7 @@
ອາທາລີຢາ
ອາທາຣີມ
ອາແຖນ
ອາແມນ
ອັດລາຍ
ອັດຕະໂຣດເບັດໂຢອາບ
ອາດໂຣດໂຊຟັນ

View File

@ -58,6 +58,13 @@
# CLDR_TMP_DIR: Parent of temporary CLDR production data.
# Defaults to $CLDR_DIR/../cldr-aux (sibling to CLDR_DIR).
#
# *** NOTE ***: In CLDR release-36-beta, the GenerateProductionData
# tool no longer generates data into $CLDR_TMP_DIR/production; instead
# it generates data into $CLDR_DIR/../cldr-staging/production. However
# the rest of the build still assumes that the generated data is in
# $CLDR_TMP_DIR/production. So CLDR_TMP_DIR must be defined to be
# $CLDR_DIR/../cldr-staging
#
# c) ICU-related variables
# These variables only need to be set if you're directly reusing the
# commands below.

View File

@ -30,6 +30,10 @@ en_001{
"RUR",
"Russian Rouble (19911998)",
}
SHP{
"SHP",
"St Helena Pound",
}
TJR{
"TJR",
"Tajikistani Rouble",
@ -64,6 +68,10 @@ en_001{
one{"Russian rouble (19911998)"}
other{"Russian roubles (19911998)"}
}
SHP{
one{"St Helena pound"}
other{"St Helena pounds"}
}
TJR{
one{"Tajikistani rouble"}
other{"Tajikistani roubles"}

View File

@ -425,7 +425,7 @@ en_AU{
}
SHP{
"SHP",
"St. Helena Pound",
"St Helena Pound",
}
SLL{
"SLL",

View File

@ -2,17 +2,5 @@
// License & terms of use: http://www.unicode.org/copyright.html#License
en_GB{
%%Parent{"en_001"}
Currencies{
SHP{
"SHP",
"St Helena Pound",
}
}
CurrencyPlurals{
SHP{
one{"St Helena pound"}
other{"St Helena pounds"}
}
}
Version{"36"}
}

View File

@ -9,7 +9,7 @@ en_SH{
}
SHP{
"£",
"St. Helena Pound",
"St Helena Pound",
}
}
Version{"36"}

View File

@ -1,67 +0,0 @@
// © 2016 and later: Unicode, Inc. and others.
// License & terms of use: http://www.unicode.org/copyright.html#License
ha_NE{
Currencies{
BRL{
"R$",
"Ril Kudin Birazil",
}
CNY{
"CN¥",
"Yuwan kasar Sin",
}
EUR{
"€",
"Yuro",
}
GBP{
"£",
"Fam na Ingila",
}
INR{
"₹",
"Kuɗin Indiya",
}
NGN{
"₦",
"Naira",
}
RUB{
"RUB",
"Ruble kasar Rasha",
}
}
Currencies%narrow{
BRL{"R$"}
CNY{"¥"}
EUR{"€"}
GBP{"£"}
INR{"₹"}
JPY{"¥"}
RUB{"₽"}
USD{"$"}
}
CurrencyPlurals{
CNY{
one{"Yuwan kasar Sin"}
other{"Yuwan kasar Sin"}
}
GBP{
one{"Fam na Ingila"}
other{"Faman na Ingila"}
}
RUB{
one{"Ruble kasar Rasha"}
other{"Ruble kasar Rasha"}
}
USD{
one{"Dalar Amirka"}
other{"Dalar Amirka"}
}
}
CurrencyUnitPatterns{
one{"{0} {1}"}
other{"{0} {1}"}
}
Version{"36"}
}

View File

@ -285,7 +285,7 @@ sr_Latn{
}
DJF{
"DJF",
"Džibutanski franak",
"Džibutski franak",
}
DKK{
"DKK",
@ -629,7 +629,7 @@ sr_Latn{
}
MRU{
"MRU",
"Mauritanijska ogija",
"Mauritanska ogija",
}
MTL{
"MTL",
@ -825,7 +825,7 @@ sr_Latn{
}
SHP{
"SHP",
"Sv. jelenska funta",
"Svete Jelene funta",
}
SIT{
"SIT",
@ -1216,6 +1216,7 @@ sr_Latn{
SHP{"£"}
SRD{"$"}
SSP{"£"}
STN{"Db"}
SYP{"£"}
THB{"฿"}
TOP{"T$"}
@ -1587,9 +1588,9 @@ sr_Latn{
other{"nemačkih maraka"}
}
DJF{
few{"džibutanska franka"}
one{"džibutanski franak"}
other{"džibutanskih franaka"}
few{"džibutska franka"}
one{"džibutski franak"}
other{"džibutskih franaka"}
}
DKK{
few{"danske krune"}
@ -1989,7 +1990,7 @@ sr_Latn{
MKD{
few{"makedonska denara"}
one{"makedonski denar"}
other{"makedonskih dinara"}
other{"makedonskih denara"}
}
MLF{
few{"malijska franka"}
@ -2017,9 +2018,9 @@ sr_Latn{
other{"mauritanijskih ogija (19732017)"}
}
MRU{
few{"mauritanijske ogije"}
one{"mauritanijska ogija"}
other{"mauritanijskih ogija"}
few{"mauritanske ogije"}
one{"mauritanska ogija"}
other{"mauritanskih ogija"}
}
MTL{
few{"malteške lire"}
@ -2262,9 +2263,9 @@ sr_Latn{
other{"singapurskih dolara"}
}
SHP{
few{"sv. jelenske funte"}
one{"sv. jelenska funta"}
other{"sv. jelenskih funti"}
few{"Svete Jelene funte"}
one{"Svete Jelene funta"}
other{"Svete Jelene funti"}
}
SIT{
few{"slovenačka tolara"}

View File

@ -70,10 +70,6 @@ yo_BJ{
"ETB",
"Biri ti Orílɛ́ède Eutopia",
}
EUR{
"€",
"owó Yúrò",
}
GBP{
"£",
"Pɔ́n-ùn ti Orilɛ̀-èdè Gɛ̀ɛ́sì",
@ -239,20 +235,13 @@ yo_BJ{
"Dɔla ti Orílɛ́ède Siibabuwe",
}
}
Currencies%narrow{
BRL{"R$"}
CNY{"¥"}
EUR{"€"}
GBP{"£"}
INR{"₹"}
JPY{"¥"}
RUB{"₽"}
USD{"$"}
}
CurrencyPlurals{
BRL{
other{"Awon owó ti Orílɛ̀-èdè Brazil"}
}
EGP{
other{"pɔ́nùn"}
}
RUB{
other{"Owó ruble ti ilɛ̀ Rɔ́shíà"}
}

View File

@ -1213,13 +1213,106 @@ yue_Hans{
}
}
Currencies%narrow{
AOA{"Kz"}
ARS{"$"}
AUD{"$"}
BAM{"KM"}
BBD{"$"}
BDT{"৳"}
BMD{"$"}
BND{"$"}
BOB{"Bs"}
BRL{"R$"}
BSD{"$"}
BWP{"P"}
BYN{"р."}
BZD{"$"}
CAD{"$"}
CLP{"$"}
CNY{"¥"}
COP{"$"}
CRC{"₡"}
CUC{"$"}
CUP{"$"}
CZK{"Kč"}
DKK{"kr"}
DOP{"$"}
EGP{"E£"}
ESP{"₧"}
EUR{"€"}
FJD{"$"}
FKP{"£"}
GBP{"£"}
GEL{"₾"}
GIP{"£"}
GNF{"FG"}
GTQ{"Q"}
GYD{"$"}
HKD{"$"}
HNL{"L"}
HRK{"kn"}
HUF{"Ft"}
IDR{"Rp"}
ILS{"₪"}
INR{"₹"}
ISK{"kr"}
JMD{"$"}
JPY{"¥"}
KHR{"៛"}
KMF{"CF"}
KPW{"₩"}
KRW{"₩"}
KYD{"$"}
KZT{"₸"}
LAK{"₭"}
LBP{"L£"}
LKR{"Rs"}
LRD{"$"}
MGA{"Ar"}
MMK{"K"}
MNT{"₮"}
MUR{"Rs"}
MXN{"$"}
MYR{"RM"}
NAD{"$"}
NGN{"₦"}
NIO{"C$"}
NOK{"kr"}
NPR{"Rs"}
NZD{"$"}
PHP{"₱"}
PKR{"Rs"}
PLN{"zł"}
PYG{"₲"}
RON{"lei"}
RUB{"₽"}
RUR{"р."}
RWF{"RF"}
SBD{"$"}
SEK{"kr"}
SGD{"$"}
SHP{"£"}
SRD{"$"}
SSP{"£"}
STN{"Db"}
SYP{"£"}
THB{"฿"}
TOP{"T$"}
TRY{"₺"}
TTD{"$"}
TWD{"$"}
UAH{"₴"}
USD{"$"}
UYU{"$"}
VEF{"Bs"}
VND{"₫"}
XCD{"$"}
ZAR{"R"}
ZMW{"ZK"}
}
Currencies%variant{
GEL{"₾"}
TRY{"TL"}
}
CurrencyPlurals{
ADP{

View File

@ -5,7 +5,7 @@ ceb{
ar{"Arabic"}
ar_001{"Modern Standard Arabic"}
bn{"Bangla"}
ceb{"Cebuano"}
ceb{"Binisaya"}
de{"Aleman"}
de_AT{"Aleman (Austriano)"}
de_CH{"Aleman (Swiss Hataas nga Aleman)"}

View File

@ -5,6 +5,10 @@ en_001{
colCaseLevel{"Case-Sensitive Sorting"}
colNormalization{"Normalised Sorting"}
}
Languages{
mus{"Creek"}
nds_NL{"West Low German"}
}
Types{
colNormalization{
no{"Sort Without Normalisation"}

View File

@ -16,7 +16,6 @@ en_GB{
fa_AF{"Dari"}
fr_CA{"Canadian French"}
fr_CH{"Swiss French"}
mus{"Creek"}
nds_NL{"West Low German"}
nl_BE{"Flemish"}
pt_BR{"Brazilian Portuguese"}

View File

@ -2,21 +2,21 @@
// License & terms of use: http://www.unicode.org/copyright.html#License
ha_NE{
Languages{
ar_001{"Larabci Asali Na Zamani"}
de_AT{"Jamusanci Ostiriya"}
de_CH{"Jamusanci Suwizalan"}
en_AU{"Turanci Ostareliya"}
en_CA{"Turanci Kanada"}
en_GB{"Turanci Biritaniya"}
en_US{"Turanci Amirka"}
eo{"Dʼan/Ƴar Kabilar Andalus"}
es_419{"Sifaniyancin Latin Amirka"}
es_ES{"Sifaniyanci Turai"}
es_MX{"Sifaniyanci Mesiko"}
fr_CA{"Farasanci Kanada"}
fr_CH{"Farasanci Suwizalan"}
pt_BR{"Fotugis Kasashen Birazil"}
pt_PT{"Fotugis kasashen Turai"}
so{"Somali"}
ur{"Harshen Urdu"}
te{"Dʼan/Ƴar Kabilar Telug"}
zh_Hans{"Sauƙaƙaƙƙen Sinanci"}
zh_Hant{"Sinanci na gargajiya"}
}
@ -24,13 +24,5 @@ ha_NE{
en_GB{"Turanci Ingila"}
en_US{"Amirka Turanci"}
}
Scripts{
Cyrl{"Cyrl"}
}
Version{"36"}
localeDisplayPattern{
keyTypePattern{"{0}: {1}"}
pattern{"{0} ({1})"}
separator{"{0}, {1}"}
}
}

View File

@ -9,9 +9,9 @@ sr_Latn{
colBackwards{"Sortiranje prema obrnutim akcentima"}
colCaseFirst{"Ređanje prema malom/velikom slovu"}
colCaseLevel{"Sortiranje prema malom/velikom slovu"}
colNormalization{"Normalizovano sortiranje"}
colNumeric{"Numeričko sortiranje"}
colStrength{"Sortiranje prema jačini"}
colNormalization{"normalizovano sortiranje"}
colNumeric{"numeričko sortiranje"}
colStrength{"sortiranje prema jačini"}
collation{"redosled sortiranja"}
currency{"valuta"}
hc{"prikazivanje vremena (12- ili 24-časovno)"}
@ -84,7 +84,6 @@ sr_Latn{
cad{"kado"}
car{"karipski"}
cch{"atsam"}
ccp{"ccp"}
ce{"čečenski"}
ceb{"sebuanski"}
cgg{"čiga"}
@ -121,7 +120,7 @@ sr_Latn{
din{"dinka"}
dje{"zarma"}
doi{"dogri"}
dsb{"donji lužičkosrpski"}
dsb{"donjolužičkosrpski"}
dua{"duala"}
dum{"srednjeholandski"}
dv{"maldivski"}
@ -195,7 +194,7 @@ sr_Latn{
hmn{"hmonški"}
ho{"hiri motu"}
hr{"hrvatski"}
hsb{"gornji lužičkosrpski"}
hsb{"gornjolužičkosrpski"}
ht{"haićanski"}
hu{"mađarski"}
hup{"hupa"}
@ -530,6 +529,10 @@ sr_Latn{
zxx{"bez lingvističkog sadržaja"}
zza{"zaza"}
}
Languages%menu{
yue{"kantonski kineski"}
zh{"mandarinski kineski"}
}
Languages%short{
az{"azerski"}
}

View File

@ -13,9 +13,12 @@ sr_Latn_BA{
nqo{"nko"}
shi{"južni šilha"}
si{"sinhalski"}
sw_CD{"kisvahili"}
tzm{"centralnoatlaski tamašek"}
xh{"isikosa"}
zgh{"standardni marokanski tamašek"}
zh_Hans{"pojednostavljeni kineski"}
zh_Hant{"tradicionalni kineski"}
zu{"isizulu"}
}
Version{"36"}

View File

@ -2,44 +2,42 @@
// License & terms of use: http://www.unicode.org/copyright.html#License
yo_BJ{
Languages{
ar{"Èdè Arabiki"}
da{"Èdè Ilɛ̀ Denmark"}
de{"Èdè Ilɛ̀ Jámánì"}
de_AT{"Èdè Ilɛ̀ Jámánì orílɛ̀-èdè Ɔ́síríà )"}
de_AT{"Èdè Jámánì (Ɔ́síríà )"}
de_CH{"Èdè Ilɛ̀ Jámánì (Orílɛ́ède swítsàlandì)"}
en{"Èdè Gɛ̀ɛ́sì"}
en_AU{"Èdè Gɛ̀ɛ́sì (órílɛ̀-èdè Ɔsirélíà)"}
en_CA{"Èdè Gɛ̀ɛ́sì (Orílɛ̀-èdè Kánádà)"}
en_GB{"Èdè òyìnbó Gɛ̀ɛ́sì"}
es{"Èdè Sípáníìshì"}
es_419{"Èdè Sípáníìshì (orílɛ̀-èdè Látìn-Amɛ́ríkà)"}
es_419{
"Èdè Sípáníìshì (orílɛ̀-èdè Látìn-Amɛ́ríkà) ( Èdè Sípáníìshì (Látìn-Amɛ́r"
"íkà)"
}
es_ES{"Èdè Sípáníìshì (orílɛ̀-èdè Yúróòpù)"}
es_MX{"Èdè Sípáníìshì (orílɛ̀-èdè Mɛ́síkò)"}
fr_CA{"Èdè Faransé (orílɛ̀-èdè Kánádà)"}
fr_CH{"Èdè Faransé (orílɛ̀-èdè swítsàlandì)"}
hi{"Èdè Hindi"}
id{"Èdè Indonasia"}
ig{"Èdè Ibo"}
it{"Èdè ilɛ̀ Ítálì"}
ja{"Èdè ilɛ̀ Japan"}
ko{"Èdè Koria"}
nl{"Èdè Duki"}
pl{"Èdè Ilɛ̀ Polandi"}
fr_CH{"Èdè Faranshé (Súwísàlaǹdì)"}
id{"Èdè Indonéshíà"}
nl{"Èdè Dɔ́ɔ̀shì"}
pt{"Èdè Pɔtogí"}
pt_BR{"Èdè Pɔtogí (Orilɛ̀-èdè Bràsíl)"}
pt_PT{"Èdè Pɔtogí (orílɛ̀-èdè Yúróòpù)"}
ru{"Èdè Rɔsià"}
ru{"Èdè Rɔ́shíà"}
tr{"Èdè Tɔɔkisi"}
und{"Èdè àìmɔ̀"}
zh{"Èdè Mandarin tí wɔ́n ń sɔ lórílɛ̀-èdè Sháínà"}
zu{"Èdè Shulu"}
}
Languages%menu{
zh{"Sháídà, Mandrínì"}
}
Scripts{
Cyrl{"èdè ilɛ̀ Rɔ́shíà"}
Hans{"tí wɔ́n mú rɔrùn."}
Hant{"Hans àtɔwɔ́dɔ́wɔ́"}
Zxxx{"Aikɔsilɛ"}
Zzzz{"ɔ̀nà ìgbàkɔ̀wé àìmɔ̀"}
Zzzz{"Ìshɔwɔ́kɔ̀wé àìmɔ̀"}
}
Scripts%stand-alone{
Hans{"Hans tí wɔ́n mú rɔrùn."}
@ -48,6 +46,7 @@ yo_BJ{
Types{
calendar{
gregorian{"Kàlɛ́ńdà Gregory"}
iso8601{"Kàlɛ́ńdà ISO-8601"}
}
numbers{
latn{"Díjíítì Ìwɔ̀ Oòrùn"}
@ -55,6 +54,6 @@ yo_BJ{
}
Version{"36"}
codePatterns{
script{"ɔ̀nà ìgbàkɔ̀wé: {0}"}
script{"Ìshɔwɔ́kɔ̀wé: {0}"}
}
}

View File

@ -627,6 +627,14 @@ yue_Hans{
zxx{"无语言内容"}
zza{"扎扎文"}
}
Languages%long{
zh_Hans{"简体中文 (普通话)"}
zh_Hant{"繁体中文 (普通话)"}
}
Languages%menu{
yue{"中文 (粤语)"}
zh{"中文 (普通话)"}
}
Languages%short{
az{"亚塞拜然文"}
}

View File

@ -3,23 +3,6 @@
af_NA{
Version{"36"}
calendar{
generic{
DateTimePatterns{
"h:mm:ss a zzzz",
"h:mm:ss a z",
"h:mm:ss a",
"h:mm a",
"EEEE dd MMMM y G",
"dd MMMM y G",
"dd MMM y G",
"y-MM-dd GGGGG",
"{1} {0}",
"{1} 'om' {0}",
"{1} 'om' {0}",
"{1} {0}",
"{1} {0}",
}
}
gregorian{
DateTimePatterns{
"h:mm:ss a zzzz",

View File

@ -1,6 +1,9 @@
// © 2016 and later: Unicode, Inc. and others.
// License & terms of use: http://www.unicode.org/copyright.html#License
ar_AE{
NumberElements{
default{"arab"}
}
Version{"36"}
calendar{
gregorian{

View File

@ -1,5 +1,8 @@
// © 2016 and later: Unicode, Inc. and others.
// License & terms of use: http://www.unicode.org/copyright.html#License
ar_BH{
NumberElements{
default{"arab"}
}
Version{"36"}
}

View File

@ -1,5 +1,8 @@
// © 2016 and later: Unicode, Inc. and others.
// License & terms of use: http://www.unicode.org/copyright.html#License
ar_DJ{
NumberElements{
default{"arab"}
}
Version{"36"}
}

View File

@ -1,5 +1,8 @@
// © 2016 and later: Unicode, Inc. and others.
// License & terms of use: http://www.unicode.org/copyright.html#License
ar_EG{
NumberElements{
default{"arab"}
}
Version{"36"}
}

View File

@ -1,5 +1,8 @@
// © 2016 and later: Unicode, Inc. and others.
// License & terms of use: http://www.unicode.org/copyright.html#License
ar_ER{
NumberElements{
default{"arab"}
}
Version{"36"}
}

View File

@ -1,6 +1,9 @@
// © 2016 and later: Unicode, Inc. and others.
// License & terms of use: http://www.unicode.org/copyright.html#License
ar_IL{
NumberElements{
default{"arab"}
}
Version{"36"}
calendar{
gregorian{

View File

@ -1,6 +1,9 @@
// © 2016 and later: Unicode, Inc. and others.
// License & terms of use: http://www.unicode.org/copyright.html#License
ar_IQ{
NumberElements{
default{"arab"}
}
Version{"36"}
calendar{
gregorian{

View File

@ -1,6 +1,9 @@
// © 2016 and later: Unicode, Inc. and others.
// License & terms of use: http://www.unicode.org/copyright.html#License
ar_JO{
NumberElements{
default{"arab"}
}
Version{"36"}
calendar{
gregorian{

View File

@ -1,6 +1,9 @@
// © 2016 and later: Unicode, Inc. and others.
// License & terms of use: http://www.unicode.org/copyright.html#License
ar_KM{
NumberElements{
default{"arab"}
}
Version{"36"}
calendar{
gregorian{

View File

@ -1,5 +1,8 @@
// © 2016 and later: Unicode, Inc. and others.
// License & terms of use: http://www.unicode.org/copyright.html#License
ar_KW{
NumberElements{
default{"arab"}
}
Version{"36"}
}

View File

@ -3,6 +3,7 @@
ar_LB{
ExemplarCharactersNumbers{"[\u200E \\- , . % ‰ + 0 1 2 3 4 5 6 7 8 9]"}
NumberElements{
default{"arab"}
latn{
symbols{
decimal{","}

View File

@ -3,6 +3,7 @@
ar_MR{
ExemplarCharactersNumbers{"[\u200E \\- , . % ‰ + 0 1 2 3 4 5 6 7 8 9]"}
NumberElements{
default{"arab"}
latn{
symbols{
decimal{","}

View File

@ -1,5 +1,8 @@
// © 2016 and later: Unicode, Inc. and others.
// License & terms of use: http://www.unicode.org/copyright.html#License
ar_OM{
NumberElements{
default{"arab"}
}
Version{"36"}
}

View File

@ -1,6 +1,9 @@
// © 2016 and later: Unicode, Inc. and others.
// License & terms of use: http://www.unicode.org/copyright.html#License
ar_PS{
NumberElements{
default{"arab"}
}
Version{"36"}
calendar{
gregorian{

View File

@ -1,5 +1,8 @@
// © 2016 and later: Unicode, Inc. and others.
// License & terms of use: http://www.unicode.org/copyright.html#License
ar_QA{
NumberElements{
default{"arab"}
}
Version{"36"}
}

View File

@ -3,6 +3,7 @@
ar_SA{
ExemplarCharactersNumbers{"[\u200E \\- , . ٪ ‰ + 0 1 2 3 4 5 6 7 8 9]"}
NumberElements{
default{"arab"}
latn{
symbols{
percentSign{"٪"}

View File

@ -1,5 +1,8 @@
// © 2016 and later: Unicode, Inc. and others.
// License & terms of use: http://www.unicode.org/copyright.html#License
ar_SD{
NumberElements{
default{"arab"}
}
Version{"36"}
}

View File

@ -3,6 +3,7 @@
ar_SO{
ExemplarCharactersNumbers{"[\u200E \\- , . ٪ ‰ + 0 1 2 3 4 5 6 7 8 9]"}
NumberElements{
default{"arab"}
latn{
symbols{
percentSign{"٪"}

View File

@ -1,5 +1,8 @@
// © 2016 and later: Unicode, Inc. and others.
// License & terms of use: http://www.unicode.org/copyright.html#License
ar_SS{
NumberElements{
default{"arab"}
}
Version{"36"}
}

View File

@ -1,6 +1,9 @@
// © 2016 and later: Unicode, Inc. and others.
// License & terms of use: http://www.unicode.org/copyright.html#License
ar_SY{
NumberElements{
default{"arab"}
}
Version{"36"}
calendar{
gregorian{

View File

@ -1,5 +1,8 @@
// © 2016 and later: Unicode, Inc. and others.
// License & terms of use: http://www.unicode.org/copyright.html#License
ar_TD{
NumberElements{
default{"arab"}
}
Version{"36"}
}

View File

@ -1,5 +1,8 @@
// © 2016 and later: Unicode, Inc. and others.
// License & terms of use: http://www.unicode.org/copyright.html#License
ar_YE{
NumberElements{
default{"arab"}
}
Version{"36"}
}

View File

@ -41,96 +41,72 @@ be{
many{"0 тысяч"}
one{"0 тысяча"}
other{"0 тысячы"}
two{"0 тыс'.'"}
zero{"0 тыс'.'"}
}
10000{
few{"00 тысячы"}
many{"00 тысяч"}
one{"00 тысяча"}
other{"00 тысячы"}
two{"00 тыс'.'"}
zero{"00 тыс'.'"}
}
100000{
few{"000 тысячы"}
many{"000 тысяч"}
one{"000 тысяча"}
other{"000 тысячы"}
two{"000 тыс'.'"}
zero{"000 тыс'.'"}
}
1000000{
few{"0 мільёны"}
many{"0 мільёнаў"}
one{"0 мільён"}
other{"0 мільёна"}
two{"0 млн"}
zero{"0 млн"}
}
10000000{
few{"00 мільёны"}
many{"00 мільёнаў"}
one{"00 мільён"}
other{"00 мільёна"}
two{"00 млн"}
zero{"00 млн"}
}
100000000{
few{"000 мільёны"}
many{"000 мільёнаў"}
one{"000 мільён"}
other{"000 мільёна"}
two{"000 млн"}
zero{"000 млн"}
}
1000000000{
few{"0 мільярды"}
many{"0 мільярдаў"}
one{"0 мільярд"}
other{"0 мільярда"}
two{"0 млрд"}
zero{"0 млрд"}
}
10000000000{
few{"00 мільярды"}
many{"00 мільярдаў"}
one{"00 мільярд"}
other{"00 мільярда"}
two{"00 млрд"}
zero{"00 млрд"}
}
100000000000{
few{"000 мільярды"}
many{"000 мільярдаў"}
one{"000 мільярд"}
other{"000 мільярда"}
two{"000 млрд"}
zero{"000 млрд"}
}
1000000000000{
few{"0 трыльёны"}
many{"0 трыльёнаў"}
one{"0 трыльён"}
other{"0 трыльёна"}
two{"0 трлн"}
zero{"0 трлн"}
}
10000000000000{
few{"00 трыльёны"}
many{"00 трыльёнаў"}
one{"00 трыльён"}
other{"00 трыльёна"}
two{"00 трлн"}
zero{"00 трлн"}
}
100000000000000{
few{"000 трыльёны"}
many{"000 трыльёнаў"}
one{"000 трыльён"}
other{"000 трыльёна"}
two{"000 трлн"}
zero{"000 трлн"}
}
}
}
@ -215,96 +191,72 @@ be{
many{"0 тыс'.'"}
one{"0 тыс'.'"}
other{"0 тыс'.'"}
two{"0 тыс'.'"}
zero{"0 тыс'.'"}
}
10000{
few{"00 тыс'.'"}
many{"00 тыс'.'"}
one{"00 тыс'.'"}
other{"00 тыс'.'"}
two{"00 тыс'.'"}
zero{"00 тыс'.'"}
}
100000{
few{"000 тыс'.'"}
many{"000 тыс'.'"}
one{"000 тыс'.'"}
other{"000 тыс'.'"}
two{"000 тыс'.'"}
zero{"000 тыс'.'"}
}
1000000{
few{"0 млн"}
many{"0 млн"}
one{"0 млн"}
other{"0 млн"}
two{"0 млн"}
zero{"0 млн"}
}
10000000{
few{"00 млн"}
many{"00 млн"}
one{"00 млн"}
other{"00 млн"}
two{"00 млн"}
zero{"00 млн"}
}
100000000{
few{"000 млн"}
many{"000 млн"}
one{"000 млн"}
other{"000 млн"}
two{"000 млн"}
zero{"000 млн"}
}
1000000000{
few{"0 млрд"}
many{"0 млрд"}
one{"0 млрд"}
other{"0 млрд"}
two{"0 млрд"}
zero{"0 млрд"}
}
10000000000{
few{"00 млрд"}
many{"00 млрд"}
one{"00 млрд"}
other{"00 млрд"}
two{"00 млрд"}
zero{"00 млрд"}
}
100000000000{
few{"000 млрд"}
many{"000 млрд"}
one{"000 млрд"}
other{"000 млрд"}
two{"000 млрд"}
zero{"000 млрд"}
}
1000000000000{
few{"0 трлн"}
many{"0 трлн"}
one{"0 трлн"}
other{"0 трлн"}
two{"0 трлн"}
zero{"0 трлн"}
}
10000000000000{
few{"00 трлн"}
many{"00 трлн"}
one{"00 трлн"}
other{"00 трлн"}
two{"00 трлн"}
zero{"00 трлн"}
}
100000000000000{
few{"000 трлн"}
many{"000 трлн"}
one{"000 трлн"}
other{"000 трлн"}
two{"000 трлн"}
zero{"000 трлн"}
}
}
}

View File

@ -164,7 +164,6 @@ br{
one{"0 miliad"}
other{"0 miliad"}
two{"0 viliad"}
zero{"0k"}
}
10000{
few{"00 miliad"}
@ -172,7 +171,6 @@ br{
one{"00 miliad"}
other{"00 miliad"}
two{"00 viliad"}
zero{"00k"}
}
100000{
few{"000 miliad"}
@ -180,7 +178,6 @@ br{
one{"000 miliad"}
other{"000 miliad"}
two{"000 viliad"}
zero{"000k"}
}
1000000{
few{"0 milion"}
@ -188,7 +185,6 @@ br{
one{"0 milion"}
other{"0 milion"}
two{"0 v/milion"}
zero{"0M"}
}
10000000{
few{"00 milion"}
@ -196,7 +192,6 @@ br{
one{"00 milion"}
other{"00 milion"}
two{"00 v/milion"}
zero{"00M"}
}
100000000{
few{"000 milion"}
@ -204,7 +199,6 @@ br{
one{"000 milion"}
other{"000 milion"}
two{"000 v/milion"}
zero{"000M"}
}
1000000000{
few{"0 miliard"}
@ -212,7 +206,6 @@ br{
one{"0 miliard"}
other{"0 miliard"}
two{"0 viliard"}
zero{"0G"}
}
10000000000{
few{"00 miliard"}
@ -220,7 +213,6 @@ br{
one{"00 miliard"}
other{"00 miliard"}
two{"00 viliard"}
zero{"00G"}
}
100000000000{
few{"000 miliard"}
@ -228,7 +220,6 @@ br{
one{"000 miliard"}
other{"000 miliard"}
two{"000 viliard"}
zero{"000G"}
}
1000000000000{
few{"0 bilion"}
@ -236,7 +227,6 @@ br{
one{"0 bilion"}
other{"0 bilion"}
two{"0 v/bilion"}
zero{"0T"}
}
10000000000000{
few{"00 bilion"}
@ -244,7 +234,6 @@ br{
one{"00 bilion"}
other{"00 bilion"}
two{"00 v/bilion"}
zero{"00T"}
}
100000000000000{
few{"000 bilion"}
@ -252,7 +241,6 @@ br{
one{"000 bilion"}
other{"000 bilion"}
two{"000 v/bilion"}
zero{"000T"}
}
}
}
@ -350,7 +338,6 @@ br{
one{"0k"}
other{"0k"}
two{"0k"}
zero{"0k"}
}
10000{
few{"00k"}
@ -358,7 +345,6 @@ br{
one{"00k"}
other{"00k"}
two{"00k"}
zero{"00k"}
}
100000{
few{"000k"}
@ -366,7 +352,6 @@ br{
one{"000k"}
other{"000k"}
two{"000k"}
zero{"000k"}
}
1000000{
few{"0M"}
@ -374,7 +359,6 @@ br{
one{"0M"}
other{"0M"}
two{"0M"}
zero{"0M"}
}
10000000{
few{"00M"}
@ -382,7 +366,6 @@ br{
one{"00M"}
other{"00M"}
two{"00M"}
zero{"00M"}
}
100000000{
few{"000M"}
@ -390,7 +373,6 @@ br{
one{"000M"}
other{"000M"}
two{"000M"}
zero{"000M"}
}
1000000000{
few{"0G"}
@ -398,7 +380,6 @@ br{
one{"0G"}
other{"0G"}
two{"0G"}
zero{"0G"}
}
10000000000{
few{"00G"}
@ -406,7 +387,6 @@ br{
one{"00G"}
other{"00G"}
two{"00G"}
zero{"00G"}
}
100000000000{
few{"000G"}
@ -414,7 +394,6 @@ br{
one{"000G"}
other{"000G"}
two{"000G"}
zero{"000G"}
}
1000000000000{
few{"0T"}
@ -422,7 +401,6 @@ br{
one{"0T"}
other{"0T"}
two{"0T"}
zero{"0T"}
}
10000000000000{
few{"00T"}
@ -430,7 +408,6 @@ br{
one{"00T"}
other{"00T"}
two{"00T"}
zero{"00T"}
}
100000000000000{
few{"000T"}
@ -438,7 +415,6 @@ br{
one{"000T"}
other{"000T"}
two{"000T"}
zero{"000T"}
}
}
}

View File

@ -35,99 +35,63 @@ bs{
decimalFormat{
1000{
few{"0 hiljade"}
many{"0 hilj'.'"}
one{"0 hiljada"}
other{"0 hiljada"}
two{"0 hilj'.'"}
zero{"0 hilj'.'"}
}
10000{
few{"00 hiljade"}
many{"00 hilj'.'"}
one{"00 hiljada"}
other{"00 hiljada"}
two{"00 hilj'.'"}
zero{"00 hilj'.'"}
}
100000{
few{"000 hiljade"}
many{"000 hilj'.'"}
one{"000 hiljada"}
other{"000 hiljada"}
two{"000 hilj'.'"}
zero{"000 hilj'.'"}
}
1000000{
few{"0 miliona"}
many{"0 mil'.'"}
one{"0 milion"}
other{"0 miliona"}
two{"0 mil'.'"}
zero{"0 mil'.'"}
}
10000000{
few{"00 miliona"}
many{"00 mil'.'"}
one{"00 milion"}
other{"00 miliona"}
two{"00 mil'.'"}
zero{"00 mil'.'"}
}
100000000{
few{"000 miliona"}
many{"000 mil'.'"}
one{"000 milion"}
other{"000 miliona"}
two{"000 mil'.'"}
zero{"000 mil'.'"}
}
1000000000{
few{"0 milijarde"}
many{"0 mlr'.'"}
one{"0 milijarda"}
other{"0 milijardi"}
two{"0 mlr'.'"}
zero{"0 mlr'.'"}
}
10000000000{
few{"00 milijarde"}
many{"00 mlr'.'"}
one{"00 milijarda"}
other{"00 milijardi"}
two{"00 mlr'.'"}
zero{"00 mlr'.'"}
}
100000000000{
few{"000 milijarde"}
many{"000 mlr'.'"}
one{"000 milijarda"}
other{"000 milijardi"}
two{"000 mlr'.'"}
zero{"000 mlr'.'"}
}
1000000000000{
few{"0 biliona"}
many{"0 bil'.'"}
one{"0 bilion"}
other{"0 biliona"}
two{"0 bil'.'"}
zero{"0 bil'.'"}
}
10000000000000{
few{"00 biliona"}
many{"00 bil'.'"}
one{"00 bilion"}
other{"00 biliona"}
two{"00 bil'.'"}
zero{"00 bil'.'"}
}
100000000000000{
few{"000 biliona"}
many{"000 bil'.'"}
one{"000 bilion"}
other{"000 biliona"}
two{"000 bil'.'"}
zero{"000 bil'.'"}
}
}
}
@ -197,99 +161,63 @@ bs{
decimalFormat{
1000{
few{"0 hilj'.'"}
many{"0 hilj'.'"}
one{"0 hilj'.'"}
other{"0 hilj'.'"}
two{"0 hilj'.'"}
zero{"0 hilj'.'"}
}
10000{
few{"00 hilj'.'"}
many{"00 hilj'.'"}
one{"00 hilj'.'"}
other{"00 hilj'.'"}
two{"00 hilj'.'"}
zero{"00 hilj'.'"}
}
100000{
few{"000 hilj'.'"}
many{"000 hilj'.'"}
one{"000 hilj'.'"}
other{"000 hilj'.'"}
two{"000 hilj'.'"}
zero{"000 hilj'.'"}
}
1000000{
few{"0 mil'.'"}
many{"0 mil'.'"}
one{"0 mil'.'"}
other{"0 mil'.'"}
two{"0 mil'.'"}
zero{"0 mil'.'"}
}
10000000{
few{"00 mil'.'"}
many{"00 mil'.'"}
one{"00 mil'.'"}
other{"00 mil'.'"}
two{"00 mil'.'"}
zero{"00 mil'.'"}
}
100000000{
few{"000 mil'.'"}
many{"000 mil'.'"}
one{"000 mil'.'"}
other{"000 mil'.'"}
two{"000 mil'.'"}
zero{"000 mil'.'"}
}
1000000000{
few{"0 mlr'.'"}
many{"0 mlr'.'"}
one{"0 mlr'.'"}
other{"0 mlr'.'"}
two{"0 mlr'.'"}
zero{"0 mlr'.'"}
}
10000000000{
few{"00 mlr'.'"}
many{"00 mlr'.'"}
one{"00 mlr'.'"}
other{"00 mlr'.'"}
two{"00 mlr'.'"}
zero{"00 mlr'.'"}
}
100000000000{
few{"000 mlr'.'"}
many{"000 mlr'.'"}
one{"000 mlr'.'"}
other{"000 mlr'.'"}
two{"000 mlr'.'"}
zero{"000 mlr'.'"}
}
1000000000000{
few{"0 bil'.'"}
many{"0 bil'.'"}
one{"0 bil'.'"}
other{"0 bil'.'"}
two{"0 bil'.'"}
zero{"0 bil'.'"}
}
10000000000000{
few{"00 bil'.'"}
many{"00 bil'.'"}
one{"00 bil'.'"}
other{"00 bil'.'"}
two{"00 bil'.'"}
zero{"00 bil'.'"}
}
100000000000000{
few{"000 bil'.'"}
many{"000 bil'.'"}
one{"000 bil'.'"}
other{"000 bil'.'"}
two{"000 bil'.'"}
zero{"000 bil'.'"}
}
}
}
@ -322,23 +250,6 @@ bs{
}
Version{"36"}
calendar{
chinese{
DateTimePatterns{
"HH:mm:ss zzzz",
"HH:mm:ss z",
"HH:mm:ss",
"HH:mm",
"r(U) MMMM d, EEEE",
"r(U) MMMM d",
"r MMM d",
"r-MM-dd",
"{1} {0}",
"{1} {0}",
"{1} {0}",
"{1} {0}",
"{1} {0}",
}
}
generic{
DateTimePatterns{
"HH:mm:ss zzzz",

View File

@ -22,99 +22,63 @@ bs_Cyrl{
decimalFormat{
1000{
few{"0"}
many{"0"}
one{"0"}
other{"0"}
two{"0"}
zero{"0"}
}
10000{
few{"00 хиљ"}
many{"00 хиљ"}
one{"00 хиљ"}
other{"00 хиљ"}
two{"00 хиљ"}
zero{"00 хиљ"}
}
100000{
few{"000 хиљ"}
many{"000 хиљ"}
one{"000 хиљ"}
other{"000 хиљ"}
two{"000 хиљ"}
zero{"000 хиљ"}
}
1000000{
few{"0 мил"}
many{"0 мил"}
one{"0 мил"}
other{"0 мил"}
two{"0 мил"}
zero{"0 мил"}
}
10000000{
few{"00 мил"}
many{"00 мил"}
one{"00 мил"}
other{"00 мил"}
two{"00 мил"}
zero{"00 мил"}
}
100000000{
few{"000 мил"}
many{"000 мил"}
one{"000 мил"}
other{"000 мил"}
two{"000 мил"}
zero{"000 мил"}
}
1000000000{
few{"0 млрд"}
many{"0 млрд"}
one{"0 млрд"}
other{"0 млрд"}
two{"0 млрд"}
zero{"0 млрд"}
}
10000000000{
few{"00 млрд"}
many{"00 млрд"}
one{"00 млрд"}
other{"00 млрд"}
two{"00 млрд"}
zero{"00 млрд"}
}
100000000000{
few{"000 млрд"}
many{"000 млрд"}
one{"000 млрд"}
other{"000 млрд"}
two{"000 млрд"}
zero{"000 млрд"}
}
1000000000000{
few{"0 бил"}
many{"0 бил"}
one{"0 бил"}
other{"0 бил"}
two{"0 бил"}
zero{"0 бил"}
}
10000000000000{
few{"00 бил"}
many{"00 бил"}
one{"00 бил"}
other{"00 бил"}
two{"00 бил"}
zero{"00 бил"}
}
100000000000000{
few{"000 бил"}
many{"000 бил"}
one{"000 бил"}
other{"000 бил"}
two{"000 бил"}
zero{"000 бил"}
}
}
}
@ -184,99 +148,63 @@ bs_Cyrl{
decimalFormat{
1000{
few{"0"}
many{"0"}
one{"0"}
other{"0"}
two{"0"}
zero{"0"}
}
10000{
few{"00 хиљ"}
many{"00 хиљ"}
one{"00 хиљ"}
other{"00 хиљ"}
two{"00 хиљ"}
zero{"00 хиљ"}
}
100000{
few{"000 хиљ"}
many{"000 хиљ"}
one{"000 хиљ"}
other{"000 хиљ"}
two{"000 хиљ"}
zero{"000 хиљ"}
}
1000000{
few{"0 мил"}
many{"0 мил"}
one{"0 мил"}
other{"0 мил"}
two{"0 мил"}
zero{"0 мил"}
}
10000000{
few{"00 мил"}
many{"00 мил"}
one{"00 мил"}
other{"00 мил"}
two{"00 мил"}
zero{"00 мил"}
}
100000000{
few{"000 мил"}
many{"000 мил"}
one{"000 мил"}
other{"000 мил"}
two{"000 мил"}
zero{"000 мил"}
}
1000000000{
few{"0 млрд"}
many{"0 млрд"}
one{"0 млрд"}
other{"0 млрд"}
two{"0 млрд"}
zero{"0 млрд"}
}
10000000000{
few{"00 млрд"}
many{"00 млрд"}
one{"00 млрд"}
other{"00 млрд"}
two{"00 млрд"}
zero{"00 млрд"}
}
100000000000{
few{"000 млрд"}
many{"000 млрд"}
one{"000 млрд"}
other{"000 млрд"}
two{"000 млрд"}
zero{"000 млрд"}
}
1000000000000{
few{"0 бил"}
many{"0 бил"}
one{"0 бил"}
other{"0 бил"}
two{"0 бил"}
zero{"0 бил"}
}
10000000000000{
few{"00 бил"}
many{"00 бил"}
one{"00 бил"}
other{"00 бил"}
two{"00 бил"}
zero{"00 бил"}
}
100000000000000{
few{"000 бил"}
many{"000 бил"}
one{"000 бил"}
other{"000 бил"}
two{"000 бил"}
zero{"000 бил"}
}
}
}

View File

@ -49,26 +49,14 @@ ccp{
patternsShort{
decimalFormat{
1000000000{
one{"0G"}
other{"0G"}
}
10000000000{
one{"00G"}
other{"00G"}
}
100000000000{
one{"000G"}
other{"000G"}
}
1000000000000{
one{"0T"}
}
10000000000000{
one{"00T"}
}
100000000000000{
one{"000T"}
}
}
}
symbols{

View File

@ -161,96 +161,72 @@ cs{
many{"0 tisíce"}
one{"0 tisíc"}
other{"0 tisíc"}
two{"0 tis'.'"}
zero{"0 tis'.'"}
}
10000{
few{"00 tisíc"}
many{"00 tisíce"}
one{"00 tisíc"}
other{"00 tisíc"}
two{"00 tis'.'"}
zero{"00 tis'.'"}
}
100000{
few{"000 tisíc"}
many{"000 tisíce"}
one{"000 tisíc"}
other{"000 tisíc"}
two{"000 tis'.'"}
zero{"000 tis'.'"}
}
1000000{
few{"0 miliony"}
many{"0 milionu"}
one{"0 milion"}
other{"0 milionů"}
two{"0 mil'.'"}
zero{"0 mil'.'"}
}
10000000{
few{"00 milionů"}
many{"00 milionu"}
one{"00 milionů"}
other{"00 milionů"}
two{"00 mil'.'"}
zero{"00 mil'.'"}
}
100000000{
few{"000 milionů"}
many{"000 milionu"}
one{"000 milionů"}
other{"000 milionů"}
two{"000 mil'.'"}
zero{"000 mil'.'"}
}
1000000000{
few{"0 miliardy"}
many{"0 miliardy"}
one{"0 miliarda"}
other{"0 miliard"}
two{"0 mld'.'"}
zero{"0 mld'.'"}
}
10000000000{
few{"00 miliard"}
many{"00 miliardy"}
one{"00 miliard"}
other{"00 miliard"}
two{"00 mld'.'"}
zero{"00 mld'.'"}
}
100000000000{
few{"000 miliard"}
many{"000 miliardy"}
one{"000 miliard"}
other{"000 miliard"}
two{"000 mld'.'"}
zero{"000 mld'.'"}
}
1000000000000{
few{"0 biliony"}
many{"0 bilionu"}
one{"0 bilion"}
other{"0 bilionů"}
two{"0 bil'.'"}
zero{"0 bil'.'"}
}
10000000000000{
few{"00 bilionů"}
many{"00 bilionu"}
one{"00 bilionů"}
other{"00 bilionů"}
two{"00 bil'.'"}
zero{"00 bil'.'"}
}
100000000000000{
few{"000 bilionů"}
many{"000 bilionu"}
one{"000 bilionů"}
other{"000 bilionů"}
two{"000 bil'.'"}
zero{"000 bil'.'"}
}
}
}
@ -335,96 +311,72 @@ cs{
many{"0 tis'.'"}
one{"0 tis'.'"}
other{"0 tis'.'"}
two{"0 tis'.'"}
zero{"0 tis'.'"}
}
10000{
few{"00 tis'.'"}
many{"00 tis'.'"}
one{"00 tis'.'"}
other{"00 tis'.'"}
two{"00 tis'.'"}
zero{"00 tis'.'"}
}
100000{
few{"000 tis'.'"}
many{"000 tis'.'"}
one{"000 tis'.'"}
other{"000 tis'.'"}
two{"000 tis'.'"}
zero{"000 tis'.'"}
}
1000000{
few{"0 mil'.'"}
many{"0 mil'.'"}
one{"0 mil'.'"}
other{"0 mil'.'"}
two{"0 mil'.'"}
zero{"0 mil'.'"}
}
10000000{
few{"00 mil'.'"}
many{"00 mil'.'"}
one{"00 mil'.'"}
other{"00 mil'.'"}
two{"00 mil'.'"}
zero{"00 mil'.'"}
}
100000000{
few{"000 mil'.'"}
many{"000 mil'.'"}
one{"000 mil'.'"}
other{"000 mil'.'"}
two{"000 mil'.'"}
zero{"000 mil'.'"}
}
1000000000{
few{"0 mld'.'"}
many{"0 mld'.'"}
one{"0 mld'.'"}
other{"0 mld'.'"}
two{"0 mld'.'"}
zero{"0 mld'.'"}
}
10000000000{
few{"00 mld'.'"}
many{"00 mld'.'"}
one{"00 mld'.'"}
other{"00 mld'.'"}
two{"00 mld'.'"}
zero{"00 mld'.'"}
}
100000000000{
few{"000 mld'.'"}
many{"000 mld'.'"}
one{"000 mld'.'"}
other{"000 mld'.'"}
two{"000 mld'.'"}
zero{"000 mld'.'"}
}
1000000000000{
few{"0 bil'.'"}
many{"0 bil'.'"}
one{"0 bil'.'"}
other{"0 bil'.'"}
two{"0 bil'.'"}
zero{"0 bil'.'"}
}
10000000000000{
few{"00 bil'.'"}
many{"00 bil'.'"}
one{"00 bil'.'"}
other{"00 bil'.'"}
two{"00 bil'.'"}
zero{"00 bil'.'"}
}
100000000000000{
few{"000 bil'.'"}
many{"000 bil'.'"}
one{"000 bil'.'"}
other{"000 bil'.'"}
two{"000 bil'.'"}
zero{"000 bil'.'"}
}
}
}

View File

@ -32,99 +32,75 @@ dsb{
decimalFormat{
1000{
few{"0 tysac"}
many{"0 tys'.'"}
one{"0 tysac"}
other{"0 tysac"}
two{"0 tysac"}
zero{"0 tys'.'"}
}
10000{
few{"00 tysac"}
many{"00 tys'.'"}
one{"00 tysac"}
other{"00 tysac"}
two{"00 tysac"}
zero{"00 tys'.'"}
}
100000{
few{"000 tysac"}
many{"000 tys'.'"}
one{"000 tysac"}
other{"000 tysac"}
two{"000 tysac"}
zero{"000 tys'.'"}
}
1000000{
few{"0 miliony"}
many{"0 mio'.'"}
one{"0 milion"}
other{"0 milionow"}
two{"0 miliona"}
zero{"0 mio'.'"}
}
10000000{
few{"00 milionow"}
many{"00 mio'.'"}
one{"00 milionow"}
other{"00 milionow"}
two{"00 milionow"}
zero{"00 mio'.'"}
}
100000000{
few{"000 milionow"}
many{"000 mio'.'"}
one{"000 milionow"}
other{"000 milionow"}
two{"000 milionow"}
zero{"000 mio'.'"}
}
1000000000{
few{"0 miliardy"}
many{"0 mrd'.'"}
one{"0 miliarda"}
other{"0 miliardow"}
two{"0 miliarźe"}
zero{"0 mrd'.'"}
}
10000000000{
few{"00 miliardow"}
many{"00 mrd'.'"}
one{"00 miliardow"}
other{"00 miliardow"}
two{"00 miliardow"}
zero{"00 mrd'.'"}
}
100000000000{
few{"000 miliardow"}
many{"000 mrd'.'"}
one{"000 miliardow"}
other{"000 miliardow"}
two{"000 miliardow"}
zero{"000 mrd'.'"}
}
1000000000000{
few{"0 biliony"}
many{"0 bil'.'"}
one{"0 bilion"}
other{"0 bilionow"}
two{"0 biliona"}
zero{"0 bil'.'"}
}
10000000000000{
few{"00 bilionow"}
many{"00 bil'.'"}
one{"00 bilionow"}
other{"00 bilionow"}
two{"00 bilionow"}
zero{"00 bil'.'"}
}
100000000000000{
few{"000 bilionow"}
many{"000 bil'.'"}
one{"000 bilionow"}
other{"000 bilionow"}
two{"000 bilionow"}
zero{"000 bil'.'"}
}
}
}
@ -132,99 +108,75 @@ dsb{
decimalFormat{
1000{
few{"0 tys'.'"}
many{"0 tys'.'"}
one{"0 tys'.'"}
other{"0 tys'.'"}
two{"0 tys'.'"}
zero{"0 tys'.'"}
}
10000{
few{"00 tys'.'"}
many{"00 tys'.'"}
one{"00 tys'.'"}
other{"00 tys'.'"}
two{"00 tys'.'"}
zero{"00 tys'.'"}
}
100000{
few{"000 tys'.'"}
many{"000 tys'.'"}
one{"000 tys'.'"}
other{"000 tys'.'"}
two{"000 tys'.'"}
zero{"000 tys'.'"}
}
1000000{
few{"0 mio'.'"}
many{"0 mio'.'"}
one{"0 mio'.'"}
other{"0 mio'.'"}
two{"0 mio'.'"}
zero{"0 mio'.'"}
}
10000000{
few{"00 mio'.'"}
many{"00 mio'.'"}
one{"00 mio'.'"}
other{"00 mio'.'"}
two{"00 mio'.'"}
zero{"00 mio'.'"}
}
100000000{
few{"000 mio'.'"}
many{"000 mio'.'"}
one{"000 mio'.'"}
other{"000 mio'.'"}
two{"000 mio'.'"}
zero{"000 mio'.'"}
}
1000000000{
few{"0 mrd'.'"}
many{"0 mrd'.'"}
one{"0 mrd'.'"}
other{"0 mrd'.'"}
two{"0 mrd'.'"}
zero{"0 mrd'.'"}
}
10000000000{
few{"00 mrd'.'"}
many{"00 mrd'.'"}
one{"00 mrd'.'"}
other{"00 mrd'.'"}
two{"00 mrd'.'"}
zero{"00 mrd'.'"}
}
100000000000{
few{"000 mrd'.'"}
many{"000 mrd'.'"}
one{"000 mrd'.'"}
other{"000 mrd'.'"}
two{"000 mrd'.'"}
zero{"000 mrd'.'"}
}
1000000000000{
few{"0 bil'.'"}
many{"0 bil'.'"}
one{"0 bil'.'"}
other{"0 bil'.'"}
two{"0 bil'.'"}
zero{"0 bil'.'"}
}
10000000000000{
few{"00 bil'.'"}
many{"00 bil'.'"}
one{"00 bil'.'"}
other{"00 bil'.'"}
two{"00 bil'.'"}
zero{"00 bil'.'"}
}
100000000000000{
few{"000 bil'.'"}
many{"000 bil'.'"}
one{"000 bil'.'"}
other{"000 bil'.'"}
two{"000 bil'.'"}
zero{"000 bil'.'"}
}
}
}

View File

@ -35,51 +35,39 @@ dz{
patternsLong{
decimalFormat{
1000{
one{"0K"}
other{"སྟོང་ཕྲག 0"}
}
10000{
one{"00K"}
other{"ཁྲི་ཕྲག 0"}
}
100000{
one{"000K"}
other{"འབུམ་ཕྲག 0"}
}
1000000{
one{"0M"}
other{"ས་ཡ་ 0"}
}
10000000{
one{"00M"}
other{"བྱེ་བ་ 0"}
}
100000000{
one{"000M"}
other{"དུང་ཕྱུར་ 0"}
}
1000000000{
one{"0G"}
other{"དུང་ཕྱུར་ 00"}
}
10000000000{
one{"00G"}
other{"དུང་ཕྱུར་བརྒྱ་ 0"}
}
100000000000{
one{"000G"}
other{"དུང་ཕྱུར་སྟོང 0"}
}
1000000000000{
one{"0T"}
other{"དུང་ཕྱུར་ཁྲི་ 0"}
}
10000000000000{
one{"00T"}
other{"དུང་ཕྱུར་འབུམ་ 0"}
}
100000000000000{
one{"000T"}
other{"དུང་ཕྱུར་ས་ཡ་ 0"}
}
}

View File

@ -202,23 +202,6 @@ ee{
}
Version{"36"}
calendar{
chinese{
DateTimePatterns{
"a 'ga' h:mm:ss zzzz",
"a 'ga' h:mm:ss z",
"a 'ga' h:mm:ss",
"a 'ga' h:mm",
"r(U) MMMM d, EEEE",
"r(U) MMMM d",
"r MMM d",
"r-MM-dd",
"{1} {0}",
"{1} {0}",
"{1} {0}",
"{1} {0}",
"{1} {0}",
}
}
generic{
DateTimePatterns{
"a 'ga' h:mm:ss zzzz",
@ -830,40 +813,6 @@ ee{
}
}
}
japanese{
DateTimePatterns{
"a 'ga' h:mm:ss zzzz",
"a 'ga' h:mm:ss z",
"a 'ga' h:mm:ss",
"a 'ga' h:mm",
"EEEE, MMMM d 'lia' y G",
"MMMM d 'lia' y G",
"MMM d 'lia', y G",
"M/d/y GGGGG",
"{1} {0}",
"{1} {0}",
"{1} {0}",
"{1} {0}",
"{1} {0}",
}
}
roc{
DateTimePatterns{
"a 'ga' h:mm:ss zzzz",
"a 'ga' h:mm:ss z",
"a 'ga' h:mm:ss",
"a 'ga' h:mm",
"EEEE, MMMM d 'lia' y G",
"MMMM d 'lia' y G",
"MMM d 'lia', y G",
"M/d/y GGGGG",
"{1} {0}",
"{1} {0}",
"{1} {0}",
"{1} {0}",
"{1} {0}",
}
}
}
delimiters{
alternateQuotationEnd{""}

View File

@ -109,7 +109,7 @@ en_001{
GyMMMEd{"E, d MMM y G"}
GyMMMd{"d MMM y G"}
M{"LL"}
MEd{"E, d/M"}
MEd{"E, dd/MM"}
MMMEd{"E, d MMM"}
MMMMd{"d MMMM"}
MMMd{"d MMM"}
@ -121,6 +121,36 @@ en_001{
yyyyMd{"dd/MM/y GGGGG"}
}
intervalFormats{
Gy{
y{"yy G"}
}
GyMEd{
G{"E, dd/MM/y GGGGG E, dd/MM/y GGGGG"}
M{"E, dd/MM/y E, dd/MM/y GGGGG"}
d{"E, dd/MM/y E, dd/MM/y GGGGG"}
y{"E, dd/MM/y E, dd/MM/y GGGGG"}
}
GyMMMEd{
G{"E, d MMM y G E, d MMM y G"}
M{"E, d MMM E, d MMM y G"}
d{"E, d MMM E, d MMM y G"}
y{"E, d MMM y E, d MMM y G"}
}
GyMMMd{
G{"d MMM y G d MMM y G"}
M{"d MMM d MMM y G"}
d{"dd MMM y G"}
y{"d MMM y d MMM y G"}
}
GyMd{
G{"dd/MM/y GGGGG dd/MM/y GGGGG"}
M{"dd/MM/y dd/MM/y GGGGG"}
d{"dd/MM/y dd/MM/y GGGGG"}
y{"dd/MM/y dd/MM/y GGGGG"}
}
M{
M{"MM"}
}
MEd{
M{"E dd/MM E dd/MM"}
d{"E dd/MM E dd/MM"}
@ -131,12 +161,18 @@ en_001{
}
MMMd{
M{"d MMM d MMM"}
d{"d d MMM"}
d{"dd MMM"}
}
Md{
M{"dd/MM dd/MM"}
d{"dd/MM dd/MM"}
}
d{
d{"dd"}
}
y{
y{"yy G"}
}
yM{
M{"MM/y MM/y GGGGG"}
y{"MM/y MM/y GGGGG"}
@ -153,7 +189,7 @@ en_001{
}
yMMMd{
M{"d MMM d MMM y G"}
d{"d d MMM y G"}
d{"dd MMM y G"}
y{"d MMM y d MMM y G"}
}
yMd{
@ -212,7 +248,6 @@ en_001{
pm{"pm"}
}
narrow{
am{"am"}
pm{"pm"}
}
wide{
@ -222,6 +257,47 @@ en_001{
}
}
intervalFormats{
GyMEd{
G{"E, dd/MM/y GGGGG E, dd/MM/y GGGGG"}
M{"E, dd/MM/y E, dd/MM/y GGGGG"}
d{"E, dd/MM/y E, dd/MM/y GGGGG"}
y{"E, dd/MM/y E, dd/MM/y GGGGG"}
}
GyMMMEd{
G{"E, d MMM y G E, d MMM y G"}
M{"E, d MMM E, d MMM y G"}
d{"E, d MMM E, d MMM y G"}
y{"E, d MMM y E, d MMM y G"}
}
GyMMMd{
G{"d MMM y G d MMM y G"}
M{"d MMM d MMM y G"}
d{"d d MMM y G"}
y{"d MMM y d MMM y G"}
}
GyMd{
G{"dd/MM/y GGGGG dd/MM/y GGGGG"}
M{"dd/MM/y dd/MM/y GGGGG"}
d{"dd/MM/y dd/MM/y GGGGG"}
y{"dd/MM/y dd/MM/y GGGGG"}
}
H{
H{"HHHH"}
}
Hm{
H{"HH:mmHH:mm"}
m{"HH:mmHH:mm"}
}
Hmv{
H{"HH:mmHH:mm v"}
m{"HH:mmHH:mm v"}
}
Hv{
H{"HHHH v"}
}
M{
M{"MM"}
}
MEd{
M{"E dd/MM E dd/MM"}
d{"E dd/MM E dd/MM"}
@ -232,12 +308,24 @@ en_001{
}
MMMd{
M{"d MMM d MMM"}
d{"d d MMM"}
d{"dd MMM"}
}
Md{
M{"dd/MM dd/MM"}
d{"dd/MM dd/MM"}
}
d{
d{"dd"}
}
h{
h{"hh a"}
}
hv{
h{"hh a v"}
}
y{
y{"yy"}
}
yM{
M{"MM/y MM/y"}
y{"MM/y MM/y"}
@ -254,7 +342,7 @@ en_001{
}
yMMMd{
M{"d MMM d MMM y"}
d{"d d MMM y"}
d{"dd MMM y"}
y{"d MMM y d MMM y"}
}
yMd{
@ -264,6 +352,15 @@ en_001{
}
}
}
islamic{
availableFormats{
MEd{"E dd/MM"}
MMMEd{"E d MMM"}
}
}
}
characterLabel{
math_symbols{"maths symbol"}
}
fields{
dayOfYear-narrow{
@ -368,6 +465,11 @@ en_001{
}
month-narrow{
dn{"mo"}
relative{
"-1"{"last mo"}
"0"{"this mo"}
"1"{"next mo"}
}
relativeTime{
future{
one{"in {0} mo"}
@ -381,6 +483,11 @@ en_001{
}
month-short{
dn{"mo"}
relative{
"-1"{"last mo"}
"0"{"this mo"}
"1"{"next mo"}
}
relativeTime{
future{
one{"in {0} mo"}
@ -530,6 +637,11 @@ en_001{
}
week-narrow{
dn{"wk"}
relative{
"-1"{"last wk"}
"0"{"this wk"}
"1"{"next wk"}
}
relativeTime{
future{
one{"in {0} wk"}
@ -543,6 +655,11 @@ en_001{
}
week-short{
dn{"wk"}
relative{
"-1"{"last wk"}
"0"{"this wk"}
"1"{"next wk"}
}
relativeTime{
future{
one{"in {0} wk"}
@ -573,6 +690,11 @@ en_001{
dn{"wkday of mo"}
}
year-narrow{
relative{
"-1"{"last yr"}
"0"{"this yr"}
"1"{"next yr"}
}
relativeTime{
future{
one{"in {0} yr"}
@ -586,6 +708,11 @@ en_001{
}
year-short{
dn{"yr"}
relative{
"-1"{"last yr"}
"0"{"this yr"}
"1"{"next yr"}
}
relativeTime{
future{
one{"in {0} yr"}
@ -598,4 +725,22 @@ en_001{
}
}
}
listPattern{
or{
end{"{0} or {1}"}
}
or-narrow{
end{"{0} or {1}"}
}
or-short{
end{"{0} or {1}"}
}
standard{
end{"{0} and {1}"}
}
standard-short{
2{"{0} and {1}"}
end{"{0} and {1}"}
}
}
}

View File

@ -253,6 +253,9 @@ en_AU{
d{"d/M/y d/M/y GGGGG"}
y{"d/M/y d/M/y GGGGG"}
}
MMMd{
d{"d d MMM"}
}
}
monthNames{
format{
@ -792,11 +795,6 @@ en_AU{
}
}
week-narrow{
relative{
"-1"{"last wk"}
"0"{"this wk"}
"1"{"next wk"}
}
relativeTime{
future{
one{"in {0} wk"}
@ -809,11 +807,6 @@ en_AU{
}
}
week-short{
relative{
"-1"{"last wk"}
"0"{"this wk"}
"1"{"next wk"}
}
relativeTime{
future{
one{"in {0} wk"}
@ -832,11 +825,6 @@ en_AU{
dn{"wkday of mo."}
}
year-narrow{
relative{
"-1"{"last yr"}
"0"{"this yr"}
"1"{"next yr"}
}
relativeTime{
future{
one{"in {0} yr"}
@ -861,16 +849,4 @@ en_AU{
}
}
}
listPattern{
or{
end{"{0} or {1}"}
}
standard{
end{"{0} and {1}"}
}
standard-short{
2{"{0} and {1}"}
end{"{0} and {1}"}
}
}
}

View File

@ -344,6 +344,7 @@ en_CA{
leftwards_rightwards_arrows{"leftward rightward arrow"}
letterlike_symbols{"letter-like symbol"}
limited_use{"limited use"}
math_symbols{"math symbol"}
nonspacing{"non-spacing"}
rightwards_arrows{"rightward arrow"}
upwards_arrows{"upward arrows"}
@ -710,18 +711,11 @@ en_CA{
}
}
listPattern{
or-narrow{
end{"{0} or {1}"}
}
or-short{
end{"{0} or {1}"}
}
standard-narrow{
2{"{0} and {1}"}
end{"{0}, and {1}"}
}
standard-short{
2{"{0} and {1}"}
end{"{0}, and {1}"}
}
}

View File

@ -18,58 +18,16 @@ en_GB{
MMMEd{"E d MMM"}
}
intervalFormats{
Gy{
y{"yy G"}
}
GyMEd{
G{"E, dd/MM/y GGGGG E, dd/MM/y GGGGG"}
M{"E, dd/MM/y E, dd/MM/y GGGGG"}
d{"E, dd/MM/y E, dd/MM/y GGGGG"}
y{"E, dd/MM/y E, dd/MM/y GGGGG"}
}
GyMMMEd{
G{"E, d MMM y G E, d MMM y G"}
M{"E, d MMM E, d MMM y G"}
d{"E, d MMM E, d MMM y G"}
y{"E, d MMM y E, d MMM y G"}
}
GyMMMd{
G{"d MMM y G d MMM y G"}
M{"d MMM d MMM y G"}
d{"dd MMM y G"}
y{"d MMM y d MMM y G"}
}
GyMd{
G{"dd/MM/y GGGGG dd/MM/y GGGGG"}
M{"dd/MM/y dd/MM/y GGGGG"}
d{"dd/MM/y dd/MM/y GGGGG"}
y{"dd/MM/y dd/MM/y GGGGG"}
}
M{
M{"MM"}
}
MMMEd{
d{"E d MMM E d MMM"}
}
MMMd{
d{"dd MMM"}
}
Md{
M{"dd/MMdd/MM"}
d{"dd/MMdd/MM"}
}
d{
d{"dd"}
}
y{
y{"yy G"}
}
yMMMEd{
d{"E, d MMM E, d MMM y G"}
}
yMMMd{
d{"dd MMM y G"}
}
}
}
gregorian{
@ -143,71 +101,12 @@ en_GB{
}
}
intervalFormats{
GyMEd{
G{"E, dd/MM/y GGGGG E, dd/MM/y GGGGG"}
M{"E, dd/MM/y E, dd/MM/y GGGGG"}
d{"E, dd/MM/y E, dd/MM/y GGGGG"}
y{"E, dd/MM/y E, dd/MM/y GGGGG"}
}
GyMMMEd{
G{"E, d MMM y G E, d MMM y G"}
M{"E, d MMM E, d MMM y G"}
d{"E, d MMM E, d MMM y G"}
y{"E, d MMM y E, d MMM y G"}
}
GyMMMd{
G{"d MMM y G d MMM y G"}
M{"d MMM d MMM y G"}
d{"d d MMM y G"}
y{"d MMM y d MMM y G"}
}
GyMd{
G{"dd/MM/y GGGGG dd/MM/y GGGGG"}
M{"dd/MM/y dd/MM/y GGGGG"}
d{"dd/MM/y dd/MM/y GGGGG"}
y{"dd/MM/y dd/MM/y GGGGG"}
}
H{
H{"HHHH"}
}
Hm{
H{"HH:mmHH:mm"}
m{"HH:mmHH:mm"}
}
Hmv{
H{"HH:mmHH:mm v"}
m{"HH:mmHH:mm v"}
}
Hv{
H{"HHHH v"}
}
M{
M{"MM"}
}
MMMEd{
d{"E d MMM E d MMM"}
}
MMMd{
d{"dd MMM"}
}
d{
d{"dd"}
}
h{
h{"hh a"}
}
hv{
h{"hh a v"}
}
y{
y{"yy"}
}
yMMMEd{
d{"E, d MMM E, d MMM y"}
}
yMMMd{
d{"dd MMM y"}
}
}
monthNames{
format{
@ -282,15 +181,6 @@ en_GB{
}
}
}
islamic{
availableFormats{
MEd{"E dd/MM"}
MMMEd{"E d MMM"}
}
}
}
characterLabel{
math_symbols{"maths symbol"}
}
fields{
day-narrow{
@ -308,63 +198,11 @@ en_GB{
hour-narrow{
dn{"hr"}
}
month-narrow{
relative{
"-1"{"last mo"}
"0"{"this mo"}
"1"{"next mo"}
}
}
month-short{
relative{
"-1"{"last mo"}
"0"{"this mo"}
"1"{"next mo"}
}
}
second-narrow{
dn{"sec"}
}
week-narrow{
relative{
"-1"{"last wk"}
"0"{"this wk"}
"1"{"next wk"}
}
}
week-short{
relative{
"-1"{"last wk"}
"0"{"this wk"}
"1"{"next wk"}
}
}
year-narrow{
dn{"yr"}
relative{
"-1"{"last yr"}
"0"{"this yr"}
"1"{"next yr"}
}
}
year-short{
relative{
"-1"{"last yr"}
"0"{"this yr"}
"1"{"next yr"}
}
}
}
listPattern{
or{
end{"{0} or {1}"}
}
standard{
end{"{0} and {1}"}
}
standard-short{
2{"{0} and {1}"}
end{"{0} and {1}"}
}
}
}

View File

@ -88,6 +88,7 @@ en_IN{
GyMMM{"MMM, y G"}
GyMMMEd{"E, d MMM, y G"}
GyMMMd{"d MMM, y G"}
MEd{"E, d/M"}
Md{"d/M"}
yyyyM{"M/y GGGGG"}
yyyyMEd{"E, d/M/y GGGGG"}

View File

@ -3,40 +3,4 @@
en_JM{
%%Parent{"en_001"}
Version{"36"}
calendar{
generic{
DateTimePatterns{
"h:mm:ss a zzzz",
"h:mm:ss a z",
"h:mm:ss a",
"h:mm a",
"EEEE, d MMMM y G",
"d MMMM y G",
"d MMM y G",
"dd/MM/y GGGGG",
"{1}, {0}",
"{1} 'at' {0}",
"{1} 'at' {0}",
"{1}, {0}",
"{1}, {0}",
}
}
gregorian{
DateTimePatterns{
"h:mm:ss a zzzz",
"h:mm:ss a z",
"h:mm:ss a",
"h:mm a",
"EEEE, d MMMM y",
"d MMMM y",
"d MMM y",
"dd/MM/y",
"{1}, {0}",
"{1} 'at' {0}",
"{1} 'at' {0}",
"{1}, {0}",
"{1}, {0}",
}
}
}
}

View File

@ -124,19 +124,5 @@ en_SG{
}
}
}
week-short{
relative{
"-1"{"last wk"}
"0"{"this wk"}
"1"{"next wk"}
}
}
year-short{
relative{
"-1"{"last yr"}
"0"{"this yr"}
"1"{"next yr"}
}
}
}
}

View File

@ -74,18 +74,14 @@ fa_AF{
}
narrow{
afternoon1{"بعد از چاشت"}
afternoon2{"ع"}
morning1{"ب"}
morning2{"ص"}
night1{"ش"}
night2{"ن"}
}
wide{
afternoon1{"ظهر"}
afternoon2{"بعدازچاشت"}
morning1{"بامداد"}
morning2{"صبح"}
night1{"شب"}
night2{"نیمه‌شب"}
}
}

View File

@ -32,7 +32,6 @@ ga{
one{"0 mhíle"}
other{"0 míle"}
two{"0 mhíle"}
zero{"0k"}
}
10000{
few{"00 míle"}
@ -40,7 +39,6 @@ ga{
one{"00 míle"}
other{"00 míle"}
two{"00 míle"}
zero{"00k"}
}
100000{
few{"000 míle"}
@ -48,7 +46,6 @@ ga{
one{"000 míle"}
other{"000 míle"}
two{"000 míle"}
zero{"000k"}
}
1000000{
few{"0 mhilliún"}
@ -56,7 +53,6 @@ ga{
one{"0 mhilliún"}
other{"0 milliún"}
two{"0 mhilliún"}
zero{"0M"}
}
10000000{
few{"00 milliún"}
@ -64,7 +60,6 @@ ga{
one{"00 milliún"}
other{"00 milliún"}
two{"00 milliún"}
zero{"00M"}
}
100000000{
few{"000 milliún"}
@ -72,7 +67,6 @@ ga{
one{"000 milliún"}
other{"000 milliún"}
two{"000 milliún"}
zero{"000M"}
}
1000000000{
few{"0 bhilliún"}
@ -80,7 +74,6 @@ ga{
one{"0 bhilliún"}
other{"0 billiún"}
two{"0 bhilliún"}
zero{"0B"}
}
10000000000{
few{"00 billiún"}
@ -88,7 +81,6 @@ ga{
one{"00 billiún"}
other{"00 billiún"}
two{"00 billiún"}
zero{"00B"}
}
100000000000{
few{"000 billiún"}
@ -96,7 +88,6 @@ ga{
one{"000 billiún"}
other{"000 billiún"}
two{"000 billiún"}
zero{"000B"}
}
1000000000000{
few{"0 thrilliún"}
@ -104,7 +95,6 @@ ga{
one{"0 trilliún"}
other{"0 trilliún"}
two{"0 thrilliún"}
zero{"0T"}
}
10000000000000{
few{"00 trilliún"}
@ -112,7 +102,6 @@ ga{
one{"00 trilliún"}
other{"00 trilliún"}
two{"00 trilliún"}
zero{"00T"}
}
100000000000000{
few{"000 trilliún"}
@ -120,7 +109,6 @@ ga{
one{"000 trilliún"}
other{"000 trilliún"}
two{"000 trilliún"}
zero{"000T"}
}
}
}
@ -218,7 +206,6 @@ ga{
one{"0k"}
other{"0k"}
two{"0k"}
zero{"0k"}
}
10000{
few{"00k"}
@ -226,7 +213,6 @@ ga{
one{"00k"}
other{"00k"}
two{"00k"}
zero{"00k"}
}
100000{
few{"000k"}
@ -234,7 +220,6 @@ ga{
one{"000k"}
other{"000k"}
two{"000k"}
zero{"000k"}
}
1000000{
few{"0M"}
@ -242,7 +227,6 @@ ga{
one{"0M"}
other{"0M"}
two{"0M"}
zero{"0M"}
}
10000000{
few{"00M"}
@ -250,7 +234,6 @@ ga{
one{"00M"}
other{"00M"}
two{"00M"}
zero{"00M"}
}
100000000{
few{"000M"}
@ -258,7 +241,6 @@ ga{
one{"000M"}
other{"000M"}
two{"000M"}
zero{"000M"}
}
1000000000{
few{"0B"}
@ -266,7 +248,6 @@ ga{
one{"0B"}
other{"0B"}
two{"0B"}
zero{"0B"}
}
10000000000{
few{"00B"}
@ -274,7 +255,6 @@ ga{
one{"00B"}
other{"00B"}
two{"00B"}
zero{"00B"}
}
100000000000{
few{"000B"}
@ -282,7 +262,6 @@ ga{
one{"000B"}
other{"000B"}
two{"000B"}
zero{"000B"}
}
1000000000000{
few{"0T"}
@ -290,7 +269,6 @@ ga{
one{"0T"}
other{"0T"}
two{"0T"}
zero{"0T"}
}
10000000000000{
few{"00T"}
@ -298,7 +276,6 @@ ga{
one{"00T"}
other{"00T"}
two{"00T"}
zero{"00T"}
}
100000000000000{
few{"000T"}
@ -306,7 +283,6 @@ ga{
one{"000T"}
other{"000T"}
two{"000T"}
zero{"000T"}
}
}
}

View File

@ -540,99 +540,75 @@ gd{
decimalFormat{
1000{
few{"0 mìltean"}
many{"0K"}
one{"0 mhìle"}
other{"0 mìle"}
two{"0 mhìle"}
zero{"0K"}
}
10000{
few{"00 mìltean"}
many{"00K"}
one{"00 mhìle"}
other{"00 mìle"}
two{"00 mhìle"}
zero{"00K"}
}
100000{
few{"000 mìltean"}
many{"000K"}
one{"000 mhìle"}
other{"000 mìle"}
two{"000 mhìle"}
zero{"000K"}
}
1000000{
few{"0 milleanan"}
many{"0M"}
one{"0 mhillean"}
other{"0 millean"}
two{"0 mhillean"}
zero{"0M"}
}
10000000{
few{"00 milleanan"}
many{"00M"}
one{"00 mhillean"}
other{"00 millean"}
two{"00 mhillean"}
zero{"00M"}
}
100000000{
few{"000 milleanan"}
many{"000M"}
one{"000 mhillean"}
other{"000 millean"}
two{"000 mhillean"}
zero{"000M"}
}
1000000000{
few{"0 billeanan"}
many{"0B"}
one{"0 bhillean"}
other{"0 billean"}
two{"0 bhillean"}
zero{"0B"}
}
10000000000{
few{"00 billeanan"}
many{"00B"}
one{"00 bhillean"}
other{"00 billean"}
two{"00 bhillean"}
zero{"00B"}
}
100000000000{
few{"000 billeanan"}
many{"000B"}
one{"000 bhillean"}
other{"000 billean"}
two{"000 bhillean"}
zero{"000B"}
}
1000000000000{
few{"0 trilleanan"}
many{"0T"}
one{"0 trillean"}
other{"0 trillean"}
two{"0 thrillean"}
zero{"0T"}
}
10000000000000{
few{"00 trilleanan"}
many{"00T"}
one{"00 trillean"}
other{"00 trillean"}
two{"00 thrillean"}
zero{"00T"}
}
100000000000000{
few{"000 trilleanan"}
many{"000T"}
one{"000 trillean"}
other{"000 trillean"}
two{"000 thrillean"}
zero{"000T"}
}
}
}
@ -714,99 +690,75 @@ gd{
decimalFormat{
1000{
few{"0K"}
many{"0K"}
one{"0K"}
other{"0K"}
two{"0K"}
zero{"0K"}
}
10000{
few{"00K"}
many{"00K"}
one{"00K"}
other{"00K"}
two{"00K"}
zero{"00K"}
}
100000{
few{"000K"}
many{"000K"}
one{"000K"}
other{"000K"}
two{"000K"}
zero{"000K"}
}
1000000{
few{"0M"}
many{"0M"}
one{"0M"}
other{"0M"}
two{"0M"}
zero{"0M"}
}
10000000{
few{"00M"}
many{"00M"}
one{"00M"}
other{"00M"}
two{"00M"}
zero{"00M"}
}
100000000{
few{"000M"}
many{"000M"}
one{"000M"}
other{"000M"}
two{"000M"}
zero{"000M"}
}
1000000000{
few{"0B"}
many{"0B"}
one{"0B"}
other{"0B"}
two{"0B"}
zero{"0B"}
}
10000000000{
few{"00B"}
many{"00B"}
one{"00B"}
other{"00B"}
two{"00B"}
zero{"00B"}
}
100000000000{
few{"000B"}
many{"000B"}
one{"000B"}
other{"000B"}
two{"000B"}
zero{"000B"}
}
1000000000000{
few{"0T"}
many{"0T"}
one{"0T"}
other{"0T"}
two{"0T"}
zero{"0T"}
}
10000000000000{
few{"00T"}
many{"00T"}
one{"00T"}
other{"00T"}
two{"00T"}
zero{"00T"}
}
100000000000000{
few{"000T"}
many{"000T"}
one{"000T"}
other{"000T"}
two{"000T"}
zero{"000T"}
}
}
}

View File

@ -25,23 +25,6 @@ gv{
}
Version{"36"}
calendar{
generic{
DateTimePatterns{
"HH:mm:ss zzzz",
"HH:mm:ss z",
"HH:mm:ss",
"HH:mm",
"G y MMMM d, EEEE",
"G y MMMM d",
"G y MMM d",
"GGGGG y-MM-dd",
"{1} {0}",
"{1} {0}",
"{1} {0}",
"{1} {0}",
"{1} {0}",
}
}
gregorian{
AmPmMarkers{
"a.m.",
@ -51,21 +34,6 @@ gv{
"a.m.",
"p.m.",
}
DateTimePatterns{
"HH:mm:ss zzzz",
"HH:mm:ss z",
"HH:mm:ss",
"HH:mm",
"y MMMM d, EEEE",
"y MMMM d",
"y MMM d",
"y-MM-dd",
"{1} {0}",
"{1} {0}",
"{1} {0}",
"{1} {0}",
"{1} {0}",
}
dayNames{
format{
abbreviated{

View File

@ -3,452 +3,5 @@
ha_NE{
AuxExemplarCharacters{"[á à â é è ê í ì î ó ò ô p q {r\u0303} ú ù û v x {ʼy}]"}
ExemplarCharactersIndex{"[A B Ɓ C D Ɗ E F G H I J K Ƙ L M N O P Q R S T U V W X Y Ƴ Z]"}
ExemplarCharactersNumbers{"[\\- , . % ‰ + 0 1 2 3 4 5 6 7 8 9]"}
NumberElements{
default{"latn"}
latn{
patterns{
currencyFormat{"¤ #,##0.00"}
decimalFormat{"#,##0.###"}
percentFormat{"#,##0%"}
scientificFormat{"#E0"}
}
symbols{
decimal{"."}
group{","}
minusSign{"-"}
percentSign{"%"}
plusSign{"+"}
}
}
native{"latn"}
}
Version{"36"}
calendar{
generic{
DateTimePatterns{
"HH:mm:ss zzzz",
"HH:mm:ss z",
"HH:mm:ss",
"HH:mm",
"EEEE, d MMMM, y G",
"d MMMM, y G",
"d MMM, y G",
"d/M/yy GGGGG",
"{1} {0}",
"{1} {0}",
"{1} {0}",
"{1} {0}",
"{1} {0}",
}
availableFormats{
Bh{"h B"}
Bhm{"h:mm B"}
Bhms{"h:mm:ss B"}
E{"ccc"}
EBhm{"E h:mm B"}
EBhms{"E h:mm:ss B"}
EHm{"E HH:mm"}
EHms{"E HH:mm:ss"}
Ed{"d, E"}
Ehm{"E h:mm a"}
Ehms{"E h:mm:ss a"}
Gy{"G y"}
GyMMM{"G y MMM"}
GyMMMEd{"G y MMM d, E"}
GyMMMd{"G y MMM d"}
H{"HH"}
Hm{"HH:mm"}
Hms{"HH:mm:ss"}
M{"L"}
MMM{"LLL"}
MMMMd{"MMMM d"}
MMMd{"MMM d"}
d{"d"}
h{"h a"}
hm{"h:mm a"}
hms{"h:mm:ss a"}
ms{"mm:ss"}
yyyy{"G y"}
yyyyM{"GGGGG y-MM"}
yyyyMEd{"GGGGG y-MM-dd, E"}
yyyyMMM{"G y MMM"}
yyyyMMMEd{"G y MMM d, E"}
yyyyMMMM{"G y MMMM"}
yyyyMMMd{"G y MMM d"}
yyyyMd{"GGGGG y-MM-dd"}
yyyyQQQ{"G y QQQ"}
yyyyQQQQ{"G y QQQQ"}
}
intervalFormats{
Bh{
B{"h B h B"}
h{"hh B"}
}
Bhm{
B{"h:mm B h:mm B"}
h{"h:mmh:mm B"}
m{"h:mmh:mm B"}
}
Gy{
G{"G y G y"}
y{"G yy"}
}
GyM{
G{"GGGGG y-MM GGGGG y-MM"}
M{"GGGGG y-MM y-MM"}
y{"GGGGG y-MM y-MM"}
}
GyMEd{
G{"GGGGG y-MM-dd, E GGGGG y-MM-dd, E"}
M{"GGGGG y-MM-dd, E y-MM-dd, E"}
d{"GGGGG y-MM-dd, E y-MM-dd, E"}
y{"GGGGG y-MM-dd, E y-MM-dd, E"}
}
GyMMM{
G{"G y MMM G y MMM"}
M{"G y MMMMMM"}
y{"G y MMM y MMM"}
}
GyMMMEd{
G{"G y MMM d, E G y MMM d, E"}
M{"G y MMM d, E MMM d, E"}
d{"G y MMM d, E MMM d, E"}
y{"G y MMM d, E y MMM d, E"}
}
GyMMMd{
G{"G y MMM d G y MMM d"}
M{"G y MMM d MMM d"}
d{"G y MMM dd"}
y{"G y MMM d y MMM d"}
}
GyMd{
G{"GGGGG y-MM-dd GGGGG y-MM-dd"}
M{"GGGGG y-MM-dd y-MM-dd"}
d{"GGGGG y-MM-dd y-MM-dd"}
y{"GGGGG y-MM-dd y-MM-dd"}
}
M{
M{"MMMM"}
}
MEd{
M{"MM-dd, E MM-dd, E"}
d{"MM-dd, E MM-dd, E"}
}
MMM{
M{"LLLLLL"}
}
MMMEd{
M{"MMM d, E MMM d, E"}
d{"MMM d, E MMM d, E"}
}
MMMd{
M{"MMM d MMM d"}
d{"MMM dd"}
}
Md{
M{"MM-dd MM-dd"}
d{"MM-dd MM-dd"}
}
d{
d{"dd"}
}
fallback{"{0} {1}"}
y{
y{"G yy"}
}
yM{
M{"GGGGG y-MM y-MM"}
y{"GGGGG y-MM y-MM"}
}
yMEd{
M{"GGGGG y-MM-dd, E y-MM-dd, E"}
d{"GGGGG y-MM-dd, E y-MM-dd, E"}
y{"GGGGG y-MM-dd, E y-MM-dd, E"}
}
yMMM{
M{"G y MMMMMM"}
y{"G y MMM y MMM"}
}
yMMMEd{
M{"G y MMM d, E MMM d, E"}
d{"G y MMM d, E MMM d, E"}
y{"G y MMM d, E y MMM d, E"}
}
yMMMM{
M{"G y MMMMMMMM"}
y{"G y MMMM y MMMM"}
}
yMMMd{
M{"G y MMM d MMM d"}
d{"G y MMM dd"}
y{"G y MMM d y MMM d"}
}
yMd{
M{"GGGGG y-MM-dd y-MM-dd"}
d{"GGGGG y-MM-dd y-MM-dd"}
y{"GGGGG y-MM-dd y-MM-dd"}
}
}
}
gregorian{
AmPmMarkersNarrow{
"AM",
"PM",
}
DateTimePatterns{
"HH:mm:ss zzzz",
"HH:mm:ss z",
"HH:mm:ss",
"HH:mm",
"EEEE d MMMM, y",
"d MMMM, y",
"d MMM, y",
"d/M/yy",
"{1} {0}",
"{1} {0}",
"{1} {0}",
"{1} {0}",
"{1} {0}",
}
appendItems{
Timezone{"{0} {1}"}
}
availableFormats{
Bh{"h B"}
Bhm{"h:mm B"}
Bhms{"h:mm:ss B"}
E{"ccc"}
EBhm{"E h:mm B"}
EBhms{"E h:mm:ss B"}
EHm{"E HH:mm"}
EHms{"E HH:mm:ss"}
Ehm{"E h:mm a"}
Ehms{"E h:mm:ss a"}
Gy{"G y"}
GyMMM{"G y MMM"}
GyMMMEd{"G y MMM d, E"}
GyMMMd{"G y MMM d"}
H{"HH"}
Hmsv{"HH:mm:ss v"}
Hmv{"HH:mm v"}
MMMMW{
one{"'week' W 'of' MMMM"}
other{"'week' W 'of' MMMM"}
}
h{"h a"}
hmsv{"h:mm:ss a v"}
hmv{"h:mm a v"}
yw{
one{"'week' w 'of' Y"}
other{"'week' w 'of' Y"}
}
}
eras{
wide%variant{
"K.H.Y",
"sananne Zamani",
}
}
intervalFormats{
Bh{
B{"h B h B"}
h{"hh B"}
}
Bhm{
B{"h:mm B h:mm B"}
h{"h:mmh:mm B"}
m{"h:mmh:mm B"}
}
Gy{
G{"G y G y"}
y{"G yy"}
}
GyM{
G{"GGGGG y-MM GGGGG y-MM"}
M{"GGGGG y-MM y-MM"}
y{"GGGGG y-MM y-MM"}
}
GyMEd{
G{"GGGGG y-MM-dd, E GGGGG y-MM-dd, E"}
M{"GGGGG y-MM-dd, E y-MM-dd, E"}
d{"GGGGG y-MM-dd, E y-MM-dd, E"}
y{"GGGGG y-MM-dd, E y-MM-dd, E"}
}
GyMMM{
G{"G y MMM G y MMM"}
M{"G y MMMMMM"}
y{"G y MMM y MMM"}
}
GyMMMEd{
G{"G y MMM d, E G y MMM d, E"}
M{"G y MMM d, E MMM d, E"}
d{"G y MMM d, E MMM d, E"}
y{"G y MMM d, E y MMM d, E"}
}
GyMMMd{
G{"G y MMM d G y MMM d"}
M{"G y MMM d MMM d"}
d{"G y MMM dd"}
y{"G y MMM d y MMM d"}
}
GyMd{
G{"GGGGG y-MM-dd GGGGG y-MM-dd"}
M{"GGGGG y-MM-dd y-MM-dd"}
d{"GGGGG y-MM-dd y-MM-dd"}
y{"GGGGG y-MM-dd y-MM-dd"}
}
Hmv{
H{"HH:mmHH:mm v"}
m{"HH:mmHH:mm v"}
}
Hv{
H{"HHHH v"}
}
M{
M{"MMMM"}
}
MEd{
M{"MM-dd, E MM-dd, E"}
}
MMM{
M{"LLLLLL"}
}
MMMEd{
M{"MMM d, E MMM d, E"}
d{"MMM d, E MMM d, E"}
}
MMMd{
M{"MMM d MMM d"}
d{"MMM dd"}
}
Md{
M{"MM-dd MM-dd"}
d{"MM-dd MM-dd"}
}
d{
d{"dd"}
}
fallback{"{0} {1}"}
h{
h{"hh a"}
}
hm{
h{"h:mmh:mm a"}
m{"h:mmh:mm a"}
}
hmv{
a{"h:mm a h:mm a v"}
h{"h:mmh:mm a v"}
m{"h:mmh:mm a v"}
}
hv{
a{"h a h a v"}
h{"hh a v"}
}
y{
y{"yy"}
}
yMEd{
d{"y-MM-dd, E y-MM-dd, E"}
}
yMMM{
M{"y MMMMMM"}
}
yMMMEd{
M{"y MMM d, E MMM d, E"}
d{"y MMM d, E MMM d, E"}
}
yMMMM{
M{"y MMMMMMMM"}
}
yMMMd{
M{"y MMM d MMM d"}
d{"y MMM dd"}
}
yMd{
y{"y-MM-dd y-MM-dd"}
}
}
}
}
delimiters{
alternateQuotationEnd{""}
alternateQuotationStart{""}
quotationEnd{"”"}
quotationStart{"“"}
}
fields{
day{
relative{
"-1"{"Jiya"}
"0"{"Yau"}
"1"{"Gobe"}
}
}
day-narrow{
dn{"Kwana"}
relative{
"-1"{"Jiya"}
"0"{"Yau"}
"1"{"Gobe"}
}
}
day-short{
dn{"Kwana"}
relative{
"-1"{"Jiya"}
"0"{"Yau"}
"1"{"Gobe"}
}
}
hour-narrow{
dn{"Awa"}
}
hour-short{
dn{"Awa"}
}
minute-narrow{
dn{"Minti"}
}
minute-short{
dn{"Minti"}
}
month-narrow{
dn{"Wata"}
}
month-short{
dn{"Wata"}
}
quarter-narrow{
dn{"Kwata"}
}
quarter-short{
dn{"Kwata"}
}
second-narrow{
dn{"Daƙiƙa"}
}
second-short{
dn{"Daƙiƙa"}
}
week-narrow{
dn{"Mako"}
}
week-short{
dn{"Mako"}
}
year-narrow{
dn{"Shekara"}
}
year-short{
dn{"Shekara"}
}
}
listPattern{
standard{
middle{"{0}, {1}"}
start{"{0}, {1}"}
}
}
}

View File

@ -48,100 +48,76 @@ he{
patternsLong{
decimalFormat{
1000{
few{"0K"}
many{"0 אלף"}
one{"0 אלף"}
other{"0 אלף"}
two{"0 אלף"}
zero{"0K"}
}
10000{
few{"00K"}
many{"00 אלף"}
one{"00 אלף"}
other{"00 אלף"}
two{"00 אלף"}
zero{"00K"}
}
100000{
few{"000K"}
many{"000 אלף"}
one{"000 אלף"}
other{"000 אלף"}
two{"000 אלף"}
zero{"000K"}
}
1000000{
few{"0M"}
many{"0 מיליון"}
one{"0 מיליון"}
other{"0 מיליון"}
two{"0 מיליון"}
zero{"0M"}
}
10000000{
few{"00M"}
many{"00 מיליון"}
one{"00 מיליון"}
other{"00 מיליון"}
two{"00 מיליון"}
zero{"00M"}
}
100000000{
few{"000M"}
many{"000 מיליון"}
one{"000 מיליון"}
other{"000 מיליון"}
two{"000 מיליון"}
zero{"000M"}
}
1000000000{
few{"0B"}
many{"0 מיליארד"}
one{"0 מיליארד"}
other{"0 מיליארד"}
two{"0 מיליארד"}
zero{"0B"}
}
10000000000{
few{"00B"}
many{"00 מיליארד"}
one{"00 מיליארד"}
other{"00 מיליארד"}
two{"00 מיליארד"}
zero{"00B"}
}
100000000000{
few{"000B"}
many{"000 מיליארד"}
one{"000 מיליארד"}
other{"000 מיליארד"}
two{"000 מיליארד"}
zero{"000B"}
}
1000000000000{
few{"0T"}
many{"0 טריליון"}
one{"0 טריליון"}
other{"0 טריליון"}
two{"0 טריליון"}
zero{"0T"}
}
10000000000000{
few{"00T"}
many{"00 טריליון"}
one{"00 טריליון"}
other{"00 טריליון"}
two{"00 טריליון"}
zero{"00T"}
}
100000000000000{
few{"000T"}
many{"000 טריליון"}
one{"000 טריליון"}
other{"000 טריליון"}
two{"000 טריליון"}
zero{"000T"}
}
}
}
@ -222,100 +198,76 @@ he{
}
decimalFormat{
1000{
few{"0K"}
many{"0K"}
one{"0K"}
other{"0K"}
two{"0K"}
zero{"0K"}
}
10000{
few{"00K"}
many{"00K"}
one{"00K"}
other{"00K"}
two{"00K"}
zero{"00K"}
}
100000{
few{"000K"}
many{"000K"}
one{"000K"}
other{"000K"}
two{"000K"}
zero{"000K"}
}
1000000{
few{"0M"}
many{"0M"}
one{"0M"}
other{"0M"}
two{"0M"}
zero{"0M"}
}
10000000{
few{"00M"}
many{"00M"}
one{"00M"}
other{"00M"}
two{"00M"}
zero{"00M"}
}
100000000{
few{"000M"}
many{"000M"}
one{"000M"}
other{"000M"}
two{"000M"}
zero{"000M"}
}
1000000000{
few{"0B"}
many{"0B"}
one{"0B"}
other{"0B"}
two{"0B"}
zero{"0B"}
}
10000000000{
few{"00B"}
many{"00B"}
one{"00B"}
other{"00B"}
two{"00B"}
zero{"00B"}
}
100000000000{
few{"000B"}
many{"000B"}
one{"000B"}
other{"000B"}
two{"000B"}
zero{"000B"}
}
1000000000000{
few{"0T"}
many{"0T"}
one{"0T"}
other{"0T"}
two{"0T"}
zero{"0T"}
}
10000000000000{
few{"00T"}
many{"00T"}
one{"00T"}
other{"00T"}
two{"00T"}
zero{"00T"}
}
100000000000000{
few{"000T"}
many{"000T"}
one{"000T"}
other{"000T"}
two{"000T"}
zero{"000T"}
}
}
}

View File

@ -38,99 +38,63 @@ hr{
decimalFormat{
1000{
few{"0 tisuće"}
many{"0 tis'.'"}
one{"0 tisuća"}
other{"0 tisuća"}
two{"0 tis'.'"}
zero{"0 tis'.'"}
}
10000{
few{"00 tisuće"}
many{"00 tis'.'"}
one{"00 tisuća"}
other{"00 tisuća"}
two{"00 tis'.'"}
zero{"00 tis'.'"}
}
100000{
few{"000 tisuće"}
many{"000 tis'.'"}
one{"000 tisuća"}
other{"000 tisuća"}
two{"000 tis'.'"}
zero{"000 tis'.'"}
}
1000000{
few{"0 milijuna"}
many{"0 mil'.'"}
one{"0 milijun"}
other{"0 milijuna"}
two{"0 mil'.'"}
zero{"0 mil'.'"}
}
10000000{
few{"00 milijuna"}
many{"00 mil'.'"}
one{"00 milijun"}
other{"00 milijuna"}
two{"00 mil'.'"}
zero{"00 mil'.'"}
}
100000000{
few{"000 milijuna"}
many{"000 mil'.'"}
one{"000 milijun"}
other{"000 milijuna"}
two{"000 mil'.'"}
zero{"000 mil'.'"}
}
1000000000{
few{"0 milijarde"}
many{"0 mlr'.'"}
one{"0 milijarda"}
other{"0 milijardi"}
two{"0 mlr'.'"}
zero{"0 mlr'.'"}
}
10000000000{
few{"00 milijarde"}
many{"00 mlr'.'"}
one{"00 milijarda"}
other{"00 milijardi"}
two{"00 mlr'.'"}
zero{"00 mlr'.'"}
}
100000000000{
few{"000 milijarde"}
many{"000 mlr'.'"}
one{"000 milijarda"}
other{"000 milijardi"}
two{"000 mlr'.'"}
zero{"000 mlr'.'"}
}
1000000000000{
few{"0 bilijuna"}
many{"0 bil'.'"}
one{"0 bilijun"}
other{"0 bilijuna"}
two{"0 bil'.'"}
zero{"0 bil'.'"}
}
10000000000000{
few{"00 bilijuna"}
many{"00 bil'.'"}
one{"00 bilijun"}
other{"00 bilijuna"}
two{"00 bil'.'"}
zero{"00 bil'.'"}
}
100000000000000{
few{"000 bilijuna"}
many{"000 bil'.'"}
one{"000 bilijun"}
other{"000 bilijuna"}
two{"000 bil'.'"}
zero{"000 bil'.'"}
}
}
}
@ -200,99 +164,63 @@ hr{
decimalFormat{
1000{
few{"0 tis'.'"}
many{"0 tis'.'"}
one{"0 tis'.'"}
other{"0 tis'.'"}
two{"0 tis'.'"}
zero{"0 tis'.'"}
}
10000{
few{"00 tis'.'"}
many{"00 tis'.'"}
one{"00 tis'.'"}
other{"00 tis'.'"}
two{"00 tis'.'"}
zero{"00 tis'.'"}
}
100000{
few{"000 tis'.'"}
many{"000 tis'.'"}
one{"000 tis'.'"}
other{"000 tis'.'"}
two{"000 tis'.'"}
zero{"000 tis'.'"}
}
1000000{
few{"0 mil'.'"}
many{"0 mil'.'"}
one{"0 mil'.'"}
other{"0 mil'.'"}
two{"0 mil'.'"}
zero{"0 mil'.'"}
}
10000000{
few{"00 mil'.'"}
many{"00 mil'.'"}
one{"00 mil'.'"}
other{"00 mil'.'"}
two{"00 mil'.'"}
zero{"00 mil'.'"}
}
100000000{
few{"000 mil'.'"}
many{"000 mil'.'"}
one{"000 mil'.'"}
other{"000 mil'.'"}
two{"000 mil'.'"}
zero{"000 mil'.'"}
}
1000000000{
few{"0 mlr'.'"}
many{"0 mlr'.'"}
one{"0 mlr'.'"}
other{"0 mlr'.'"}
two{"0 mlr'.'"}
zero{"0 mlr'.'"}
}
10000000000{
few{"00 mlr'.'"}
many{"00 mlr'.'"}
one{"00 mlr'.'"}
other{"00 mlr'.'"}
two{"00 mlr'.'"}
zero{"00 mlr'.'"}
}
100000000000{
few{"000 mlr'.'"}
many{"000 mlr'.'"}
one{"000 mlr'.'"}
other{"000 mlr'.'"}
two{"000 mlr'.'"}
zero{"000 mlr'.'"}
}
1000000000000{
few{"0 bil'.'"}
many{"0 bil'.'"}
one{"0 bil'.'"}
other{"0 bil'.'"}
two{"0 bil'.'"}
zero{"0 bil'.'"}
}
10000000000000{
few{"00 bil'.'"}
many{"00 bil'.'"}
one{"00 bil'.'"}
other{"00 bil'.'"}
two{"00 bil'.'"}
zero{"00 bil'.'"}
}
100000000000000{
few{"000 bil'.'"}
many{"000 bil'.'"}
one{"000 bil'.'"}
other{"000 bil'.'"}
two{"000 bil'.'"}
zero{"000 bil'.'"}
}
}
}

View File

@ -32,99 +32,75 @@ hsb{
decimalFormat{
1000{
few{"0 tysac"}
many{"0 tys'.'"}
one{"0 tysac"}
other{"0 tysac"}
two{"0 tysac"}
zero{"0 tys'.'"}
}
10000{
few{"00 tysac"}
many{"00 tys'.'"}
one{"00 tysac"}
other{"00 tysac"}
two{"00 tysac"}
zero{"00 tys'.'"}
}
100000{
few{"000 tysac"}
many{"000 tys'.'"}
one{"000 tysac"}
other{"000 tysac"}
two{"000 tysac"}
zero{"000 tys'.'"}
}
1000000{
few{"0 miliony"}
many{"0 mio'.'"}
one{"0 milion"}
other{"0 milionow"}
two{"0 milionaj"}
zero{"0 mio'.'"}
}
10000000{
few{"00 milionow"}
many{"00 mio'.'"}
one{"00 milionow"}
other{"00 milionow"}
two{"00 milionow"}
zero{"00 mio'.'"}
}
100000000{
few{"000 milionow"}
many{"000 mio'.'"}
one{"000 milionow"}
other{"000 milionow"}
two{"000 milionow"}
zero{"000 mio'.'"}
}
1000000000{
few{"0 miliardy"}
many{"0 mrd'.'"}
one{"0 miliarda"}
other{"0 miliardow"}
two{"0 miliardźe"}
zero{"0 mrd'.'"}
}
10000000000{
few{"00 miliardow"}
many{"00 mrd'.'"}
one{"00 miliardow"}
other{"00 miliardow"}
two{"00 miliardow"}
zero{"00 mrd'.'"}
}
100000000000{
few{"000 miliardow"}
many{"000 mrd'.'"}
one{"000 miliardow"}
other{"000 miliardow"}
two{"000 miliardow"}
zero{"000 mrd'.'"}
}
1000000000000{
few{"0 biliony"}
many{"0 bil'.'"}
one{"0 bilion"}
other{"0 bilionow"}
two{"0 bilionaj"}
zero{"0 bil'.'"}
}
10000000000000{
few{"00 bilionow"}
many{"00 bil'.'"}
one{"00 bilionow"}
other{"00 bilionow"}
two{"00 bilionow"}
zero{"00 bil'.'"}
}
100000000000000{
few{"000 bilionow"}
many{"000 bil'.'"}
one{"000 bilionow"}
other{"000 bilionow"}
two{"000 bilionow"}
zero{"000 bil'.'"}
}
}
}
@ -132,99 +108,75 @@ hsb{
decimalFormat{
1000{
few{"0 tys'.'"}
many{"0 tys'.'"}
one{"0 tys'.'"}
other{"0 tys'.'"}
two{"0 tys'.'"}
zero{"0 tys'.'"}
}
10000{
few{"00 tys'.'"}
many{"00 tys'.'"}
one{"00 tys'.'"}
other{"00 tys'.'"}
two{"00 tys'.'"}
zero{"00 tys'.'"}
}
100000{
few{"000 tys'.'"}
many{"000 tys'.'"}
one{"000 tys'.'"}
other{"000 tys'.'"}
two{"000 tys'.'"}
zero{"000 tys'.'"}
}
1000000{
few{"0 mio'.'"}
many{"0 mio'.'"}
one{"0 mio'.'"}
other{"0 mio'.'"}
two{"0 mio'.'"}
zero{"0 mio'.'"}
}
10000000{
few{"00 mio'.'"}
many{"00 mio'.'"}
one{"00 mio'.'"}
other{"00 mio'.'"}
two{"00 mio'.'"}
zero{"00 mio'.'"}
}
100000000{
few{"000 mio'.'"}
many{"000 mio'.'"}
one{"000 mio'.'"}
other{"000 mio'.'"}
two{"000 mio'.'"}
zero{"000 mio'.'"}
}
1000000000{
few{"0 mrd'.'"}
many{"0 mrd'.'"}
one{"0 mrd'.'"}
other{"0 mrd'.'"}
two{"0 mrd'.'"}
zero{"0 mrd'.'"}
}
10000000000{
few{"00 mrd'.'"}
many{"00 mrd'.'"}
one{"00 mrd'.'"}
other{"00 mrd'.'"}
two{"00 mrd'.'"}
zero{"00 mrd'.'"}
}
100000000000{
few{"000 mrd'.'"}
many{"000 mrd'.'"}
one{"000 mrd'.'"}
other{"000 mrd'.'"}
two{"000 mrd'.'"}
zero{"000 mrd'.'"}
}
1000000000000{
few{"0 bil'.'"}
many{"0 bil'.'"}
one{"0 bil'.'"}
other{"0 bil'.'"}
two{"0 bil'.'"}
zero{"0 bil'.'"}
}
10000000000000{
few{"00 bil'.'"}
many{"00 bil'.'"}
one{"00 bil'.'"}
other{"00 bil'.'"}
two{"00 bil'.'"}
zero{"00 bil'.'"}
}
100000000000000{
few{"000 bil'.'"}
many{"000 bil'.'"}
one{"000 bil'.'"}
other{"000 bil'.'"}
two{"000 bil'.'"}
zero{"000 bil'.'"}
}
}
}

View File

@ -34,51 +34,39 @@ id{
patternsLong{
decimalFormat{
1000{
one{"0 rb"}
other{"0 ribu"}
}
10000{
one{"00 rb"}
other{"00 ribu"}
}
100000{
one{"000 rb"}
other{"000 ribu"}
}
1000000{
one{"0 jt"}
other{"0 juta"}
}
10000000{
one{"00 jt"}
other{"00 juta"}
}
100000000{
one{"000 jt"}
other{"000 juta"}
}
1000000000{
one{"0 M"}
other{"0 miliar"}
}
10000000000{
one{"00 M"}
other{"00 miliar"}
}
100000000000{
one{"000 M"}
other{"000 miliar"}
}
1000000000000{
one{"0 T"}
other{"0 triliun"}
}
10000000000000{
one{"00 T"}
other{"00 triliun"}
}
100000000000000{
one{"000 T"}
other{"000 triliun"}
}
}
@ -124,51 +112,39 @@ id{
}
decimalFormat{
1000{
one{"0 rb"}
other{"0 rb"}
}
10000{
one{"00 rb"}
other{"00 rb"}
}
100000{
one{"000 rb"}
other{"000 rb"}
}
1000000{
one{"0 jt"}
other{"0 jt"}
}
10000000{
one{"00 jt"}
other{"00 jt"}
}
100000000{
one{"000 jt"}
other{"000 jt"}
}
1000000000{
one{"0 M"}
other{"0 M"}
}
10000000000{
one{"00 M"}
other{"00 M"}
}
100000000000{
one{"000 M"}
other{"000 M"}
}
1000000000000{
one{"0 T"}
other{"0 T"}
}
10000000000000{
one{"00 T"}
other{"00 T"}
}
100000000000000{
one{"000 T"}
other{"000 T"}
}
}

View File

@ -93,51 +93,39 @@ ja{
patternsLong{
decimalFormat{
1000{
one{"0"}
other{"0"}
}
10000{
one{"0万"}
other{"0万"}
}
100000{
one{"00万"}
other{"00万"}
}
1000000{
one{"000万"}
other{"000万"}
}
10000000{
one{"0000万"}
other{"0000万"}
}
100000000{
one{"0億"}
other{"0億"}
}
1000000000{
one{"00億"}
other{"00億"}
}
10000000000{
one{"000億"}
other{"000億"}
}
100000000000{
one{"0000億"}
other{"0000億"}
}
1000000000000{
one{"0兆"}
other{"0兆"}
}
10000000000000{
one{"00兆"}
other{"00兆"}
}
100000000000000{
one{"000兆"}
other{"000兆"}
}
}
@ -183,51 +171,39 @@ ja{
}
decimalFormat{
1000{
one{"0"}
other{"0"}
}
10000{
one{"0万"}
other{"0万"}
}
100000{
one{"00万"}
other{"00万"}
}
1000000{
one{"000万"}
other{"000万"}
}
10000000{
one{"0000万"}
other{"0000万"}
}
100000000{
one{"0億"}
other{"0億"}
}
1000000000{
one{"00億"}
other{"00億"}
}
10000000000{
one{"000億"}
other{"000億"}
}
100000000000{
one{"0000億"}
other{"0000億"}
}
1000000000000{
one{"0兆"}
other{"0兆"}
}
10000000000000{
one{"00兆"}
other{"00兆"}
}
100000000000000{
one{"000兆"}
other{"000兆"}
}
}

View File

@ -29,51 +29,39 @@ jv{
patternsLong{
decimalFormat{
1000{
one{"0È"}
other{"0 èwu"}
}
10000{
one{"00È"}
other{"00 èwu"}
}
100000{
one{"000È"}
other{"000 èwu"}
}
1000000{
one{"0Y"}
other{"0 yuta"}
}
10000000{
one{"00Y"}
other{"00 yuta"}
}
100000000{
one{"000Y"}
other{"000 yuta"}
}
1000000000{
one{"0M"}
other{"0 milyar"}
}
10000000000{
one{"00M"}
other{"00 milyar"}
}
100000000000{
one{"000M"}
other{"000 milyar"}
}
1000000000000{
one{"0T"}
other{"0 trilyun"}
}
10000000000000{
one{"00T"}
other{"00 trilyun"}
}
100000000000000{
one{"000T"}
other{"000 trilyun"}
}
}
@ -119,39 +107,30 @@ jv{
}
decimalFormat{
1000{
one{"0È"}
other{"0È"}
}
10000{
one{"00È"}
other{"00È"}
}
100000{
one{"000È"}
other{"000È"}
}
1000000{
one{"0Y"}
other{"0Y"}
}
10000000{
one{"00Y"}
other{"00Y"}
}
100000000{
one{"000Y"}
other{"000Y"}
}
1000000000{
one{"0M"}
other{"0M"}
}
10000000000{
one{"00M"}
other{"00M"}
}
100000000000{
one{"000M"}
other{"000M"}
}
}

View File

@ -38,51 +38,39 @@ kea{
patternsLong{
decimalFormat{
1000{
one{"0 mil"}
other{"0 mil"}
}
10000{
one{"00 mil"}
other{"00 mil"}
}
100000{
one{"000 mil"}
other{"000 mil"}
}
1000000{
one{"0 M"}
other{"0 milhãu"}
}
10000000{
one{"00 M"}
other{"00 milhãu"}
}
100000000{
one{"000 M"}
other{"000 milhãu"}
}
1000000000{
one{"0 MM"}
other{"0 mil milhãu"}
}
10000000000{
one{"00 MM"}
other{"00 mil milhãu"}
}
100000000000{
one{"000 MM"}
other{"000 mil milhãu"}
}
1000000000000{
one{"0 Bi"}
other{"0 bilhãu"}
}
10000000000000{
one{"00 Bi"}
other{"00 bilhãu"}
}
100000000000000{
one{"000 Bi"}
other{"000 bilhãu"}
}
}
@ -90,51 +78,39 @@ kea{
patternsShort{
decimalFormat{
1000{
one{"0 mil"}
other{"0 mil"}
}
10000{
one{"00 mil"}
other{"00 mil"}
}
100000{
one{"000 mil"}
other{"000 mil"}
}
1000000{
one{"0 M"}
other{"0 M"}
}
10000000{
one{"00 M"}
other{"00 M"}
}
100000000{
one{"000 M"}
other{"000 M"}
}
1000000000{
one{"0 MM"}
other{"0 MM"}
}
10000000000{
one{"00 MM"}
other{"00 MM"}
}
100000000000{
one{"000 MM"}
other{"000 MM"}
}
1000000000000{
one{"0 Bi"}
other{"0 Bi"}
}
10000000000000{
one{"00 Bi"}
other{"00 Bi"}
}
100000000000000{
one{"000 Bi"}
other{"000 Bi"}
}
}

View File

@ -25,23 +25,6 @@ kl{
}
Version{"36"}
calendar{
generic{
DateTimePatterns{
"HH.mm.ss zzzz",
"HH.mm.ss z",
"HH.mm.ss",
"HH.mm",
"G y MMMM d, EEEE",
"G y MMMM d",
"G y MMM d",
"GGGGG y-MM-dd",
"{1} {0}",
"{1} {0}",
"{1} {0}",
"{1} {0}",
"{1} {0}",
}
}
gregorian{
DateTimePatterns{
"HH.mm.ss zzzz",

View File

@ -37,51 +37,39 @@ km{
patternsLong{
decimalFormat{
1000{
one{"0ពាន់"}
other{"0 ពាន់"}
}
10000{
one{"00 ពាន់"}
other{"00 ពាន់"}
}
100000{
one{"000 ពាន់"}
other{"000ពាន់"}
}
1000000{
one{"0 លាន"}
other{"0 លាន"}
}
10000000{
one{"00 លាន"}
other{"00 លាន"}
}
100000000{
one{"000 លាន"}
other{"000 លាន"}
}
1000000000{
one{"0 ប៊ីលាន"}
other{"0 ប៊ីលាន"}
}
10000000000{
one{"00 ប៊ីលាន"}
other{"00 ប៊ីលាន"}
}
100000000000{
one{"000 ប៊ីលាន"}
other{"000 ប៊ីលាន"}
}
1000000000000{
one{"0 ទ្រីលាន"}
other{"0 ទ្រីលាន"}
}
10000000000000{
one{"00 ទ្រីលាន"}
other{"00 ទ្រីលាន"}
}
100000000000000{
one{"000 ទ្រីលាន"}
other{"000 ទ្រីលាន"}
}
}
@ -127,51 +115,39 @@ km{
}
decimalFormat{
1000{
one{"0ពាន់"}
other{"0ពាន់"}
}
10000{
one{"00 ពាន់"}
other{"00 ពាន់"}
}
100000{
one{"000 ពាន់"}
other{"000 ពាន់"}
}
1000000{
one{"0 លាន"}
other{"0 លាន"}
}
10000000{
one{"00 លាន"}
other{"00 លាន"}
}
100000000{
one{"000 លាន"}
other{"000 លាន"}
}
1000000000{
one{"0 ប៊ីលាន"}
other{"0 ប៊ីលាន"}
}
10000000000{
one{"00 ប៊ីលាន"}
other{"00 ប៊ីលាន"}
}
100000000000{
one{"000 ប៊ីលាន"}
other{"000 ប៊ីលាន"}
}
1000000000000{
one{"0 ទ្រីលាន"}
other{"0 ទ្រីលាន"}
}
10000000000000{
one{"00 ទ្រីលាន"}
other{"00 ទ្រីលាន"}
}
100000000000000{
one{"000 ទ្រីលាន"}
other{"000 ទ្រីលាន"}
}
}

View File

@ -66,51 +66,39 @@ ko{
patternsLong{
decimalFormat{
1000{
one{"0천"}
other{"0천"}
}
10000{
one{"0만"}
other{"0만"}
}
100000{
one{"00만"}
other{"00만"}
}
1000000{
one{"000만"}
other{"000만"}
}
10000000{
one{"0000만"}
other{"0000만"}
}
100000000{
one{"0억"}
other{"0억"}
}
1000000000{
one{"00억"}
other{"00억"}
}
10000000000{
one{"000억"}
other{"000억"}
}
100000000000{
one{"0000억"}
other{"0000억"}
}
1000000000000{
one{"0조"}
other{"0조"}
}
10000000000000{
one{"00조"}
other{"00조"}
}
100000000000000{
one{"000조"}
other{"000조"}
}
}
@ -156,51 +144,39 @@ ko{
}
decimalFormat{
1000{
one{"0천"}
other{"0천"}
}
10000{
one{"0만"}
other{"0만"}
}
100000{
one{"00만"}
other{"00만"}
}
1000000{
one{"000만"}
other{"000만"}
}
10000000{
one{"0000만"}
other{"0000만"}
}
100000000{
one{"0억"}
other{"0억"}
}
1000000000{
one{"00억"}
other{"00억"}
}
10000000000{
one{"000억"}
other{"000억"}
}
100000000000{
one{"0000억"}
other{"0000억"}
}
1000000000000{
one{"0조"}
other{"0조"}
}
10000000000000{
one{"00조"}
other{"00조"}
}
100000000000000{
one{"000조"}
other{"000조"}
}
}

View File

@ -50,51 +50,39 @@ kok{
patternsLong{
decimalFormat{
1000{
one{"0K"}
other{"0 हजार"}
}
10000{
one{"00K"}
other{"00 हजार"}
}
100000{
one{"000K"}
other{"000 हजार"}
}
1000000{
one{"0M"}
other{"0 दशलक्ष"}
}
10000000{
one{"00M"}
other{"00 दशलक्ष"}
}
100000000{
one{"000M"}
other{"000 दशलक्ष"}
}
1000000000{
one{"0B"}
other{"0 अब्ज"}
}
10000000000{
one{"00B"}
other{"00 अब्ज"}
}
100000000000{
one{"000B"}
other{"000 अब्ज"}
}
1000000000000{
one{"0T"}
other{"0 ट्रिलियन"}
}
10000000000000{
one{"00T"}
other{"00 ट्रिलियन"}
}
100000000000000{
one{"000T"}
other{"000 ट्रिलियन"}
}
}
@ -140,51 +128,39 @@ kok{
}
decimalFormat{
1000{
one{"0K"}
other{"0K"}
}
10000{
one{"00K"}
other{"00K"}
}
100000{
one{"000K"}
other{"000K"}
}
1000000{
one{"0M"}
other{"0M"}
}
10000000{
one{"00M"}
other{"00M"}
}
100000000{
one{"000M"}
other{"000M"}
}
1000000000{
one{"0B"}
other{"0B"}
}
10000000000{
one{"00B"}
other{"00B"}
}
100000000000{
one{"000B"}
other{"000B"}
}
1000000000000{
one{"0T"}
other{"0T"}
}
10000000000000{
one{"00T"}
other{"00T"}
}
100000000000000{
one{"000T"}
other{"000T"}
}
}

View File

@ -21,99 +21,63 @@ ksh{
patternsLong{
decimalFormat{
1000{
few{"0 tsd"}
many{"0 tsd"}
one{"0 Dousend"}
other{"0 Dousend"}
two{"0 tsd"}
zero{"0 Dousend"}
}
10000{
few{"00 tsd"}
many{"00 tsd"}
one{"00 Dousend"}
other{"00 Dousend"}
two{"00 tsd"}
zero{"00 Dousend"}
}
100000{
few{"000 tsd"}
many{"000 tsd"}
one{"000 Dousend"}
other{"000 Dousend"}
two{"000 tsd"}
zero{"000 Dousend"}
}
1000000{
few{"0 Mio"}
many{"0 Mio"}
one{"0 Million"}
other{"0 Milljuhne"}
two{"0 Mio"}
zero{"0 Milljuhne"}
}
10000000{
few{"00 Mio"}
many{"00 Mio"}
one{"00 Milljuhne"}
other{"00 Millionen"}
two{"00 Mio"}
zero{"00 Milljuhne"}
}
100000000{
few{"000 Mio"}
many{"000 Mio"}
one{"000 Milljuhne"}
other{"000 Millionen"}
two{"000 Mio"}
zero{"000 Milljuhne"}
}
1000000000{
few{"0 Mrd"}
many{"0 Mrd"}
one{"0 Milliarde"}
other{"0 Milljarde"}
two{"0 Mrd"}
zero{"0 Milljard"}
}
10000000000{
few{"00 Mrd"}
many{"00 Mrd"}
one{"00 Milljarde"}
other{"00 Milliarden"}
two{"00 Mrd"}
zero{"00 Milljarde"}
}
100000000000{
few{"000 Mrd"}
many{"000 Mrd"}
one{"000 Milliarde"}
other{"000 Milliarden"}
two{"000 Mrd"}
zero{"000 Milljarde"}
}
1000000000000{
few{"0 Bio"}
many{"0 Bio"}
one{"0 Billjuhn"}
other{"0 Billjuhn"}
two{"0 Bio"}
zero{"0 Billjuhn"}
}
10000000000000{
few{"00 Bio"}
many{"00 Bio"}
one{"00 Billion"}
other{"00 Billionen"}
two{"00 Bio"}
zero{"00 Billjuhn"}
}
100000000000000{
few{"000 Bio"}
many{"000 Bio"}
one{"000 Billion"}
other{"000 Billionen"}
two{"000 Bio"}
zero{"000 Billjuhn"}
}
}
@ -121,99 +85,63 @@ ksh{
patternsShort{
decimalFormat{
1000{
few{"0 tsd"}
many{"0 tsd"}
one{"0 tsd"}
other{"0 tsd"}
two{"0 tsd"}
zero{"0 tsd"}
}
10000{
few{"00 tsd"}
many{"00 tsd"}
one{"00 tsd"}
other{"00 tsd"}
two{"00 tsd"}
zero{"00 tsd"}
}
100000{
few{"000 tsd"}
many{"000 tsd"}
one{"000 tsd"}
other{"000 tsd"}
two{"000 tsd"}
zero{"000 tsd"}
}
1000000{
few{"0 Mio"}
many{"0 Mio"}
one{"0 Mio"}
other{"0 Mio"}
two{"0 Mio"}
zero{"0 Mio"}
}
10000000{
few{"00 Mio"}
many{"00 Mio"}
one{"00 Mio"}
other{"00 Mio"}
two{"00 Mio"}
zero{"00 Mio"}
}
100000000{
few{"000 Mio"}
many{"000 Mio"}
one{"000 Mio"}
other{"000 Mio"}
two{"000 Mio"}
zero{"000 Mio"}
}
1000000000{
few{"0 Mrd"}
many{"0 Mrd"}
one{"0 Mrd"}
other{"0 Mrd"}
two{"0 Mrd"}
zero{"0 Mrd"}
}
10000000000{
few{"00 Mrd"}
many{"00 Mrd"}
one{"00 Mrd"}
other{"00 Mrd"}
two{"00 Mrd"}
zero{"00 Mrd"}
}
100000000000{
few{"000 Mrd"}
many{"000 Mrd"}
one{"000 Mrd"}
other{"000 Mrd"}
two{"000 Mrd"}
zero{"000 Mrd"}
}
1000000000000{
few{"0 Bio"}
many{"0 Bio"}
one{"0 Bio"}
other{"0 Bio"}
two{"0 Bio"}
zero{"0 Bio"}
}
10000000000000{
few{"00 Bio"}
many{"00 Bio"}
one{"00 Bio"}
other{"00 Bio"}
two{"00 Bio"}
zero{"00 Bio"}
}
100000000000000{
few{"000 Bio"}
many{"000 Bio"}
one{"000 Bio"}
other{"000 Bio"}
two{"000 Bio"}
zero{"000 Bio"}
}
}

View File

@ -11,23 +11,6 @@ kw{
}
Version{"36"}
calendar{
generic{
DateTimePatterns{
"HH:mm:ss zzzz",
"HH:mm:ss z",
"HH:mm:ss",
"HH:mm",
"G y MMMM d, EEEE",
"G y MMMM d",
"G y MMM d",
"GGGGG y-MM-dd",
"{1} {0}",
"{1} {0}",
"{1} {0}",
"{1} {0}",
"{1} {0}",
}
}
gregorian{
AmPmMarkers{
"a.m.",
@ -37,21 +20,6 @@ kw{
"a.m.",
"p.m.",
}
DateTimePatterns{
"HH:mm:ss zzzz",
"HH:mm:ss z",
"HH:mm:ss",
"HH:mm",
"y MMMM d, EEEE",
"y MMMM d",
"y MMM d",
"y-MM-dd",
"{1} {0}",
"{1} {0}",
"{1} {0}",
"{1} {0}",
"{1} {0}",
}
dayNames{
format{
abbreviated{

View File

@ -11,23 +11,6 @@ lkt{
ExemplarCharactersPunctuation{"[\\- — , ; \\: ! ? . \u0022 “ ” ( ) \\[ \\] @ * / \\& #]"}
Version{"36"}
calendar{
generic{
DateTimePatterns{
"h:mm:ss a zzzz",
"h:mm:ss a z",
"h:mm:ss a",
"h:mm a",
"G y MMMM d, EEEE",
"G y MMMM d",
"G y MMM d",
"GGGGG y-MM-dd",
"{1} {0}",
"{1} {0}",
"{1} {0}",
"{1} {0}",
"{1} {0}",
}
}
gregorian{
DateTimePatterns{
"h:mm:ss a zzzz",

View File

@ -125,51 +125,39 @@ lo{
patternsLong{
decimalFormat{
1000{
one{"0 ພັນ"}
other{"0 ພັນ"}
}
10000{
one{"00 ພັນ"}
other{"00 ພັນ"}
}
100000{
one{"000 ກີບ"}
other{"0 ແສນ"}
}
1000000{
one{"0 ລ້ານ"}
other{"0 ລ້ານ"}
}
10000000{
one{"00 ລ້ານ"}
other{"00 ລ້ານ"}
}
100000000{
one{"000 ລ້ານ"}
other{"000 ລ້ານ"}
}
1000000000{
one{"0 ຕື້"}
other{"0 ຕື້"}
}
10000000000{
one{"00 ຕື້"}
other{"00 ຕື້"}
}
100000000000{
one{"000 ຕື້"}
other{"000 ຕື້"}
}
1000000000000{
one{"0 ລ້ານລ້ານ"}
other{"0 ລ້ານລ້ານ"}
}
10000000000000{
one{"00ລລ"}
other{"00 ລ້ານລ້ານ"}
}
100000000000000{
one{"000ລລ"}
other{"000 ລ້ານລ້ານ"}
}
}
@ -215,51 +203,39 @@ lo{
}
decimalFormat{
1000{
one{"0 ພັນ"}
other{"0 ພັນ"}
}
10000{
one{"00 ພັນ"}
other{"00 ພັນ"}
}
100000{
one{"000 ກີບ"}
other{"000 ກີບ"}
}
1000000{
one{"0 ລ້ານ"}
other{"0 ລ້ານ"}
}
10000000{
one{"00 ລ້ານ"}
other{"00 ລ້ານ"}
}
100000000{
one{"000 ລ້ານ"}
other{"000 ລ້ານ"}
}
1000000000{
one{"0 ຕື້"}
other{"0 ຕື້"}
}
10000000000{
one{"00 ຕື້"}
other{"00 ຕື້"}
}
100000000000{
one{"000 ຕື້"}
other{"000 ຕື້"}
}
1000000000000{
one{"0 ລ້ານລ້ານ"}
other{"0 ລ້ານລ້ານ"}
}
10000000000000{
one{"00ລລ"}
other{"00ລລ"}
}
100000000000000{
one{"000ລລ"}
other{"000ລລ"}
}
}

Some files were not shown because too many files have changed in this diff Show More