mirror of
https://github.com/aaru-dps/Aaru.git
synced 2025-12-16 19:24:25 +00:00
Move all localizable strings from Aaru.Gui project to resources.
This commit is contained in:
@@ -33,6 +33,7 @@
|
||||
using Aaru.CommonTypes.Enums;
|
||||
using Aaru.CommonTypes.Interfaces;
|
||||
using Aaru.Helpers;
|
||||
using Aaru.Localization;
|
||||
using JetBrains.Annotations;
|
||||
using ReactiveUI;
|
||||
|
||||
@@ -64,8 +65,8 @@ public sealed class ViewSectorViewModel : ViewModelBase
|
||||
SectorNumber = 0;
|
||||
}
|
||||
|
||||
public string SectorLabel => "Sector";
|
||||
public string LongSectorLabel => "Show long sector";
|
||||
public string SectorLabel => UI.Title_Sector;
|
||||
public string LongSectorLabel => UI.Show_long_sector;
|
||||
|
||||
public string Title
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user