summaryrefslogtreecommitdiff
path: root/util
diff options
context:
space:
mode:
authorEl Mehdi Fekari <mfekari@rim.com>2013-03-11 14:17:46 +0100
committerThe Qt Project <gerrit-noreply@qt-project.org>2013-03-13 16:13:44 +0100
commit74cdd38caeb6b8df7375d507ef4364e937d1edf7 (patch)
tree031f3db3615c2ba211929908217229cf8b43ec4f /util
parent05751a7e75da5e4634afccee23076c0dac2ce8b0 (diff)
downloadqt4-tools-74cdd38caeb6b8df7375d507ef4364e937d1edf7.tar.gz
Update Irish locale to return correct date format
Change-Id: I89ad9b97dba6f76d34a23ec03b119fb51e592917 Reviewed-by: Lars Knoll <lars.knoll@digia.com>
Diffstat (limited to 'util')
-rw-r--r--util/local_database/cldr2.0_fixes.diff31
1 files changed, 30 insertions, 1 deletions
diff --git a/util/local_database/cldr2.0_fixes.diff b/util/local_database/cldr2.0_fixes.diff
index 6c1eb74de5..b0152fa029 100644
--- a/util/local_database/cldr2.0_fixes.diff
+++ b/util/local_database/cldr2.0_fixes.diff
@@ -96,7 +96,7 @@ diff -ruN ../common/main/en_CA.xml main/en_CA.xml
<dateFormatItem id="Md">M-d</dateFormatItem>
diff -ruN ../common/main/ga.xml main/ga.xml
--- ../common/main/ga.xml 2011-05-05 21:19:19.000000000 +0200
-+++ main/ga.xml 2013-01-16 11:36:55.919546844 +0100
++++ main/ga.xml 2013-03-11 12:24:44.137303130 +0100
@@ -63,14 +63,53 @@
<calendar type="gregorian">
<months>
@@ -151,6 +151,35 @@ diff -ruN ../common/main/ga.xml main/ga.xml
<day type="fri">Dé hAoine</day>
<day type="sat">Dé Sathairn</day>
</dayWidth>
+@@ -83,6 +122,28 @@
+ </quarterWidth>
+ </quarterContext>
+ </quarters>
++ <dateFormats>
++ <dateFormatLength type="full">
++ <dateFormat>
++ <pattern>EEEE d MMMM y</pattern>
++ </dateFormat>
++ </dateFormatLength>
++ <dateFormatLength type="long">
++ <dateFormat>
++ <pattern>d MMMM y</pattern>
++ </dateFormat>
++ </dateFormatLength>
++ <dateFormatLength type="medium">
++ <dateFormat>
++ <pattern>d MMM y</pattern>
++ </dateFormat>
++ </dateFormatLength>
++ <dateFormatLength type="short">
++ <dateFormat>
++ <pattern>dd/MM/y</pattern>
++ </dateFormat>
++ </dateFormatLength>
++ </dateFormats>
+ <timeFormats>
+ <timeFormatLength type="full">
+ <timeFormat>
diff -ruN ../common/main/gu.xml main/gu.xml
--- ../common/main/gu.xml 2011-05-10 20:52:32.000000000 +0200
+++ main/gu.xml 2013-01-16 11:36:55.971546844 +0100