mirror of
https://github.com/aaru-dps/Aaru.git
synced 2025-12-16 19:24:25 +00:00
Move all localizable strings from Aaru.Helpers project to resources.
This commit is contained in:
@@ -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()
|
||||
|
||||
Reference in New Issue
Block a user