diff --git a/Common/UnitDefinitions/Duration.json b/Common/UnitDefinitions/Duration.json index c32d22ce6b..d2f26b697d 100644 --- a/Common/UnitDefinitions/Duration.json +++ b/Common/UnitDefinitions/Duration.json @@ -59,7 +59,7 @@ }, { "Culture": "ru-RU", - "Abbreviations": [ "мин" ] + "Abbreviations": [ "нед" ] } ] }, diff --git a/UnitsNet.WindowsRuntimeComponent/GeneratedCode/UnitAbbreviationsCache.g.cs b/UnitsNet.WindowsRuntimeComponent/GeneratedCode/UnitAbbreviationsCache.g.cs index b15b146a18..c770c2487f 100644 --- a/UnitsNet.WindowsRuntimeComponent/GeneratedCode/UnitAbbreviationsCache.g.cs +++ b/UnitsNet.WindowsRuntimeComponent/GeneratedCode/UnitAbbreviationsCache.g.cs @@ -225,7 +225,7 @@ private static readonly (string CultureName, Type UnitType, int UnitValue, strin ("en-US", typeof(DurationUnit), (int)DurationUnit.Second, new string[]{"s", "sec", "secs", "second", "seconds"}), ("ru-RU", typeof(DurationUnit), (int)DurationUnit.Second, new string[]{"с", "сек"}), ("en-US", typeof(DurationUnit), (int)DurationUnit.Week, new string[]{"wk", "week", "weeks"}), - ("ru-RU", typeof(DurationUnit), (int)DurationUnit.Week, new string[]{"мин"}), + ("ru-RU", typeof(DurationUnit), (int)DurationUnit.Week, new string[]{"нед"}), ("en-US", typeof(DurationUnit), (int)DurationUnit.Year365, new string[]{"yr", "year", "years"}), ("ru-RU", typeof(DurationUnit), (int)DurationUnit.Year365, new string[]{"год"}), ("en-US", typeof(DynamicViscosityUnit), (int)DynamicViscosityUnit.Centipoise, new string[]{"cP"}), diff --git a/UnitsNet/GeneratedCode/UnitAbbreviationsCache.g.cs b/UnitsNet/GeneratedCode/UnitAbbreviationsCache.g.cs index ba4dad859a..81dcb03de3 100644 --- a/UnitsNet/GeneratedCode/UnitAbbreviationsCache.g.cs +++ b/UnitsNet/GeneratedCode/UnitAbbreviationsCache.g.cs @@ -225,7 +225,7 @@ private static readonly (string CultureName, Type UnitType, int UnitValue, strin ("en-US", typeof(DurationUnit), (int)DurationUnit.Second, new string[]{"s", "sec", "secs", "second", "seconds"}), ("ru-RU", typeof(DurationUnit), (int)DurationUnit.Second, new string[]{"с", "сек"}), ("en-US", typeof(DurationUnit), (int)DurationUnit.Week, new string[]{"wk", "week", "weeks"}), - ("ru-RU", typeof(DurationUnit), (int)DurationUnit.Week, new string[]{"мин"}), + ("ru-RU", typeof(DurationUnit), (int)DurationUnit.Week, new string[]{"нед"}), ("en-US", typeof(DurationUnit), (int)DurationUnit.Year365, new string[]{"yr", "year", "years"}), ("ru-RU", typeof(DurationUnit), (int)DurationUnit.Year365, new string[]{"год"}), ("en-US", typeof(DynamicViscosityUnit), (int)DynamicViscosityUnit.Centipoise, new string[]{"cP"}),