mirror of
https://github.com/aaru-dps/Aaru.git
synced 2025-12-16 19:24:25 +00:00
[GUI] Modernize XAML localization.
This commit is contained in:
@@ -33,7 +33,6 @@
|
||||
using Aaru.CommonTypes.Enums;
|
||||
using Aaru.CommonTypes.Interfaces;
|
||||
using Aaru.Helpers;
|
||||
using Aaru.Localization;
|
||||
using CommunityToolkit.Mvvm.ComponentModel;
|
||||
using JetBrains.Annotations;
|
||||
|
||||
@@ -71,10 +70,6 @@ public sealed partial class ViewSectorViewModel : ViewModelBase
|
||||
SectorNumber = 0;
|
||||
}
|
||||
|
||||
public string SectorLabel => UI.Title_Sector;
|
||||
public string LongSectorLabel => UI.Show_long_sector;
|
||||
|
||||
|
||||
public double SectorNumber
|
||||
{
|
||||
get => _sectorNumber;
|
||||
|
||||
Reference in New Issue
Block a user