mirror of
https://github.com/unicode-org/icu.git
synced 2025-04-13 08:53:20 +00:00
ICU-12948 Add new elements in structLocale
X-SVN-Rev: 39596
This commit is contained in:
parent
8e2a943ae8
commit
850118a0e0
1 changed files with 71 additions and 0 deletions
71
icu4c/source/test/testdata/structLocale.txt
vendored
71
icu4c/source/test/testdata/structLocale.txt
vendored
|
@ -4250,6 +4250,15 @@ structLocale:table(nofallback){
|
|||
}
|
||||
}
|
||||
}
|
||||
dayOfYear{
|
||||
dn{""}
|
||||
}
|
||||
dayOfYear-short{
|
||||
dn{""}
|
||||
}
|
||||
dayOfYear-narrow{
|
||||
dn{""}
|
||||
}
|
||||
dayperiod{
|
||||
dn{""}
|
||||
dn%variant{""}
|
||||
|
@ -4259,6 +4268,14 @@ structLocale:table(nofallback){
|
|||
"1"{""}
|
||||
}
|
||||
}
|
||||
dayperiod-short{
|
||||
dn{""}
|
||||
dn%variant{""}
|
||||
}
|
||||
dayperiod-narrow{
|
||||
dn{""}
|
||||
dn%variant{""}
|
||||
}
|
||||
era{
|
||||
dn{""}
|
||||
relative{
|
||||
|
@ -4267,6 +4284,12 @@ structLocale:table(nofallback){
|
|||
"1"{""}
|
||||
}
|
||||
}
|
||||
era-short{
|
||||
dn{""}
|
||||
}
|
||||
era-narrow{
|
||||
dn{""}
|
||||
}
|
||||
fri{
|
||||
relative{
|
||||
"-1"{""}
|
||||
|
@ -5263,6 +5286,15 @@ structLocale:table(nofallback){
|
|||
}
|
||||
}
|
||||
}
|
||||
weekOfMonth{
|
||||
dn{""}
|
||||
}
|
||||
weekOfMonth-short{
|
||||
dn{""}
|
||||
}
|
||||
weekOfMonth-narrow{
|
||||
dn{""}
|
||||
}
|
||||
weekday{
|
||||
dn{""}
|
||||
relative{
|
||||
|
@ -5271,6 +5303,21 @@ structLocale:table(nofallback){
|
|||
"1"{""}
|
||||
}
|
||||
}
|
||||
weekday-short{
|
||||
dn{""}
|
||||
}
|
||||
weekday-narrow{
|
||||
dn{""}
|
||||
}
|
||||
weekdayOfMonth{
|
||||
dn{""}
|
||||
}
|
||||
weekdayOfMonth-short{
|
||||
dn{""}
|
||||
}
|
||||
weekdayOfMonth-narrow{
|
||||
dn{""}
|
||||
}
|
||||
year{
|
||||
dn{""}
|
||||
relative{
|
||||
|
@ -5360,6 +5407,12 @@ structLocale:table(nofallback){
|
|||
"1"{""}
|
||||
}
|
||||
}
|
||||
zone-short{
|
||||
dn{""}
|
||||
}
|
||||
zone-narrow{
|
||||
dn{""}
|
||||
}
|
||||
}
|
||||
CurrencyUnitPatterns{
|
||||
zero{""}
|
||||
|
@ -13196,6 +13249,24 @@ structLocale:table(nofallback){
|
|||
timeSeparator{""}
|
||||
}
|
||||
}
|
||||
minimalPairs{
|
||||
ordinal{
|
||||
zero{""}
|
||||
one{""}
|
||||
two{""}
|
||||
few{""}
|
||||
many{""}
|
||||
other{""}
|
||||
}
|
||||
plural{
|
||||
zero{""}
|
||||
one{""}
|
||||
two{""}
|
||||
few{""}
|
||||
many{""}
|
||||
other{""}
|
||||
}
|
||||
}
|
||||
mlym{
|
||||
miscPatterns{
|
||||
atLeast{""}
|
||||
|
|
Loading…
Add table
Reference in a new issue