[GUI] Modernize XAML localization.

This commit is contained in:
2025-10-25 12:53:52 +01:00
parent 3add9f9264
commit 2cee66a08d
66 changed files with 615 additions and 1181 deletions

View File

@@ -31,7 +31,6 @@
// ****************************************************************************/
using Aaru.CommonTypes.Enums;
using Aaru.Localization;
using JetBrains.Annotations;
namespace Aaru.Gui.ViewModels.Tabs;
@@ -79,10 +78,4 @@ public sealed class SdMmcInfoViewModel
public string OcrText { get; }
public string ExtendedCsdText { get; }
public string ScrText { get; }
public string CidLabel => UI.Title_CID;
public string CsdLabel => UI.Title_CSD;
public string OcrLabel => UI.Title_OCR;
public string ExtendedCsdLabel => UI.Title_Extended_CSD;
public string ScrLabel => UI.Title_SCR;
}