Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/mono.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/tools
diff options
context:
space:
mode:
authorMarek Habersack <grendel@twistedcode.net>2009-03-05 21:05:11 +0300
committerMarek Habersack <grendel@twistedcode.net>2009-03-05 21:05:11 +0300
commit95c21ebb353f52e0295a668555cd3febd76853ad (patch)
treee821324979d1aacaf1ca6c9de07333f76036559a /tools
parentc29c33897d3eea0b0d528f1e706c050e40cbaa59 (diff)
2009-03-05 Marek Habersack <mhabersack@novell.com>
* culture-info-tables.h: generated to include the en-tt culture. 2009-03-05 Marek Habersack <mhabersack@novell.com> * locales/en_TT.xml: added here since openi18n.org times out and also I can't update icu_locales.tar.gz. File based on en_ZA.xml from that tarball, with appropriate modifications. * Makefile.am (supp_data_files): added supp/en_TT.xml svn path=/trunk/mono/; revision=128714
Diffstat (limited to 'tools')
-rw-r--r--tools/locale-builder/ChangeLog8
-rw-r--r--tools/locale-builder/Makefile.am1
-rw-r--r--tools/locale-builder/supp/en_TT.xml45
3 files changed, 54 insertions, 0 deletions
diff --git a/tools/locale-builder/ChangeLog b/tools/locale-builder/ChangeLog
index 2d7813cfadf..bbd0c60d645 100644
--- a/tools/locale-builder/ChangeLog
+++ b/tools/locale-builder/ChangeLog
@@ -1,3 +1,11 @@
+2009-03-05 Marek Habersack <mhabersack@novell.com>
+
+ * locales/en_TT.xml: added here since openi18n.org times out and
+ also I can't update icu_locales.tar.gz. File based on en_ZA.xml
+ from that tarball, with appropriate modifications.
+
+ * Makefile.am (supp_data_files): added supp/en_TT.xml
+
2007-11-03 Atsushi Enomoto <atsushi@ximian.com>
* DateTimeFormatEntry.cs, Driver.cs : adjust the count of
diff --git a/tools/locale-builder/Makefile.am b/tools/locale-builder/Makefile.am
index 3b43a1124ea..95726fd414c 100644
--- a/tools/locale-builder/Makefile.am
+++ b/tools/locale-builder/Makefile.am
@@ -60,6 +60,7 @@ supp_data_files = \
supp/en_IE.xml \
supp/en_NZ.xml \
supp/en_PH.xml \
+ supp/en_TT.xml \
supp/en_US.xml \
supp/en.xml \
supp/en_ZA.xml \
diff --git a/tools/locale-builder/supp/en_TT.xml b/tools/locale-builder/supp/en_TT.xml
new file mode 100644
index 00000000000..e7711ee81ba
--- /dev/null
+++ b/tools/locale-builder/supp/en_TT.xml
@@ -0,0 +1,45 @@
+<?xml version="1.0" encoding="UTF-8" ?>
+<ldml>
+ <dates>
+ <calendars>
+ <calendar type="gregorian">
+ <am>AM</am>
+ <pm>PM</pm>
+ <dateFormats>
+ <dateFormatLength type="short">
+ <dateFormat >
+ <pattern>dd/MM/yyyy</pattern>
+ </dateFormat>
+ <extraPatterns>
+ <pattern>yyyy-MM-dd</pattern>
+ </extraPatterns>
+ </dateFormatLength >
+ <dateFormatLength type="long">
+ <dateFormat>
+ <pattern>dddd, dd MMMM yyyy</pattern>
+ </dateFormat>
+ </dateFormatLength>
+ </dateFormats>
+ <timeFormats>
+ <timeFormatLength type="long">
+ <timeFormat >
+ <pattern>hh:mm:ss tt</pattern>
+ </timeFormat>
+ <extraPatterns>
+ <pattern>HH:mm:ss</pattern>
+ </extraPatterns>
+ </timeFormatLength >
+ </timeFormats>
+ </calendar>
+ </calendars>
+ </dates>
+ <numbers>
+ <decimalFormats>
+ <decimalFormatLength >
+ <decimalFormat >
+ <pattern>#,##0.###;-#,##0.###</pattern>
+ </decimalFormat>
+ </decimalFormatLength >
+ </decimalFormats>
+ </numbers>
+</ldml>