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:
@@ -357,7 +357,7 @@ public static class VendorCode
|
||||
case 0xC020: return "NextCom K.K.";
|
||||
case 0xC250: return "EMTAC Technology Corporation";
|
||||
case 0xD601: return "Elsa";
|
||||
default: return $"Unknown vendor id 0x{id:X4}";
|
||||
default: return string.Format(Localization.Unknown_vendor_id_0, id);
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user