Skip to content

Commit 7fa1a54

Browse files
gojanpaoloangularsen
authored andcommitted
Use "kn" as default abbreviation for knots (ISO Standard) (#467)
1 parent 5028699 commit 7fa1a54

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Common/UnitDefinitions/Speed.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -198,7 +198,7 @@
198198
"Localization": [
199199
{
200200
"Culture": "en-US",
201-
"Abbreviations": [ "kt", "kn", "knot", "knots" ]
201+
"Abbreviations": [ "kn", "kt", "knot", "knots" ]
202202
}
203203
]
204204
},

UnitsNet/GeneratedCode/UnitSystem.Default.g.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3899,7 +3899,7 @@ private static readonly ReadOnlyCollection<UnitLocalization> DefaultLocalization
38993899
new CulturesForEnumValue((int) SpeedUnit.Knot,
39003900
new[]
39013901
{
3902-
new AbbreviationsForCulture("en-US", "kt", "kn", "knot", "knots"),
3902+
new AbbreviationsForCulture("en-US", "kn", "kt", "knot", "knots"),
39033903
}),
39043904
new CulturesForEnumValue((int) SpeedUnit.MeterPerHour,
39053905
new[]

0 commit comments

Comments
 (0)