mirror of
https://github.com/aaru-dps/Aaru.Decoders.git
synced 2025-12-16 19:24:32 +00:00
Move all localizable strings from Aaru.Decoders project to resources.
This commit is contained in:
@@ -45,6 +45,6 @@ public static class VendorString
|
||||
0x03 => "Sandisk",
|
||||
0x27 => "CnMemory",
|
||||
0xAA => "QEMU",
|
||||
_ => $"Unknown manufacturer ID 0x{sdVendorId:X2}"
|
||||
_ => string.Format(Localization.Unknown_manufacturer_ID_0, sdVendorId)
|
||||
};
|
||||
}
|
||||
Reference in New Issue
Block a user