[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

@@ -6219,5 +6219,11 @@ namespace Aaru.Localization {
return ResourceManager.GetString("Converting_tag_1_for_overflow_sector_0", resourceCulture);
}
}
public static string SSC_Label {
get {
return ResourceManager.GetString("SSC_Label", resourceCulture);
}
}
}
}