mirror of
https://github.com/aaru-dps/Aaru.git
synced 2025-12-16 19:24:25 +00:00
Move all localizable strings from Aaru.Decoders project to resources.
This commit is contained in:
@@ -46,6 +46,6 @@ public static class VendorString
|
||||
0x07 => "Nokia",
|
||||
0x15 => "Samsung",
|
||||
0x2C => "extreMEmory",
|
||||
_ => $"Unknown manufacturer ID 0x{mmcVendorId:X2}"
|
||||
_ => string.Format(Localization.Unknown_manufacturer_ID_0, mmcVendorId)
|
||||
};
|
||||
}
|
||||
Reference in New Issue
Block a user