Uplink catalog localization (#12931)
* Add loc support * New icons and translated weapon * Explosives * Finished ammo * Utils * Fixes * Implants and bundles * Removed sink from surplus * Tools * Start working on armor * Finished armor * Misc * Finished uplink
This commit is contained in:
@@ -99,8 +99,8 @@ public sealed partial class StoreMenu : DefaultWindow
|
||||
if (!listing.Categories.Contains(CurrentCategory))
|
||||
return;
|
||||
|
||||
string listingName = new (listing.Name);
|
||||
string listingDesc = new (listing.Description);
|
||||
var listingName = Loc.GetString(listing.Name);
|
||||
var listingDesc = Loc.GetString(listing.Description);
|
||||
var listingPrice = listing.Cost;
|
||||
var canBuy = CanBuyListing(Balance, listingPrice);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user