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:
@@ -48,11 +48,11 @@ public sealed class LZip : IFilter
|
||||
Stream _innerStream;
|
||||
|
||||
/// <inheritdoc />
|
||||
public string Name => "LZip";
|
||||
public string Name => Localization.LZip_Name;
|
||||
/// <inheritdoc />
|
||||
public Guid Id => new("09D715E9-20C0-48B1-A8D9-D8897CEC57C9");
|
||||
/// <inheritdoc />
|
||||
public string Author => "Natalia Portillo";
|
||||
public string Author => Authors.NataliaPortillo;
|
||||
|
||||
/// <inheritdoc />
|
||||
public void Close()
|
||||
|
||||
Reference in New Issue
Block a user