Skip to content

Commit 504baf9

Browse files
committed
loc items
1 parent 0f07690 commit 504baf9

File tree

3 files changed

+19
-0
lines changed

3 files changed

+19
-0
lines changed

Localization/LocalizedStrings_Dots.cs

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -54,6 +54,11 @@ private static string AppendDot(string value)
5454
/// </summary>
5555
public static string ClusterLineColorDot => AppendDot(ClusterLineColor);
5656

57+
/// <summary>
58+
///
59+
/// </summary>
60+
public static string ClusterSeparatorLineColorDot => AppendDot(ClusterLineColor);
61+
5762
/// <summary>
5863
///
5964
/// </summary>

Localization/LocalizedStrings_Items.cs

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,16 @@ namespace StockSharp.Localization
1717
{
1818
partial class LocalizedStrings
1919
{
20+
/// <summary>
21+
/// Cluster separator line color
22+
/// </summary>
23+
public const string ClusterSeparatorLineColorKey = nameof(ClusterSeparatorLineColor);
24+
25+
/// <summary>
26+
/// Cluster separator line color
27+
/// </summary>
28+
public static string ClusterSeparatorLineColor => GetString(ClusterSeparatorLineColorKey);
29+
2030
/// <summary>
2131
/// Report a problem
2232
/// </summary>

Localization/translation.json

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -803,6 +803,10 @@
803803
"en": "Cluster base line color",
804804
"ru": "Цвет базовой линии кластера"
805805
},
806+
"ClusterSeparatorLineColor": {
807+
"en": "Cluster separator line color",
808+
"ru": "Цвет линии разделителя кластера"
809+
},
806810
"ClusterTextColor": {
807811
"en": "Cluster text color",
808812
"ru": "Цвет текста кластера"

0 commit comments

Comments
 (0)