OLD | NEW |
(Empty) | |
| 1 // *************************************************************************** |
| 2 // * |
| 3 // * Copyright (C) 2014 International Business Machines |
| 4 // * Corporation and others. All Rights Reserved. |
| 5 // * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter |
| 6 // * Source File: <path>/common/main/ee.xml |
| 7 // * |
| 8 // *************************************************************************** |
| 9 /** |
| 10 * ICU <specials> source: <path>/common/main/ee.xml |
| 11 */ |
| 12 ee{ |
| 13 Version{"2.1.8.9"} |
| 14 units{ |
| 15 duration{ |
| 16 day{ |
| 17 one{"ŋkeke {0} wo"} |
| 18 other{"ŋkeke {0} wo"} |
| 19 } |
| 20 hour{ |
| 21 one{"gaƒoƒo {0} wo"} |
| 22 other{"gaƒoƒo {0} wo"} |
| 23 } |
| 24 minute{ |
| 25 one{"aɖabaƒoƒo {0} wo"} |
| 26 other{"aɖabaƒoƒo {0} wo"} |
| 27 } |
| 28 month{ |
| 29 one{"ɣleti {0} wo"} |
| 30 other{"ɣleti {0} wo"} |
| 31 } |
| 32 second{ |
| 33 one{"sekend {0} wo"} |
| 34 other{"sekend {0} wo"} |
| 35 } |
| 36 week{ |
| 37 one{"kɔsiɖa {0} wo"} |
| 38 other{"kɔsiɖa {0} wo"} |
| 39 } |
| 40 year{ |
| 41 one{"ƒe {0} wo"} |
| 42 other{"ƒe {0} wo"} |
| 43 } |
| 44 } |
| 45 } |
| 46 unitsNarrow{ |
| 47 duration{ |
| 48 hour{ |
| 49 one{"g {0}"} |
| 50 other{"g {0}"} |
| 51 } |
| 52 minute{ |
| 53 one{"a {0}"} |
| 54 other{"a {0}"} |
| 55 } |
| 56 second{ |
| 57 one{"s {0}"} |
| 58 other{"s {0}"} |
| 59 } |
| 60 } |
| 61 } |
| 62 unitsShort{ |
| 63 duration{ |
| 64 day{ |
| 65 one{"ŋkeke {0}"} |
| 66 other{"ŋkeke {0}"} |
| 67 } |
| 68 hour{ |
| 69 one{"gaƒoƒo {0}"} |
| 70 other{"gaƒoƒo {0}"} |
| 71 } |
| 72 minute{ |
| 73 one{"aɖabaƒoƒo {0}"} |
| 74 other{"aɖabaƒoƒo {0}"} |
| 75 } |
| 76 month{ |
| 77 one{"ɣleti {0}"} |
| 78 other{"ɣleti {0}"} |
| 79 } |
| 80 second{ |
| 81 one{"sekend {0}"} |
| 82 other{"sekend {0}"} |
| 83 } |
| 84 week{ |
| 85 one{"kɔsiɖa {0}"} |
| 86 other{"kɔsiɖa {0}"} |
| 87 } |
| 88 year{ |
| 89 one{"ƒe {0}"} |
| 90 other{"ƒe {0}"} |
| 91 } |
| 92 } |
| 93 } |
| 94 } |
OLD | NEW |