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

This commit is contained in:
2022-11-23 16:06:46 +00:00
parent 81195f8630
commit 938b40f774
94 changed files with 16438 additions and 3011 deletions

View File

@@ -90,7 +90,7 @@ public sealed partial class Sidecar
var tapeWorker = new Checksum();
List<TapeFileType> tapeFiles = new();
UpdateStatus("Hashing files...");
UpdateStatus(Localization.Core.Hashing_files);
for(int i = 0; i < files.Count; i++)
{