summaryrefslogtreecommitdiff
path: root/src/zope/i18n/locales/data/main/en_GB.xml
diff options
context:
space:
mode:
authorNathan Yergler <nathan@yergler.net>2007-11-27 23:40:42 +0000
committerNathan Yergler <nathan@yergler.net>2007-11-27 23:40:42 +0000
commit0557d86baf6a358afff82740031435308c7350ba (patch)
tree5d7c0c83320d5305ed1cf3bf787283975314d26d /src/zope/i18n/locales/data/main/en_GB.xml
parent8820e6aaf18fd8a890568a2bde02354365270af2 (diff)
downloadzope-i18n-0557d86baf6a358afff82740031435308c7350ba.tar.gz
Moving xml data files into the main directory in preparation for exploding the new, updated CLDR dataset on top. The goal is to (hopefully) have a meaningful change set.
Diffstat (limited to 'src/zope/i18n/locales/data/main/en_GB.xml')
-rw-r--r--src/zope/i18n/locales/data/main/en_GB.xml85
1 files changed, 85 insertions, 0 deletions
diff --git a/src/zope/i18n/locales/data/main/en_GB.xml b/src/zope/i18n/locales/data/main/en_GB.xml
new file mode 100644
index 0000000..bce71f1
--- /dev/null
+++ b/src/zope/i18n/locales/data/main/en_GB.xml
@@ -0,0 +1,85 @@
+<?xml version="1.0" encoding="UTF-8" ?>
+<!DOCTYPE ldml SYSTEM "http://www.openi18n.org/spec/ldml/1.0/ldml.dtd">
+<ldml>
+ <identity>
+ <version number="1.0"/>
+ <generation date="2003-12-19" />
+ <language type="en" />
+ <territory type="GB" />
+ </identity>
+ <dates>
+ <calendars>
+ <calendar type="gregorian">
+ <week>
+ <minDays count="1"/>
+ <firstDay day="mon"/>
+ </week>
+ <dateFormats>
+ <default type="medium"/>
+ <dateFormatLength type="full">
+ <dateFormat >
+ <pattern>EEEE, d MMMM yyyy</pattern>
+ </dateFormat>
+ </dateFormatLength >
+ <dateFormatLength type="long">
+ <dateFormat >
+ <pattern>d MMMM yyyy</pattern>
+ </dateFormat>
+ </dateFormatLength >
+ <dateFormatLength type="medium">
+ <dateFormat >
+ <pattern>d MMM yyyy</pattern>
+ </dateFormat>
+ </dateFormatLength >
+ <dateFormatLength type="short">
+ <dateFormat >
+ <pattern>dd/MM/yyyy</pattern>
+ </dateFormat>
+ </dateFormatLength >
+ </dateFormats>
+ <timeFormats>
+ <default type="medium"/>
+ <timeFormatLength type="full">
+ <timeFormat >
+ <pattern>HH:mm:ss z</pattern>
+ </timeFormat>
+ </timeFormatLength >
+ <timeFormatLength type="long">
+ <timeFormat >
+ <pattern>HH:mm:ss z</pattern>
+ </timeFormat>
+ </timeFormatLength >
+ <timeFormatLength type="medium">
+ <timeFormat >
+ <pattern>HH:mm:ss</pattern>
+ </timeFormat>
+ </timeFormatLength >
+ <timeFormatLength type="short">
+ <timeFormat >
+ <pattern>HH:mm</pattern>
+ </timeFormat>
+ </timeFormatLength >
+ </timeFormats>
+ <dateTimeFormats>
+ <dateTimeFormatLength >
+ <dateTimeFormat>
+ <pattern>{1} {0}</pattern>
+ </dateTimeFormat>
+ </dateTimeFormatLength >
+ </dateTimeFormats>
+ </calendar>
+ </calendars>
+ <timeZoneNames>
+ <zone type="Europe/London">
+ <long>
+ <standard>Greenwich Mean Time</standard>
+ <daylight>British Summer Time</daylight>
+ </long>
+ <short>
+ <standard>GMT</standard>
+ <daylight>BST</daylight>
+ </short>
+ </zone>
+ </timeZoneNames>
+ </dates>
+</ldml>