From 89fae86588e34d9041c28679daae3cfa5b3a2b44 Mon Sep 17 00:00:00 2001 From: Mike FABIAN Date: Tue, 21 Sep 2010 17:03:23 +0200 Subject: =?UTF-8?q?Fixes:=20NB#193086,=20Music;=20Date=20format=20=C2=A7qt?= =?UTF-8?q?n=5Fmusi=5Flastplayed=5Fmd=C2=A7=20and=20=C2=A7qtn=5Fmusi=5Fdat?= =?UTF-8?q?ecreated=5Fmd=C2=A7=20in=20metadata=20for=20audio=20files=20is?= =?UTF-8?q?=20not=20clear?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit RevBy: Berthold Krevert Details: Use the following date patterns for Czech "EEEE, d. MMMM y", "d. MMMM y", "dd.MM.yyyy", "dd.MM.yyyy", to override what comes from libicu/CLDR: "EEEE, d. MMMM y", "d. MMMM y", "d.M.yyyy", "d.M.yy", (Two digit year (yy) is apparently not much used anymore according to the bug reporter and also according to: http://en.wikipedia.org/wiki/Date_and_time_notation_by_country#Czech_Republic } --- src/icu-extradata/4.4.1/cs.txt | 26 ++++++++++++++++++++++++++ src/icu-extradata/icu-extradata.pro | 3 ++- 2 files changed, 28 insertions(+), 1 deletion(-) create mode 100644 src/icu-extradata/4.4.1/cs.txt (limited to 'src/icu-extradata') diff --git a/src/icu-extradata/4.4.1/cs.txt b/src/icu-extradata/4.4.1/cs.txt new file mode 100644 index 00000000..d827254a --- /dev/null +++ b/src/icu-extradata/4.4.1/cs.txt @@ -0,0 +1,26 @@ +cs{ + calendar{ + gregorian{ + AmPmMarkers{ + "dop.", + "odp.", + } + DateTimePatterns{ + "H:mm:ss zzzz", + "H:mm:ss z", + "H:mm:ss", + "H:mm", + "EEEE, d. MMMM y", + "d. MMMM y", + "dd.MM.yyyy", + "dd.MM.yyyy", + "{1} {0}", + "{1} {0}", + "{1} {0}", + "{1} {0}", + "{1} {0}", + } + } + } +} + diff --git a/src/icu-extradata/icu-extradata.pro b/src/icu-extradata/icu-extradata.pro index dccee5dc..267cc512 100644 --- a/src/icu-extradata/icu-extradata.pro +++ b/src/icu-extradata/icu-extradata.pro @@ -6,7 +6,8 @@ ICUDATA = $$system(icu-config --icudata) # for example “icudt44l” ICUUSRDATA = $$replace(ICUDATA, icudt, usrdt) # for example “usrdt44l” greaterThan(ICUVERSION, 4.4) { - LOCALESTXT = $${ICUVERSION}/en_SG.txt \ + LOCALESTXT = $${ICUVERSION}/cs.txt \ + $${ICUVERSION}/en_SG.txt \ $${ICUVERSION}/fi.txt \ $${ICUVERSION}/it.txt \ $${ICUVERSION}/ms_BN.txt -- cgit v1.2.3