copied mono-api-diff.cs from mono-2-2 branch so new patch can be applied and history...
[mono.git] / tools / locale-builder / supp / en_TT.xml
1 <?xml version="1.0" encoding="UTF-8" ?>
2 <ldml>
3         <dates>
4                 <calendars>
5                         <calendar type="gregorian">
6                                 <am>AM</am>
7                                 <pm>PM</pm>
8                                 <dateFormats>
9                                         <dateFormatLength type="short">
10                                                 <dateFormat >
11                                                         <pattern>dd/MM/yyyy</pattern>
12                                                 </dateFormat>
13                                                 <extraPatterns>
14                                                   <pattern>yyyy-MM-dd</pattern>
15                                                 </extraPatterns>
16                                         </dateFormatLength >
17                                         <dateFormatLength type="long">
18                                           <dateFormat>
19                                             <pattern>dddd, dd MMMM yyyy</pattern>
20                                           </dateFormat>
21                                         </dateFormatLength>
22                                 </dateFormats>
23                                 <timeFormats>
24                                         <timeFormatLength type="long">
25                                                 <timeFormat >
26                                                         <pattern>hh:mm:ss tt</pattern>
27                                                 </timeFormat>
28                                                 <extraPatterns>
29                                                   <pattern>HH:mm:ss</pattern>
30                                                 </extraPatterns>
31                                         </timeFormatLength >
32                                 </timeFormats>
33                         </calendar>
34                 </calendars>
35         </dates>
36   <numbers>
37     <decimalFormats>
38       <decimalFormatLength >
39         <decimalFormat >
40           <pattern>#,##0.###;-#,##0.###</pattern>
41         </decimalFormat>
42       </decimalFormatLength >
43     </decimalFormats>
44   </numbers>
45 </ldml>