mirror of
https://github.com/unicode-org/icu.git
synced 2025-04-21 04:29:31 +00:00
ICU-652 Fix a roundtripping problem. Don't mix 12-hour and 24-hour time format in the same locale.
X-SVN-Rev: 11813
This commit is contained in:
parent
0c1928ef3b
commit
07f52c0883
1 changed files with 13 additions and 13 deletions
|
@ -55,17 +55,17 @@ hy_AM_REVISED{
|
|||
"\u0544\u2024\u0539\u2024"
|
||||
}
|
||||
|
||||
// LocaleString{ "hy_AM_REVISED" }
|
||||
|
||||
DateTimePatterns {
|
||||
"HH:mm:ss z",
|
||||
"H:mm:ss z",
|
||||
"h:mm:ss",
|
||||
"h:mm",
|
||||
"EEEE,d MMMM, yyyy",
|
||||
"d MMMM yyyy",
|
||||
"d MMM yyyy",
|
||||
"dd-MM-yy",
|
||||
"{1} {0}",
|
||||
}
|
||||
// Just use the data from the parent.
|
||||
// The original data in this locale looked suspicious.
|
||||
// DateTimePatterns {
|
||||
// "HH:mm:ss z",
|
||||
// "H:mm:ss z",
|
||||
// "H:mm:ss",
|
||||
// "H:mm",
|
||||
// "EEEE,d MMMM, yyyy",
|
||||
// "d MMMM yyyy",
|
||||
// "d MMM yyyy",
|
||||
// "dd-MM-yy",
|
||||
// "{1} {0}",
|
||||
// }
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue