@@ -810,19 +810,19 @@ private static readonly ReadOnlyCollection<UnitLocalization> DefaultLocalization
810
810
new [ ]
811
811
{
812
812
new AbbreviationsForCulture ( "en-US" , "Dth (E.C.)" ) ,
813
- new AbbreviationsForCulture ( "ru-RU" , "" ) ,
813
+ new AbbreviationsForCulture ( "ru-RU" , "Европейский декатерм " ) ,
814
814
} ) ,
815
815
new CulturesForEnumValue ( ( int ) EnergyUnit . DecathermImperial ,
816
816
new [ ]
817
817
{
818
818
new AbbreviationsForCulture ( "en-US" , "Dth (imp.)" ) ,
819
- new AbbreviationsForCulture ( "ru-RU" , "" ) ,
819
+ new AbbreviationsForCulture ( "ru-RU" , "Английский декатерм " ) ,
820
820
} ) ,
821
821
new CulturesForEnumValue ( ( int ) EnergyUnit . DecathermUs ,
822
822
new [ ]
823
823
{
824
824
new AbbreviationsForCulture ( "en-US" , "Dth (U.S.)" ) ,
825
- new AbbreviationsForCulture ( "ru-RU" , "" ) ,
825
+ new AbbreviationsForCulture ( "ru-RU" , "Американский декатерм " ) ,
826
826
} ) ,
827
827
new CulturesForEnumValue ( ( int ) EnergyUnit . ElectronVolt ,
828
828
new [ ]
@@ -2114,19 +2114,19 @@ private static readonly ReadOnlyCollection<UnitLocalization> DefaultLocalization
2114
2114
new [ ]
2115
2115
{
2116
2116
new AbbreviationsForCulture ( "en-US" , "kN/cm²" ) ,
2117
- new AbbreviationsForCulture ( "ru-RU" , "" ) ,
2117
+ new AbbreviationsForCulture ( "ru-RU" , "кН/см² " ) ,
2118
2118
} ) ,
2119
2119
new CulturesForEnumValue ( ( int ) PressureUnit . KilonewtonPerSquareMeter ,
2120
2120
new [ ]
2121
2121
{
2122
2122
new AbbreviationsForCulture ( "en-US" , "kN/m²" ) ,
2123
- new AbbreviationsForCulture ( "ru-RU" , "" ) ,
2123
+ new AbbreviationsForCulture ( "ru-RU" , "кН/м² " ) ,
2124
2124
} ) ,
2125
2125
new CulturesForEnumValue ( ( int ) PressureUnit . KilonewtonPerSquareMillimeter ,
2126
2126
new [ ]
2127
2127
{
2128
2128
new AbbreviationsForCulture ( "en-US" , "kN/mm²" ) ,
2129
- new AbbreviationsForCulture ( "ru-RU" , "" ) ,
2129
+ new AbbreviationsForCulture ( "ru-RU" , "кН/мм² " ) ,
2130
2130
} ) ,
2131
2131
new CulturesForEnumValue ( ( int ) PressureUnit . Kilopascal ,
2132
2132
new [ ]
0 commit comments