| OLD | NEW |
| 1 // *************************************************************************** | 1 // *************************************************************************** |
| 2 // * | 2 // * |
| 3 // * Copyright (C) 2013 International Business Machines | 3 // * Copyright (C) 2013 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/sv_FI.xml | 6 // * Source File: <path>/common/main/sv_FI.xml |
| 7 // * | 7 // * |
| 8 // *************************************************************************** | 8 // *************************************************************************** |
| 9 sv_FI{ | 9 sv_FI{ |
| 10 AuxExemplarCharacters{"[ã ç ë í ñ ó š ÿ ü ž]"} | 10 AuxExemplarCharacters{"[ã ç ë í ñ ó š ÿ ü ž]"} |
| (...skipping 67 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 78 end{"{0} och {1}"} | 78 end{"{0} och {1}"} |
| 79 middle{"{0}, {1}"} | 79 middle{"{0}, {1}"} |
| 80 start{"{0}, {1}"} | 80 start{"{0}, {1}"} |
| 81 } | 81 } |
| 82 } | 82 } |
| 83 measurementSystemNames{ | 83 measurementSystemNames{ |
| 84 UK{"engelska enheter (UK)"} | 84 UK{"engelska enheter (UK)"} |
| 85 US{"engelska enheter (USA)"} | 85 US{"engelska enheter (USA)"} |
| 86 } | 86 } |
| 87 units{ | 87 units{ |
| 88 temperature{ | |
| 89 celsius{ | |
| 90 one{"{0} grader Celsius"} | |
| 91 other{"{0} grader Celsius"} | |
| 92 } | |
| 93 } | |
| 94 } | 88 } |
| 95 unitsNarrow{ | 89 unitsNarrow{ |
| 96 speed{ | |
| 97 kilometer-per-hour{ | |
| 98 one{"{0} km/h"} | |
| 99 other{"{0} km/h"} | |
| 100 } | |
| 101 } | |
| 102 } | 90 } |
| 103 } | 91 } |
| OLD | NEW |