mirror of
https://github.com/unicode-org/icu.git
synced 2025-04-07 22:44:49 +00:00
ICU-4930 Fix number spellout for Italian
X-SVN-Rev: 22330
This commit is contained in:
parent
3250ab24d7
commit
3a66e3ebd8
3 changed files with 8 additions and 8 deletions
|
@ -1,3 +1,3 @@
|
|||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:5cfa5dbc7871b399559d54eebaf69401b53ec363713154385a6c62c22d3a727b
|
||||
oid sha256:11063374b237e651af2f5dbbbf8cf9430d17d73a1675ca7c302c4a23bd0be67e
|
||||
size 791993
|
||||
|
|
|
@ -525,8 +525,8 @@ public class RbnfTest extends TestFmwk {
|
|||
{ "1", "uno" },
|
||||
{ "15", "quindici" },
|
||||
{ "20", "venti" },
|
||||
{ "23", "ventitre" },
|
||||
{ "73", "settantatre" },
|
||||
{ "23", "ventitr\u00E9" },
|
||||
{ "73", "settantatr\u00E9" },
|
||||
{ "88", "ottantotto" },
|
||||
{ "100", "cento" },
|
||||
{ "106", "centosei" },
|
||||
|
@ -539,9 +539,9 @@ public class RbnfTest extends TestFmwk {
|
|||
{ "2,000", "duemila" },
|
||||
{ "3,004", "tremilaquattro" },
|
||||
{ "4,567", "quattromilacinquecentosessantasette" },
|
||||
{ "15,943", "quindicimilanovecentoquarantatre" },
|
||||
{ "-36", "meno trentisei" },
|
||||
{ "234.567", "duecentotrentiquattro virgola cinque sei sette" }
|
||||
{ "15,943", "quindicimilanovecentoquarantatr\u00E9" },
|
||||
{ "-36", "meno trentasei" },
|
||||
{ "234.567", "duecentotrentaquattro virgola cinque sei sette" }
|
||||
};
|
||||
|
||||
doTest(formatter, testData, true);
|
||||
|
|
|
@ -1,3 +1,3 @@
|
|||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:63911be5e166d2222d2d9970f4e1f69df6e183af39e247674415210cdfc2f026
|
||||
size 5422053
|
||||
oid sha256:d25af2410b4211d1acd09a5c4e4b74847b2de5960d89cb1b38cce633fb29a9c2
|
||||
size 5422382
|
||||
|
|
Loading…
Add table
Reference in a new issue