From 56da26fbac3d6b846686d65aa7e7e182594114c3 Mon Sep 17 00:00:00 2001 From: Vladimir Weinstein Date: Tue, 16 Dec 2003 18:41:52 +0000 Subject: [PATCH] ICU-3461 Locale data fixes (mostly first day of the week) X-SVN-Rev: 14142 --- icu4c/source/data/locales/cs.txt | 4 ++++ icu4c/source/data/locales/hr.txt | 6 +++++- icu4c/source/data/locales/hy.txt | 5 +++++ icu4c/source/data/locales/mk.txt | 4 ++++ icu4c/source/data/locales/ro.txt | 4 ++++ icu4c/source/data/locales/sh.txt | 6 ++++++ icu4c/source/data/locales/sl.txt | 6 ++++++ icu4c/source/data/locales/sq.txt | 4 ++++ icu4c/source/data/locales/sr.txt | 4 ++++ 9 files changed, 42 insertions(+), 1 deletion(-) diff --git a/icu4c/source/data/locales/cs.txt b/icu4c/source/data/locales/cs.txt index b13afeb7042..440d327460a 100644 --- a/icu4c/source/data/locales/cs.txt +++ b/icu4c/source/data/locales/cs.txt @@ -272,6 +272,10 @@ cs { "d.M.yy", "{1} {0}", } + DateTimeElements:intvector { + 2, + 1, // "Minimal Days in First Week" is unknown. Root value used instead + } DayAbbreviations { "ne", "po", diff --git a/icu4c/source/data/locales/hr.txt b/icu4c/source/data/locales/hr.txt index 116803268cc..5506cf704cc 100644 --- a/icu4c/source/data/locales/hr.txt +++ b/icu4c/source/data/locales/hr.txt @@ -284,7 +284,7 @@ hr { lt { "litvanski" } lv { "latvijski" } nl { "nizozemski" } - no { "norve\u0161kin" } + no { "norve\u0161ki" } pl { "poljski" } pt { "portugalski" } ro { "rumunjski" } @@ -308,6 +308,10 @@ hr { "yyyy.MM.dd", "{1} {0}", } + DateTimeElements:intvector { + 2, + 1, // "Minimal Days in First Week" is unknown. Root value used instead + } DayAbbreviations { "ned", "pon", diff --git a/icu4c/source/data/locales/hy.txt b/icu4c/source/data/locales/hy.txt index eccd2066bcf..09e5585afd0 100644 --- a/icu4c/source/data/locales/hy.txt +++ b/icu4c/source/data/locales/hy.txt @@ -102,6 +102,11 @@ hy{ "{1} {0}", } + DateTimeElements:intvector { + 2, + 1, // "Minimal Days in First Week" is unknown. Root value used instead + } + // localPatternChars{ "GyMdkHmsSEDFwWahKz" } NumberPatterns{ diff --git a/icu4c/source/data/locales/mk.txt b/icu4c/source/data/locales/mk.txt index 306f3c34b53..a846f3e939f 100644 --- a/icu4c/source/data/locales/mk.txt +++ b/icu4c/source/data/locales/mk.txt @@ -25,6 +25,10 @@ mk { "dd.M.yy", "{1} {0}", } + DateTimeElements:intvector { + 2, + 1, // "Minimal Days in First Week" is unknown. Root value used instead + } DayAbbreviations { "\u043D\u0435\u0434.", "\u043F\u043E\u043D.", diff --git a/icu4c/source/data/locales/ro.txt b/icu4c/source/data/locales/ro.txt index a853ae95d76..a61d937380a 100644 --- a/icu4c/source/data/locales/ro.txt +++ b/icu4c/source/data/locales/ro.txt @@ -269,6 +269,10 @@ ro { "dd.MM.yyyy", "{1} {0}", } + DateTimeElements:intvector { + 2, + 1, // "Minimal Days in First Week" is unknown. Root value used instead + } DayAbbreviations { "D", "L", diff --git a/icu4c/source/data/locales/sh.txt b/icu4c/source/data/locales/sh.txt index 4aab8115fbe..b181a29a070 100644 --- a/icu4c/source/data/locales/sh.txt +++ b/icu4c/source/data/locales/sh.txt @@ -221,6 +221,12 @@ sh { "d.M.yy.", "{1} {0}", } + + DateTimeElements:intvector { + 2, + 1, // "Minimal Days in First Week" is unknown. Root value used instead + } + DayAbbreviations { "ned", "pon", diff --git a/icu4c/source/data/locales/sl.txt b/icu4c/source/data/locales/sl.txt index 89ddd67d3a0..63d5532b7e6 100644 --- a/icu4c/source/data/locales/sl.txt +++ b/icu4c/source/data/locales/sl.txt @@ -270,6 +270,12 @@ sl { "yy.M.d", "{1} {0}", } + + DateTimeElements:intvector { + 2, + 1, // "Minimal Days in First Week" is unknown. Root value used instead + } + DayAbbreviations { "ned", "pon", diff --git a/icu4c/source/data/locales/sq.txt b/icu4c/source/data/locales/sq.txt index 08833ad4dca..05ee940f59d 100644 --- a/icu4c/source/data/locales/sq.txt +++ b/icu4c/source/data/locales/sq.txt @@ -31,6 +31,10 @@ sq { "yy-MM-dd", "{1} {0}", } + DateTimeElements:intvector { + 2, + 1, // "Minimal Days in First Week" is unknown. Root value used instead + } DayAbbreviations { "Die", "H\u00EBn", diff --git a/icu4c/source/data/locales/sr.txt b/icu4c/source/data/locales/sr.txt index 6feed0bdeec..86f2e4ab237 100644 --- a/icu4c/source/data/locales/sr.txt +++ b/icu4c/source/data/locales/sr.txt @@ -210,6 +210,10 @@ sr { "d.M.yy.", "{1} {0}", } + DateTimeElements:intvector { + 2, + 1, // "Minimal Days in First Week" is unknown. Root value used instead + } DayAbbreviations { "\u043D\u0435\u0434", "\u043F\u043E\u043D",