| OLD | NEW |
| 1 // *************************************************************************** | 1 // *************************************************************************** |
| 2 // * | 2 // * |
| 3 // * Copyright (C) 2010 International Business Machines | 3 // * Copyright (C) 2010 International Business Machines |
| 4 // * Corporation and others. All Rights Reserved. | 4 // * Corporation and others. All Rights Reserved. |
| 5 // * Tool: com.ibm.icu.dev.tool.cldr.LDML2ICUConverter.java | 5 // * Tool: com.ibm.icu.dev.tool.cldr.LDML2ICUConverter.java |
| 6 // * Source File:<path>/common/main/sr.xml | 6 // * Source File:<path>/common/main/sr.xml |
| 7 // * | 7 // * |
| 8 // *************************************************************************** | 8 // *************************************************************************** |
| 9 /** | 9 /** |
| 10 * ICU <specials> source: <path>/xml/main/sr.xml | 10 * ICU <specials> source: <path>/xml/main/sr.xml |
| (...skipping 11 matching lines...) Expand all Loading... |
| 22 } | 22 } |
| 23 NumberElements{ | 23 NumberElements{ |
| 24 latn{ | 24 latn{ |
| 25 patterns{ | 25 patterns{ |
| 26 currencyFormat{"#,##0.00 ¤"} | 26 currencyFormat{"#,##0.00 ¤"} |
| 27 decimalFormat{"#,##0.###"} | 27 decimalFormat{"#,##0.###"} |
| 28 percentFormat{"#,##0%"} | 28 percentFormat{"#,##0%"} |
| 29 scientificFormat{"#E0"} | 29 scientificFormat{"#E0"} |
| 30 } | 30 } |
| 31 symbols{ | 31 symbols{ |
| 32 decimal{"."} | 32 decimal{","} |
| 33 exponential{"E"} | 33 exponential{"E"} |
| 34 group{","} | 34 group{"."} |
| 35 infinity{"∞"} | 35 infinity{"∞"} |
| 36 list{";"} | 36 list{";"} |
| 37 minusSign{"-"} | 37 minusSign{"-"} |
| 38 nan{"NaN"} | 38 nan{"NaN"} |
| 39 perMille{"‰"} | 39 perMille{"‰"} |
| 40 percentSign{"%"} | 40 percentSign{"%"} |
| 41 plusSign{"+"} | 41 plusSign{"+"} |
| 42 } | 42 } |
| 43 } | 43 } |
| 44 } | 44 } |
| (...skipping 820 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 865 other{"{0} нед"} | 865 other{"{0} нед"} |
| 866 } | 866 } |
| 867 year{ | 867 year{ |
| 868 few{"{0} год"} | 868 few{"{0} год"} |
| 869 many{"{0} год"} | 869 many{"{0} год"} |
| 870 one{"{0} год"} | 870 one{"{0} год"} |
| 871 other{"{0} год"} | 871 other{"{0} год"} |
| 872 } | 872 } |
| 873 } | 873 } |
| 874 } | 874 } |
| OLD | NEW |