ICU-4567 Changed resource type of calendar/taiwan/eras/abbreviated from string to table to resolve ICU4J DateFormatSymbols initialization crash problem.
X-SVN-Rev: 21873
This commit is contained in:
parent
1b83ec29fe
commit
17a3835464
@ -76,7 +76,7 @@ root{
|
||||
taiwan{
|
||||
eras {
|
||||
abbreviated{
|
||||
"míngúo"
|
||||
"míngúo",
|
||||
}
|
||||
}
|
||||
}
|
||||
|
@ -2020,7 +2020,7 @@ zh{
|
||||
taiwan{
|
||||
eras {
|
||||
abbreviated{
|
||||
"民國"
|
||||
"民國",
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user