Skip to content

Commit 6948ce8

Browse files
committed
Regenerate code
1 parent be4bb55 commit 6948ce8

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

UnitsNet/GeneratedCode/UnitSystem.Default.g.cs

+6-6
Original file line numberDiff line numberDiff line change
@@ -810,19 +810,19 @@ private static readonly ReadOnlyCollection<UnitLocalization> DefaultLocalization
810810
new[]
811811
{
812812
new AbbreviationsForCulture("en-US", "Dth (E.C.)"),
813-
new AbbreviationsForCulture("ru-RU", ""),
813+
new AbbreviationsForCulture("ru-RU", "Европейский декатерм"),
814814
}),
815815
new CulturesForEnumValue((int) EnergyUnit.DecathermImperial,
816816
new[]
817817
{
818818
new AbbreviationsForCulture("en-US", "Dth (imp.)"),
819-
new AbbreviationsForCulture("ru-RU", ""),
819+
new AbbreviationsForCulture("ru-RU", "Английский декатерм"),
820820
}),
821821
new CulturesForEnumValue((int) EnergyUnit.DecathermUs,
822822
new[]
823823
{
824824
new AbbreviationsForCulture("en-US", "Dth (U.S.)"),
825-
new AbbreviationsForCulture("ru-RU", ""),
825+
new AbbreviationsForCulture("ru-RU", "Американский декатерм"),
826826
}),
827827
new CulturesForEnumValue((int) EnergyUnit.ElectronVolt,
828828
new[]
@@ -2114,19 +2114,19 @@ private static readonly ReadOnlyCollection<UnitLocalization> DefaultLocalization
21142114
new[]
21152115
{
21162116
new AbbreviationsForCulture("en-US", "kN/cm²"),
2117-
new AbbreviationsForCulture("ru-RU", ""),
2117+
new AbbreviationsForCulture("ru-RU", "кН/см²"),
21182118
}),
21192119
new CulturesForEnumValue((int) PressureUnit.KilonewtonPerSquareMeter,
21202120
new[]
21212121
{
21222122
new AbbreviationsForCulture("en-US", "kN/m²"),
2123-
new AbbreviationsForCulture("ru-RU", ""),
2123+
new AbbreviationsForCulture("ru-RU", "кН/м²"),
21242124
}),
21252125
new CulturesForEnumValue((int) PressureUnit.KilonewtonPerSquareMillimeter,
21262126
new[]
21272127
{
21282128
new AbbreviationsForCulture("en-US", "kN/mm²"),
2129-
new AbbreviationsForCulture("ru-RU", ""),
2129+
new AbbreviationsForCulture("ru-RU", "кН/мм²"),
21302130
}),
21312131
new CulturesForEnumValue((int) PressureUnit.Kilopascal,
21322132
new[]

0 commit comments

Comments
 (0)