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/mgo.xml | 6 // * Source File: <path>/common/main/mgo.xml |
7 // * | 7 // * |
8 // *************************************************************************** | 8 // *************************************************************************** |
9 /** | 9 /** |
10 * ICU <specials> source: <path>/common/main/mgo.xml | 10 * ICU <specials> source: <path>/common/main/mgo.xml |
11 */ | 11 */ |
12 mgo{ | 12 mgo{ |
13 AuxExemplarCharacters{"[c h l q v x]"} | 13 AuxExemplarCharacters{"[c h l q v x]"} |
(...skipping 29 matching lines...) Expand all Loading... |
43 list{";"} | 43 list{";"} |
44 minusSign{"-"} | 44 minusSign{"-"} |
45 nan{"NaN"} | 45 nan{"NaN"} |
46 perMille{"‰"} | 46 perMille{"‰"} |
47 percentSign{"%"} | 47 percentSign{"%"} |
48 plusSign{"+"} | 48 plusSign{"+"} |
49 } | 49 } |
50 } | 50 } |
51 native{"latn"} | 51 native{"latn"} |
52 } | 52 } |
53 Version{"2.0.92.87"} | 53 Version{"2.1.6.69"} |
54 calendar{ | 54 calendar{ |
55 generic{ | 55 generic{ |
56 DateTimePatterns{ | 56 DateTimePatterns{ |
57 "HH:mm:ss zzzz", | 57 "HH:mm:ss zzzz", |
58 "HH:mm:ss z", | 58 "HH:mm:ss z", |
59 "HH:mm:ss", | 59 "HH:mm:ss", |
60 "HH:mm", | 60 "HH:mm", |
61 "EEEE, G y MMMM dd", | 61 "EEEE, G y MMMM dd", |
62 "G y MMMM d", | 62 "G y MMMM d", |
63 "G y MMM d", | 63 "G y MMM d", |
(...skipping 303 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
367 weekday{ | 367 weekday{ |
368 dn{"anəg agu nkap"} | 368 dn{"anəg agu nkap"} |
369 } | 369 } |
370 year{ | 370 year{ |
371 dn{"fituʼ"} | 371 dn{"fituʼ"} |
372 } | 372 } |
373 zone{ | 373 zone{ |
374 dn{"Zone"} | 374 dn{"Zone"} |
375 } | 375 } |
376 } | 376 } |
377 units{ | |
378 duration{ | |
379 day{ | |
380 one{"{0} d"} | |
381 other{"{0} d"} | |
382 } | |
383 hour{ | |
384 one{"{0} h"} | |
385 other{"{0} h"} | |
386 } | |
387 minute{ | |
388 one{"{0} min"} | |
389 other{"{0} min"} | |
390 } | |
391 month{ | |
392 one{"{0} m"} | |
393 other{"{0} m"} | |
394 } | |
395 second{ | |
396 one{"{0} s"} | |
397 other{"{0} s"} | |
398 } | |
399 } | |
400 } | |
401 } | 377 } |
OLD | NEW |