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

This commit is contained in:
2022-11-28 02:59:52 +00:00
parent 98ad790557
commit f548cf43a2

View File

@@ -47,7 +47,7 @@ public interface IFilesystem
{
/// <summary>Defines the encoding used to interpret strings in the filesystem</summary>
Encoding Encoding { get; }
/// <summary>Plugin name.</summary>
/// <summary>Plugin name (translatable).</summary>
string Name { get; }
/// <summary>Plugin UUID.</summary>
Guid Id { get; }