Skip to content

Commit

Permalink
Add missing resource strings
Browse files Browse the repository at this point in the history
  • Loading branch information
PatrykPorabik committed Jul 1, 2019
1 parent 7f2a5ec commit 5c21f65
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 0 deletions.
6 changes: 6 additions & 0 deletions Grand.Web/App_Data/Localization/Upgrade/EN_440_450.nopres.xml
Original file line number Diff line number Diff line change
Expand Up @@ -590,4 +590,10 @@
<LocaleResource Name="messages.wishlist.product(s).quantity">
<Value>Quantity</Value>
</LocaleResource>
<LocaleResource Name="messages.wishlist.product(s).name">
<Value>Name</Value>
</LocaleResource>
<LocaleResource Name="messages.wishlist.product(s).picture">
<Value>Picture</Value>
</LocaleResource>
</Language>
6 changes: 6 additions & 0 deletions Grand.Web/App_Data/Localization/defaultResources.grandres.xml
Original file line number Diff line number Diff line change
Expand Up @@ -20154,4 +20154,10 @@
<LocaleResource Name="messages.wishlist.product(s).quantity">
<Value>Quantity</Value>
</LocaleResource>
<LocaleResource Name="messages.wishlist.product(s).name">
<Value>Name</Value>
</LocaleResource>
<LocaleResource Name="messages.wishlist.product(s).picture">
<Value>Picture</Value>
</LocaleResource>
</Language>

0 comments on commit 5c21f65

Please sign in to comment.