BindingFlags.Public needed here as Exception.HResult is now public in .NET 4.5. This...
[mono.git] / tools / locale-builder / supp / ar_MA.xml
1 <?xml version="1.0" encoding="UTF-8" ?>
2 <!DOCTYPE ldml SYSTEM "         http://www.openi18n.org/spec/ldml/1.0/ldml.dtd" 
3 [
4       <!ENTITY % icu SYSTEM "   http://www.openi18n.org/spec/ldml/1.0/ldmlICU.dtd"> 
5 %icu;
6 ]
7 >
8 <ldml>
9         <dates>
10                 <symbols>
11                         <dateSeparator>-</dateSeparator>
12                 </symbols>
13                 <calendars>
14                         <calendar_type type="GregorianCalendar" />
15                         <calendar type="gregorian">
16                                 <dateFormats>
17                                         <dateFormatLength type="short">
18                                                 <dateFormat >
19                                                         <pattern>dd-MM-yyyy</pattern>
20                                                 </dateFormat>
21                                         </dateFormatLength >
22                                 </dateFormats>
23                                 <timeFormats>
24                                         <timeFormatLength type="long">
25                                                 <timeFormat >
26                                                         <pattern>H:mm:ss</pattern>
27                                                 </timeFormat>
28                                         </timeFormatLength >
29                                 </timeFormats>
30                         </calendar>
31                 </calendars>
32         </dates>
33 </ldml>
34