• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1// © 2016 and later: Unicode, Inc. and others.
2// License & terms of use: http://www.unicode.org/copyright.html#License
3en_GB{
4    %%Parent{"en_001"}
5    NumberElements{
6        latn{
7            miscPatterns{
8                range{"{0}–{1}"}
9            }
10        }
11        minimumGroupingDigits{"1"}
12    }
13    Version{"36.1"}
14    calendar{
15        generic{
16            availableFormats{
17                MEd{"E dd/MM"}
18                MMMEd{"E d MMM"}
19            }
20            intervalFormats{
21                MMMEd{
22                    d{"E d MMM – E d MMM"}
23                }
24                Md{
25                    M{"dd/MMdd/MM"}
26                    d{"dd/MMdd/MM"}
27                }
28                yMMMEd{
29                    d{"E, d MMM – E, d MMM y G"}
30                }
31            }
32        }
33        gregorian{
34            DateTimePatterns{
35                "HH:mm:ss zzzz",
36                "HH:mm:ss z",
37                "HH:mm:ss",
38                "HH:mm",
39                "EEEE, d MMMM y",
40                "d MMMM y",
41                "d MMM y",
42                "dd/MM/y",
43                "{1}, {0}",
44                "{1} 'at' {0}",
45                "{1} 'at' {0}",
46                "{1}, {0}",
47                "{1}, {0}",
48            }
49            availableFormats{
50                EBhm{"E h:mm B"}
51                EBhms{"E h:mm:ss B"}
52            }
53            dayNames{
54                format{
55                    narrow{
56                        "S",
57                        "M",
58                        "T",
59                        "W",
60                        "T",
61                        "F",
62                        "S",
63                    }
64                }
65                stand-alone{
66                    abbreviated{
67                        "Sun",
68                        "Mon",
69                        "Tue",
70                        "Wed",
71                        "Thu",
72                        "Fri",
73                        "Sat",
74                    }
75                    short{
76                        "Su",
77                        "Mo",
78                        "Tu",
79                        "We",
80                        "Th",
81                        "Fr",
82                        "Sa",
83                    }
84                    wide{
85                        "Sunday",
86                        "Monday",
87                        "Tuesday",
88                        "Wednesday",
89                        "Thursday",
90                        "Friday",
91                        "Saturday",
92                    }
93                }
94            }
95            dayPeriod{
96                stand-alone{
97                    narrow{
98                        midnight{"midnight"}
99                        noon{"noon"}
100                    }
101                }
102            }
103            intervalFormats{
104                MMMEd{
105                    d{"E d MMM – E d MMM"}
106                }
107                yMMMEd{
108                    d{"E, d MMM – E, d MMM y"}
109                }
110            }
111            monthNames{
112                format{
113                    narrow{
114                        "J",
115                        "F",
116                        "M",
117                        "A",
118                        "M",
119                        "J",
120                        "J",
121                        "A",
122                        "S",
123                        "O",
124                        "N",
125                        "D",
126                    }
127                }
128                stand-alone{
129                    abbreviated{
130                        "Jan",
131                        "Feb",
132                        "Mar",
133                        "Apr",
134                        "May",
135                        "Jun",
136                        "Jul",
137                        "Aug",
138                        "Sep",
139                        "Oct",
140                        "Nov",
141                        "Dec",
142                    }
143                    wide{
144                        "January",
145                        "February",
146                        "March",
147                        "April",
148                        "May",
149                        "June",
150                        "July",
151                        "August",
152                        "September",
153                        "October",
154                        "November",
155                        "December",
156                    }
157                }
158            }
159            quarters{
160                format{
161                    narrow{
162                        "1",
163                        "2",
164                        "3",
165                        "4",
166                    }
167                }
168                stand-alone{
169                    abbreviated{
170                        "Q1",
171                        "Q2",
172                        "Q3",
173                        "Q4",
174                    }
175                    wide{
176                        "1st quarter",
177                        "2nd quarter",
178                        "3rd quarter",
179                        "4th quarter",
180                    }
181                }
182            }
183        }
184    }
185    fields{
186        day-narrow{
187            relativeTime{
188                future{
189                    one{"in {0} day"}
190                    other{"in {0} days"}
191                }
192                past{
193                    one{"{0} day ago"}
194                    other{"{0} days ago"}
195                }
196            }
197        }
198        hour-narrow{
199            dn{"hr"}
200        }
201        second-narrow{
202            dn{"sec"}
203        }
204        year-narrow{
205            dn{"yr"}
206        }
207    }
208}
209