@@ -1481,13 +1481,13 @@ private static readonly ReadOnlyCollection<UnitLocalization> DefaultLocalization
1481
1481
new CulturesForEnumValue ( ( int ) RotationalSpeedUnit . DegreePerSecond ,
1482
1482
new [ ]
1483
1483
{
1484
- new AbbreviationsForCulture ( "en-US" , "r /s" ) ,
1484
+ new AbbreviationsForCulture ( "en-US" , "°/s" , "deg /s") ,
1485
1485
new AbbreviationsForCulture ( "ru-RU" , "°/с" ) ,
1486
1486
} ) ,
1487
1487
new CulturesForEnumValue ( ( int ) RotationalSpeedUnit . MicrodegreePerSecond ,
1488
1488
new [ ]
1489
1489
{
1490
- new AbbreviationsForCulture ( "en-US" , "μr /s" ) ,
1490
+ new AbbreviationsForCulture ( "en-US" , "μ° /s" ) ,
1491
1491
new AbbreviationsForCulture ( "ru-RU" , "μ°/с" ) ,
1492
1492
} ) ,
1493
1493
new CulturesForEnumValue ( ( int ) RotationalSpeedUnit . MicroradianPerSecond ,
@@ -1499,7 +1499,7 @@ private static readonly ReadOnlyCollection<UnitLocalization> DefaultLocalization
1499
1499
new CulturesForEnumValue ( ( int ) RotationalSpeedUnit . MillidegreePerSecond ,
1500
1500
new [ ]
1501
1501
{
1502
- new AbbreviationsForCulture ( "en-US" , "mr /s" ) ,
1502
+ new AbbreviationsForCulture ( "en-US" , "m° /s" ) ,
1503
1503
new AbbreviationsForCulture ( "ru-RU" , "m°/с" ) ,
1504
1504
} ) ,
1505
1505
new CulturesForEnumValue ( ( int ) RotationalSpeedUnit . MilliradianPerSecond ,
@@ -1511,7 +1511,7 @@ private static readonly ReadOnlyCollection<UnitLocalization> DefaultLocalization
1511
1511
new CulturesForEnumValue ( ( int ) RotationalSpeedUnit . NanodegreePerSecond ,
1512
1512
new [ ]
1513
1513
{
1514
- new AbbreviationsForCulture ( "en-US" , "nr /s" ) ,
1514
+ new AbbreviationsForCulture ( "en-US" , "n° /s" ) ,
1515
1515
new AbbreviationsForCulture ( "ru-RU" , "n°/с" ) ,
1516
1516
} ) ,
1517
1517
new CulturesForEnumValue ( ( int ) RotationalSpeedUnit . NanoradianPerSecond ,
0 commit comments