mirror of
https://github.com/aaru-dps/Aaru.git
synced 2025-12-16 19:24:25 +00:00
Move all localizable strings from Aaru.Images project to resources.
This commit is contained in:
@@ -42,11 +42,11 @@ public sealed partial class SuperCardPro
|
||||
/// <inheritdoc />
|
||||
public ImageInfo Info => _imageInfo;
|
||||
/// <inheritdoc />
|
||||
public string Name => "SuperCardPro";
|
||||
public string Name => Localization.SuperCardPro_Name;
|
||||
/// <inheritdoc />
|
||||
public Guid Id => new("C5D3182E-1D45-4767-A205-E6E5C83444DC");
|
||||
/// <inheritdoc />
|
||||
public string Author => "Natalia Portillo";
|
||||
public string Author => Authors.NataliaPortillo;
|
||||
/// <inheritdoc />
|
||||
public string Format => "SuperCardPro";
|
||||
/// <inheritdoc />
|
||||
|
||||
Reference in New Issue
Block a user