@@ -1272,7 +1272,7 @@ private static readonly ReadOnlyCollection<UnitLocalization> DefaultLocalization
1272
1272
new CulturesForEnumValue ( ( int ) EnergyUnit . GigabritishThermalUnit ,
1273
1273
new [ ]
1274
1274
{
1275
- new AbbreviationsForCulture ( "en-US" , "mmBTU " ) ,
1275
+ new AbbreviationsForCulture ( "en-US" , "GBTU " ) ,
1276
1276
} ) ,
1277
1277
new CulturesForEnumValue ( ( int ) EnergyUnit . GigawattHour ,
1278
1278
new [ ]
@@ -1309,7 +1309,7 @@ private static readonly ReadOnlyCollection<UnitLocalization> DefaultLocalization
1309
1309
new CulturesForEnumValue ( ( int ) EnergyUnit . MegabritishThermalUnit ,
1310
1310
new [ ]
1311
1311
{
1312
- new AbbreviationsForCulture ( "en-US" , "mBTU " ) ,
1312
+ new AbbreviationsForCulture ( "en-US" , "MBTU " ) ,
1313
1313
} ) ,
1314
1314
new CulturesForEnumValue ( ( int ) EnergyUnit . Megajoule ,
1315
1315
new [ ]
@@ -2231,7 +2231,7 @@ private static readonly ReadOnlyCollection<UnitLocalization> DefaultLocalization
2231
2231
new CulturesForEnumValue ( ( int ) MassUnit . Kilopound ,
2232
2232
new [ ]
2233
2233
{
2234
- new AbbreviationsForCulture ( "en-US" , "KLbs " ) ,
2234
+ new AbbreviationsForCulture ( "en-US" , "klb " ) ,
2235
2235
new AbbreviationsForCulture ( "ru-RU" , "kфунт" ) ,
2236
2236
} ) ,
2237
2237
new CulturesForEnumValue ( ( int ) MassUnit . Kilotonne ,
@@ -2254,7 +2254,7 @@ private static readonly ReadOnlyCollection<UnitLocalization> DefaultLocalization
2254
2254
new CulturesForEnumValue ( ( int ) MassUnit . Megapound ,
2255
2255
new [ ]
2256
2256
{
2257
- new AbbreviationsForCulture ( "en-US" , "MLbs " ) ,
2257
+ new AbbreviationsForCulture ( "en-US" , "Mlb " ) ,
2258
2258
new AbbreviationsForCulture ( "ru-RU" , "Mфунт" ) ,
2259
2259
} ) ,
2260
2260
new CulturesForEnumValue ( ( int ) MassUnit . Megatonne ,
0 commit comments