Skip to content

Commit fc2ea26

Browse files
author
rdelhommer
committed
fix abbreviations for kilo and deci
1 parent 61a0d9a commit fc2ea26

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

UnitsNet/GeneratedCode/UnitSystem.Default.g.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -568,12 +568,12 @@ private static readonly ReadOnlyCollection<UnitLocalization> DefaultLocalization
568568
new CulturesForEnumValue((int) FlowUnit.DecilitersPerMinute,
569569
new[]
570570
{
571-
new AbbreviationsForCulture("en-US", "DLPM"),
571+
new AbbreviationsForCulture("en-US", "dLPM"),
572572
}),
573573
new CulturesForEnumValue((int) FlowUnit.KilolitersPerMinute,
574574
new[]
575575
{
576-
new AbbreviationsForCulture("en-US", "KLPM"),
576+
new AbbreviationsForCulture("en-US", "kLPM"),
577577
}),
578578
new CulturesForEnumValue((int) FlowUnit.LitersPerMinute,
579579
new[]

UnitsNet/Scripts/UnitDefinitions/Flow.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@
6969
{
7070
"Culture": "en-US",
7171
"Abbreviations": [ "LPM" ],
72-
"AbbreviationsWithPrefixes": ["nLPM", "μLPM", "mLPM", "cLPM", "DLPM", "KLPM"]
72+
"AbbreviationsWithPrefixes": ["nLPM", "μLPM", "mLPM", "cLPM", "dLPM", "kLPM"]
7373
}
7474
]
7575
},

0 commit comments

Comments
 (0)