aboutsummaryrefslogtreecommitdiff
path: root/src/icu-extradata
diff options
context:
space:
mode:
authorMike FABIAN <mike.fabian@basyskom.de>2010-09-21 17:03:23 +0200
committerMike FABIAN <mike.fabian@basyskom.de>2010-09-21 17:03:23 +0200
commit89fae86588e34d9041c28679daae3cfa5b3a2b44 (patch)
tree393e1bae1c4de85ac2473e96f16913532a45e35e /src/icu-extradata
parent26a9dd6196c950cc7325643ffb95f97d45db9729 (diff)
Fixes: NB#193086, Music; Date format §qtn_musi_lastplayed_md§ and §qtn_musi_datecreated_md§ in metadata for audio files is not clear
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 }
Diffstat (limited to 'src/icu-extradata')
-rw-r--r--src/icu-extradata/4.4.1/cs.txt26
-rw-r--r--src/icu-extradata/icu-extradata.pro3
2 files changed, 28 insertions, 1 deletions
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