mirror of
https://github.com/aaru-dps/Aaru.git
synced 2025-12-16 19:24:25 +00:00
Fix typos and add new words to dictionary.
This commit is contained in:
@@ -33,6 +33,7 @@
|
||||
namespace Aaru.Filesystems;
|
||||
|
||||
using System;
|
||||
using System.Diagnostics.CodeAnalysis;
|
||||
using System.Text;
|
||||
using Aaru.CommonTypes;
|
||||
using Aaru.CommonTypes.Enums;
|
||||
@@ -392,6 +393,7 @@ public sealed class NintendoPlugin : IFilesystem
|
||||
return $"unknown code '{regionCode}'";
|
||||
}
|
||||
|
||||
[SuppressMessage("ReSharper", "StringLiteralTypo")]
|
||||
static string PublisherCodeToString(string publisherCode)
|
||||
{
|
||||
switch(publisherCode)
|
||||
|
||||
Reference in New Issue
Block a user