Move all localizable strings from Aaru.Gui project to resources.

This commit is contained in:
2022-11-19 21:10:41 +00:00
parent 887e58c6e5
commit 81195f8630
42 changed files with 1128 additions and 1059 deletions

View File

@@ -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
{