| OLD | NEW |
| 1 // *************************************************************************** | 1 // *************************************************************************** |
| 2 // * | 2 // * |
| 3 // * Copyright (C) 2014 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/bs.xml | 6 // * Source File: <path>/common/main/bs.xml |
| 7 // * | 7 // * |
| 8 // *************************************************************************** | 8 // *************************************************************************** |
| 9 /** | 9 /** |
| 10 * ICU <specials> source: <path>/common/main/bs.xml | 10 * ICU <specials> source: <path>/common/main/bs.xml |
| (...skipping 454 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 465 } | 465 } |
| 466 ILR{ | 466 ILR{ |
| 467 "ILR", | 467 "ILR", |
| 468 "stari izraelski šekeli", | 468 "stari izraelski šekeli", |
| 469 } | 469 } |
| 470 ILS{ | 470 ILS{ |
| 471 "ILS", | 471 "ILS", |
| 472 "Izraelski novi šekel", | 472 "Izraelski novi šekel", |
| 473 } | 473 } |
| 474 INR{ | 474 INR{ |
| 475 "₹", | 475 "Rs.", |
| 476 "Indijska rupija", | 476 "Indijska rupija", |
| 477 } | 477 } |
| 478 IQD{ | 478 IQD{ |
| 479 "IQD", | 479 "IQD", |
| 480 "Irački dinar", | 480 "Irački dinar", |
| 481 } | 481 } |
| 482 IRR{ | 482 IRR{ |
| 483 "IRR", | 483 "IRR", |
| 484 "Iranski rijal", | 484 "Iranski rijal", |
| 485 } | 485 } |
| (...skipping 2137 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 2623 other{"zimbabvejskih dolara (2008)"} | 2623 other{"zimbabvejskih dolara (2008)"} |
| 2624 } | 2624 } |
| 2625 } | 2625 } |
| 2626 CurrencyUnitPatterns{ | 2626 CurrencyUnitPatterns{ |
| 2627 few{"{0} {1}"} | 2627 few{"{0} {1}"} |
| 2628 one{"{0} {1}"} | 2628 one{"{0} {1}"} |
| 2629 other{"{0} {1}"} | 2629 other{"{0} {1}"} |
| 2630 } | 2630 } |
| 2631 Version{"2.1.8.9"} | 2631 Version{"2.1.8.9"} |
| 2632 } | 2632 } |
| OLD | NEW |