| 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/fa_AF.xml | 6 // * Source File: <path>/common/main/fa_AF.xml |
| 7 // * | 7 // * |
| 8 // *************************************************************************** | 8 // *************************************************************************** |
| 9 fa_AF{ | 9 fa_AF{ |
| 10 Currencies{ | 10 Currencies{ |
| 11 AUD{ | 11 AUD{ |
| 12 "A$", | 12 "A$", |
| 13 "دالر آسترالیا", | 13 "دالر آسترالیا", |
| (...skipping 19 matching lines...) Expand all Loading... |
| 33 "کرون دنمارک", | 33 "کرون دنمارک", |
| 34 } | 34 } |
| 35 JPY{ | 35 JPY{ |
| 36 "¥", | 36 "¥", |
| 37 "ین جاپان", | 37 "ین جاپان", |
| 38 } | 38 } |
| 39 MXN{ | 39 MXN{ |
| 40 "$MX", | 40 "$MX", |
| 41 "پزوی مکسیکو", | 41 "پزوی مکسیکو", |
| 42 } | 42 } |
| 43 NLG{ |
| 44 "NLG", |
| 45 "گیلدر هالند", |
| 46 } |
| 43 NOK{ | 47 NOK{ |
| 44 "NOK", | 48 "NOK", |
| 45 "کرون ناروی", | 49 "کرون ناروی", |
| 46 } | 50 } |
| 47 SEK{ | 51 SEK{ |
| 48 "SEK", | 52 "SEK", |
| 49 "کرون سویدن", | 53 "کرون سویدن", |
| 50 } | 54 } |
| 51 SGD{ | 55 SGD{ |
| 52 "SGD", | 56 "SGD", |
| 53 "دالر سینگاپور", | 57 "دالر سینگاپور", |
| 54 } | 58 } |
| 55 TJS{ | 59 TJS{ |
| 56 "TJS", | 60 "TJS", |
| 57 "سامانی تاجکستان", | 61 "سامانی تاجکستان", |
| 58 } | 62 } |
| 59 USD{ | 63 USD{ |
| 60 "$", | 64 "$", |
| 61 "دالر امریکا", | 65 "دالر امریکا", |
| 62 } | 66 } |
| 63 } | 67 } |
| 64 Version{"2.1.6.69"} | 68 Version{"2.1.19.77"} |
| 65 } | 69 } |
| OLD | NEW |