Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
holydk committed Feb 21, 2021
1 parent ca0df9c commit dc9d085
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -683,6 +683,8 @@ public override void Up()
["Admin.Configuration.Settings.Catalog.AttributeValueOutOfStockDisplayType.Hint"] = "Select the display type for attribute value when out of stock. Note that 'Allow only existing attribute combinations' should be activated on product.",
["Products.ProductAttributes.DropdownList.DefaultItem"] = "Please select",
["Products.ProductAttributes.NotAvailable"] = "Not available",
["Enums.Nop.Core.Domain.Catalog.AttributeValueOutOfStockDisplayType.Disable"] = "Disable",
["Enums.Nop.Core.Domain.Catalog.AttributeValueOutOfStockDisplayType.AlwaysDisplay"] = "Always display",
}).Wait();

// rename locales
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -16374,6 +16374,12 @@
<LocaleResource Name="Enums.Nop.Core.Domain.Catalog.AttributeControlType.TextBox">
<Value>Textbox</Value>
</LocaleResource>
<LocaleResource Name="Enums.Nop.Core.Domain.Catalog.AttributeValueOutOfStockDisplayType.AlwaysDisplay">
<Value>Always display</Value>
</LocaleResource>
<LocaleResource Name="Enums.Nop.Core.Domain.Catalog.AttributeValueOutOfStockDisplayType.Disable">
<Value>Disable</Value>
</LocaleResource>
<LocaleResource Name="Enums.Nop.Core.Domain.Catalog.AttributeValueType.AssociatedToProduct">
<Value>Associated to product</Value>
</LocaleResource>
Expand Down

0 comments on commit dc9d085

Please sign in to comment.