feat: update membership and network terminology to customer club language
This commit is contained in:
@@ -61,15 +61,15 @@ public partial class NetworkStatisticsPage : ComponentBase
|
||||
|
||||
private string GetLegText(string leg) => leg.ToLower() switch
|
||||
{
|
||||
"left" => "شاخه چپ",
|
||||
"right" => "شاخه راست",
|
||||
"left" => "بخش (A)",
|
||||
"right" => "بخش (B)",
|
||||
_ => leg
|
||||
};
|
||||
|
||||
private string GetPositionText(string position) => position.ToLower() switch
|
||||
{
|
||||
"left" => "چپ",
|
||||
"right" => "راست",
|
||||
"left" => "(A)",
|
||||
"right" => "(B)",
|
||||
_ => position
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user