mirror of
https://github.com/unicode-org/icu.git
synced 2025-04-13 17:01:16 +00:00
ICU-2833 fix date time formats
X-SVN-Rev: 13749
This commit is contained in:
parent
c3c5a91096
commit
aa109b8431
1 changed files with 4 additions and 12 deletions
|
@ -264,13 +264,13 @@ lt {
|
|||
"HH:mm",
|
||||
"yyyy 'm.' MMMM d 'd.',EEEE",
|
||||
"yyyy 'm.' MMMM d 'd.'",
|
||||
"yyyy.M.d",
|
||||
"yyyy.M.d",
|
||||
"yyyy.MM.dd",
|
||||
"yyyy.MM.dd",
|
||||
"{1} {0}",
|
||||
}
|
||||
DateTimeElements:intvector {
|
||||
2,
|
||||
1, // "Minimal Days in First Week" is unknown. Root value used instead
|
||||
4, // "Minimal Days in First Week" Lithuania follows ISO 8601
|
||||
}
|
||||
DayAbbreviations {
|
||||
"sk",
|
||||
|
@ -372,15 +372,7 @@ lt {
|
|||
"+",
|
||||
}
|
||||
localPatternChars { "GanjkHmsSEDFwWxhKzAe" }
|
||||
zoneStrings {
|
||||
{
|
||||
"Africa/Casablanca",
|
||||
"GMT",
|
||||
"GMT",
|
||||
"GMT",
|
||||
"GMT",
|
||||
}
|
||||
}
|
||||
|
||||
LocaleScript{
|
||||
"Latn", // ISO 15924 Name
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue