mirror of
https://github.com/unicode-org/icu.git
synced 2025-04-21 12:40:02 +00:00
ICU-4567 More taiwan calendar support
X-SVN-Rev: 21913
This commit is contained in:
parent
e0e1ccd5a4
commit
a0daf6de27
1 changed files with 17 additions and 1 deletions
18
icu4c/source/test/testdata/structLocale.txt
vendored
18
icu4c/source/test/testdata/structLocale.txt
vendored
|
@ -2054,6 +2054,7 @@ structLocale:table(nofallback){
|
|||
islamic{""}
|
||||
islamic-civil{""}
|
||||
japanese{""}
|
||||
taiwan{""}
|
||||
}
|
||||
collation{
|
||||
big5han{""}
|
||||
|
@ -3097,8 +3098,23 @@ structLocale:table(nofallback){
|
|||
}
|
||||
}
|
||||
taiwan{
|
||||
eras {
|
||||
DateTimePatterns{
|
||||
"",
|
||||
"",
|
||||
"",
|
||||
"",
|
||||
"",
|
||||
"",
|
||||
"",
|
||||
"",
|
||||
"",
|
||||
}
|
||||
eras{
|
||||
abbreviated{
|
||||
"",
|
||||
}
|
||||
wide{
|
||||
"",
|
||||
""
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue