OLD | NEW |
1 // *************************************************************************** | 1 // *************************************************************************** |
2 // * | 2 // * |
3 // * Copyright (C) 2013 International Business Machines | 3 // * Copyright (C) 2014 International Business Machines |
4 // * Corporation and others. All Rights Reserved. | 4 // * Corporation and others. All Rights Reserved. |
5 // * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter | 5 // * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter |
6 // * Source File: <path>/common/main/az_Cyrl.xml | 6 // * Source File: <path>/common/main/az_Cyrl.xml |
7 // * | 7 // * |
8 // *************************************************************************** | 8 // *************************************************************************** |
9 /** | 9 /** |
10 * ICU <specials> source: <path>/common/main/az_Cyrl.xml | 10 * ICU <specials> source: <path>/common/main/az_Cyrl.xml |
11 */ | 11 */ |
12 az_Cyrl{ | 12 az_Cyrl{ |
13 %%Parent{"root"} | 13 %%Parent{"root"} |
(...skipping 14 matching lines...) Expand all Loading... |
28 infinity{"∞"} | 28 infinity{"∞"} |
29 list{";"} | 29 list{";"} |
30 minusSign{"-"} | 30 minusSign{"-"} |
31 nan{"NaN"} | 31 nan{"NaN"} |
32 perMille{"‰"} | 32 perMille{"‰"} |
33 percentSign{"%"} | 33 percentSign{"%"} |
34 plusSign{"+"} | 34 plusSign{"+"} |
35 } | 35 } |
36 } | 36 } |
37 } | 37 } |
38 Version{"2.0.92.87"} | 38 Version{"2.1.6.69"} |
39 calendar{ | 39 calendar{ |
40 generic{ | 40 generic{ |
41 DateTimePatterns{ | 41 DateTimePatterns{ |
42 "HH:mm:ss zzzz", | 42 "HH:mm:ss zzzz", |
43 "HH:mm:ss z", | 43 "HH:mm:ss z", |
44 "HH:mm:ss", | 44 "HH:mm:ss", |
45 "HH:mm", | 45 "HH:mm", |
46 "EEEE, d, MMMM, y G", | 46 "EEEE, d, MMMM, y G", |
47 "d MMMM, y G", | 47 "d MMMM, y G", |
48 "d MMM, y G", | 48 "d MMM, y G", |
(...skipping 91 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
140 } | 140 } |
141 } | 141 } |
142 } | 142 } |
143 delimiters{ | 143 delimiters{ |
144 alternateQuotationEnd{"›"} | 144 alternateQuotationEnd{"›"} |
145 alternateQuotationStart{"‹"} | 145 alternateQuotationStart{"‹"} |
146 quotationEnd{"»"} | 146 quotationEnd{"»"} |
147 quotationStart{"«"} | 147 quotationStart{"«"} |
148 } | 148 } |
149 } | 149 } |
OLD | NEW |