diff --git a/UnitsNet/GeneratedCode/UnitSystem.Default.g.cs b/UnitsNet/GeneratedCode/UnitSystem.Default.g.cs index 02b0bae57a..2d58a298fd 100644 --- a/UnitsNet/GeneratedCode/UnitSystem.Default.g.cs +++ b/UnitsNet/GeneratedCode/UnitSystem.Default.g.cs @@ -1272,7 +1272,7 @@ private static readonly ReadOnlyCollection DefaultLocalization new CulturesForEnumValue((int) EnergyUnit.GigabritishThermalUnit, new[] { - new AbbreviationsForCulture("en-US", "mmBTU"), + new AbbreviationsForCulture("en-US", "GBTU"), }), new CulturesForEnumValue((int) EnergyUnit.GigawattHour, new[] @@ -1309,7 +1309,7 @@ private static readonly ReadOnlyCollection DefaultLocalization new CulturesForEnumValue((int) EnergyUnit.MegabritishThermalUnit, new[] { - new AbbreviationsForCulture("en-US", "mBTU"), + new AbbreviationsForCulture("en-US", "MBTU"), }), new CulturesForEnumValue((int) EnergyUnit.Megajoule, new[] @@ -2231,7 +2231,7 @@ private static readonly ReadOnlyCollection DefaultLocalization new CulturesForEnumValue((int) MassUnit.Kilopound, new[] { - new AbbreviationsForCulture("en-US", "KLbs"), + new AbbreviationsForCulture("en-US", "klb"), new AbbreviationsForCulture("ru-RU", "kфунт"), }), new CulturesForEnumValue((int) MassUnit.Kilotonne, @@ -2254,7 +2254,7 @@ private static readonly ReadOnlyCollection DefaultLocalization new CulturesForEnumValue((int) MassUnit.Megapound, new[] { - new AbbreviationsForCulture("en-US", "MLbs"), + new AbbreviationsForCulture("en-US", "Mlb"), new AbbreviationsForCulture("ru-RU", "Mфунт"), }), new CulturesForEnumValue((int) MassUnit.Megatonne, diff --git a/UnitsNet/UnitDefinitions/Energy.json b/UnitsNet/UnitDefinitions/Energy.json index 26dd8fe195..cd5b3b2be6 100644 --- a/UnitsNet/UnitDefinitions/Energy.json +++ b/UnitsNet/UnitDefinitions/Energy.json @@ -38,8 +38,7 @@ "Localization": [ { "Culture": "en-US", - "Abbreviations": [ "BTU" ], - "AbbreviationsWithPrefixes": [ "kBTU", "mBTU", "mmBTU" ] + "Abbreviations": [ "BTU" ] } ] }, diff --git a/UnitsNet/UnitDefinitions/Flow.json b/UnitsNet/UnitDefinitions/Flow.json index 303d85921e..c48fc84629 100644 --- a/UnitsNet/UnitDefinitions/Flow.json +++ b/UnitsNet/UnitDefinitions/Flow.json @@ -150,8 +150,7 @@ "Localization": [ { "Culture": "en-US", - "Abbreviations": [ "LPS" ], - "AbbreviationsWithPrefixes": [ "nLPM", "μLPM", "mLPM", "cLPM", "dLPM", "kLPM" ] + "Abbreviations": [ "LPS" ] } ] }, @@ -165,8 +164,7 @@ "Localization": [ { "Culture": "en-US", - "Abbreviations": [ "LPM" ], - "AbbreviationsWithPrefixes": [ "nLPM", "µLPM", "mLPM", "cLPM", "dLPM", "kLPM" ] + "Abbreviations": [ "LPM" ] } ] }, diff --git a/UnitsNet/UnitDefinitions/Mass.json b/UnitsNet/UnitDefinitions/Mass.json index 9fe5212d10..7658ea80b9 100644 --- a/UnitsNet/UnitDefinitions/Mass.json +++ b/UnitsNet/UnitDefinitions/Mass.json @@ -85,8 +85,7 @@ "Localization": [ { "Culture": "en-US", - "Abbreviations": [ "lb" ], - "AbbreviationsWithPrefixes": [ "KLbs", "MLbs" ] + "Abbreviations": [ "lb" ] }, { "Culture": "ru-RU", diff --git a/UnitsNet/UnitDefinitions/MassFlow.json b/UnitsNet/UnitDefinitions/MassFlow.json index c4e92a8353..4a34e1dbe3 100644 --- a/UnitsNet/UnitDefinitions/MassFlow.json +++ b/UnitsNet/UnitDefinitions/MassFlow.json @@ -53,8 +53,7 @@ "Localization": [ { "Culture": "en-US", - "Abbreviations": [ "lb/h" ], - "AbbreviationsWithPrefixes": [ "Mlb/h" ] + "Abbreviations": [ "lb/h" ] } ] }, diff --git a/UnitsNet/UnitDefinitions/Power.json b/UnitsNet/UnitDefinitions/Power.json index 7ad9d30c9e..e8763c5c01 100644 --- a/UnitsNet/UnitDefinitions/Power.json +++ b/UnitsNet/UnitDefinitions/Power.json @@ -86,8 +86,7 @@ "Localization": [ { "Culture": "en-US", - "Abbreviations": [ "Btu/hr" ], - "AbbreviationsWithPrefixes": [ "kBtu/hr" ] + "Abbreviations": [ "Btu/hr" ] } ] } diff --git a/UnitsNet/UnitDefinitions/Pressure.json b/UnitsNet/UnitDefinitions/Pressure.json index de25640598..b57158074e 100644 --- a/UnitsNet/UnitDefinitions/Pressure.json +++ b/UnitsNet/UnitDefinitions/Pressure.json @@ -111,8 +111,7 @@ "Localization": [ { "Culture": "en-US", - "Abbreviations": [ "N/m²" ], - "AbbreviationsWithPrefixes": [ "kN/m²", "MN/m²" ] + "Abbreviations": [ "N/m²" ] }, { "Culture": "ru-RU", @@ -130,8 +129,7 @@ "Localization": [ { "Culture": "en-US", - "Abbreviations": [ "N/cm²" ], - "AbbreviationsWithPrefixes": [ "kN/cm²" ] + "Abbreviations": [ "N/cm²" ] }, { "Culture": "ru-RU", @@ -149,8 +147,7 @@ "Localization": [ { "Culture": "en-US", - "Abbreviations": [ "N/mm²" ], - "AbbreviationsWithPrefixes": [ "kN/mm²" ] + "Abbreviations": [ "N/mm²" ] }, { "Culture": "ru-RU", diff --git a/UnitsNet/UnitDefinitions/VolumeFlow.json b/UnitsNet/UnitDefinitions/VolumeFlow.json index fc69502e88..fe806c3fbe 100644 --- a/UnitsNet/UnitDefinitions/VolumeFlow.json +++ b/UnitsNet/UnitDefinitions/VolumeFlow.json @@ -139,8 +139,7 @@ "Localization": [ { "Culture": "en-US", - "Abbreviations": [ "LPS" ], - "AbbreviationsWithPrefixes": [ "nLPM", "μLPM", "mLPM", "cLPM", "dLPM", "kLPM" ] + "Abbreviations": [ "LPS" ] } ] }, @@ -153,8 +152,7 @@ "Localization": [ { "Culture": "en-US", - "Abbreviations": [ "LPM" ], - "AbbreviationsWithPrefixes": [ "nLPM", "µLPM", "mLPM", "cLPM", "dLPM", "kLPM" ] + "Abbreviations": [ "LPM" ] } ] },