Skip to content

Commit 39d5dc6

Browse files
committed
MassUnit.Pound: Add abbrevs lbs, lbm
1 parent fb7ae4f commit 39d5dc6

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

UnitsNet/GeneratedCode/UnitSystem.Default.g.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2387,7 +2387,7 @@ private static readonly ReadOnlyCollection<UnitLocalization> DefaultLocalization
23872387
new CulturesForEnumValue((int) MassUnit.Pound,
23882388
new[]
23892389
{
2390-
new AbbreviationsForCulture("en-US", "lb"),
2390+
new AbbreviationsForCulture("en-US", "lb", "lbs", "lbm"),
23912391
new AbbreviationsForCulture("ru-RU", "фунт"),
23922392
}),
23932393
new CulturesForEnumValue((int) MassUnit.ShortHundredweight,

UnitsNet/UnitDefinitions/Mass.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@
8888
"Localization": [
8989
{
9090
"Culture": "en-US",
91-
"Abbreviations": [ "lb" ]
91+
"Abbreviations": [ "lb", "lbs", "lbm" ]
9292
},
9393
{
9494
"Culture": "ru-RU",
@@ -153,4 +153,4 @@
153153
]
154154
}
155155
]
156-
}
156+
}

0 commit comments

Comments
 (0)