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

This commit is contained in:
2022-11-28 10:15:47 +00:00
parent c67c6dcc8f
commit cfd9069429
18 changed files with 420 additions and 89 deletions

View File

@@ -55,11 +55,11 @@ public sealed class MacBinary : IFilter
Stream _stream;
/// <inheritdoc />
public string Name => "MacBinary";
public string Name => Localization.MacBinary_Name;
/// <inheritdoc />
public Guid Id => new("D7C321D3-E51F-45DF-A150-F6BFDF0D7704");
/// <inheritdoc />
public string Author => "Natalia Portillo";
public string Author => Authors.NataliaPortillo;
/// <inheritdoc />
public void Close()