diff options
Diffstat (limited to 'intl/icu/source/data/locales/en_BE.txt')
-rw-r--r-- | intl/icu/source/data/locales/en_BE.txt | 65 |
1 files changed, 65 insertions, 0 deletions
diff --git a/intl/icu/source/data/locales/en_BE.txt b/intl/icu/source/data/locales/en_BE.txt new file mode 100644 index 000000000..f19595591 --- /dev/null +++ b/intl/icu/source/data/locales/en_BE.txt @@ -0,0 +1,65 @@ +// © 2016 and later: Unicode, Inc. and others. +// License & terms of use: http://www.unicode.org/copyright.html#License +en_BE{ + %%Parent{"en_001"} + NumberElements{ + latn{ + patterns{ + currencyFormat{"#,##0.00 ¤"} + } + symbols{ + decimal{","} + group{"."} + } + } + } + Version{"2.1.27.40"} + calendar{ + generic{ + DateTimePatterns{ + "HH:mm:ss zzzz", + "HH:mm:ss z", + "HH:mm:ss", + "HH:mm", + "EEEE, d MMMM y G", + "d MMMM y G", + "dd MMM y G", + "dd/MM/y GGGGG", + "{1}, {0}", + "{1} 'at' {0}", + "{1} 'at' {0}", + "{1}, {0}", + "{1}, {0}", + } + availableFormats{ + MEd{"E, d/M"} + Md{"d/M"} + yyyyMEd{"E, d/M/y G"} + yyyyMd{"d/M/y G"} + } + } + gregorian{ + DateTimePatterns{ + "HH:mm:ss zzzz", + "HH:mm:ss z", + "HH:mm:ss", + "HH:mm", + "EEEE, d MMMM y", + "d MMMM y", + "dd MMM y", + "dd/MM/yy", + "{1}, {0}", + "{1} 'at' {0}", + "{1} 'at' {0}", + "{1}, {0}", + "{1}, {0}", + } + availableFormats{ + MEd{"E, d/M"} + Md{"d/M"} + yMEd{"E, d/M/y"} + yMd{"d/M/y"} + } + } + } +} |