| OLD | NEW |
| 1 // *************************************************************************** | 1 // *************************************************************************** |
| 2 // * | 2 // * |
| 3 // * Copyright (C) 2014 International Business Machines | 3 // * Copyright (C) 2015 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/bs_Cyrl.xml | 6 // * Source File: <path>/common/main/bs_Cyrl.xml |
| 7 // * | 7 // * |
| 8 // *************************************************************************** | 8 // *************************************************************************** |
| 9 /** | |
| 10 * ICU <specials> source: <path>/common/main/bs_Cyrl.xml | |
| 11 */ | |
| 12 bs_Cyrl{ | 9 bs_Cyrl{ |
| 13 %%Parent{"root"} | 10 %%Parent{"root"} |
| 14 Version{"2.1.8.9"} | 11 Version{"2.1.19.90"} |
| 15 units{ | 12 units{ |
| 16 duration{ | 13 duration{ |
| 17 day{ | 14 day{ |
| 18 few{"{0} дана"} | 15 few{"{0} дана"} |
| 19 one{"{0} дан"} | 16 one{"{0} дан"} |
| 20 other{"{0} дан"} | 17 other{"{0} дан"} |
| 21 } | 18 } |
| 22 hour{ | 19 hour{ |
| 23 few{"{0} сата"} | 20 few{"{0} сата"} |
| 24 one{"{0} сат"} | 21 one{"{0} сат"} |
| (...skipping 59 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 84 other{"{0} нед"} | 81 other{"{0} нед"} |
| 85 } | 82 } |
| 86 year{ | 83 year{ |
| 87 few{"{0} год"} | 84 few{"{0} год"} |
| 88 one{"{0} год"} | 85 one{"{0} год"} |
| 89 other{"{0} год"} | 86 other{"{0} год"} |
| 90 } | 87 } |
| 91 } | 88 } |
| 92 } | 89 } |
| 93 } | 90 } |
| OLD | NEW |