diff options
Diffstat (limited to 'intl/icu/source/data/locales/en_GB.txt')
-rw-r--r-- | intl/icu/source/data/locales/en_GB.txt | 63 |
1 files changed, 63 insertions, 0 deletions
diff --git a/intl/icu/source/data/locales/en_GB.txt b/intl/icu/source/data/locales/en_GB.txt new file mode 100644 index 000000000..9718c9d36 --- /dev/null +++ b/intl/icu/source/data/locales/en_GB.txt @@ -0,0 +1,63 @@ +// © 2016 and later: Unicode, Inc. and others. +// License & terms of use: http://www.unicode.org/copyright.html#License +en_GB{ + %%Parent{"en_001"} + Version{"2.1.29.24"} + calendar{ + gregorian{ + AmPmMarkers{ + "am", + "pm", + } + AmPmMarkersAbbr{ + "am", + "pm", + } + DateTimePatterns{ + "HH:mm:ss zzzz", + "HH:mm:ss z", + "HH:mm:ss", + "HH:mm", + "EEEE, d MMMM y", + "d MMMM y", + "d MMM y", + "dd/MM/y", + "{1}, {0}", + "{1} 'at' {0}", + "{1} 'at' {0}", + "{1}, {0}", + "{1}, {0}", + } + availableFormats{ + MEd{"E dd/MM"} + MMMEd{"E d MMM"} + } + dayPeriod{ + stand-alone{ + abbreviated{ + am{"am"} + pm{"pm"} + } + wide{ + am{"am"} + pm{"pm"} + } + } + } + } + islamic{ + availableFormats{ + MEd{"E dd/MM"} + MMMEd{"E d MMM"} + } + } + } + listPattern{ + standard{ + end{"{0} and {1}"} + } + standard-short{ + end{"{0} and {1}"} + } + } +} |