diff --git a/changelog.md b/changelog.md index da1d4ef3..664d2407 100644 --- a/changelog.md +++ b/changelog.md @@ -7,6 +7,7 @@ - Updated Italian, Polish, and Portuguese localization (thank you, Gregory Warn, Lioheart, and Eduadro on weblate!) - Fixed property lookup with item filters and required item properties not handling arrays well - Fixed editing unlinked item pile actors would not transfer the configuration to the prototype token of the item pile +- Added missing "Sort By" localization ## Version 3.1.5 diff --git a/languages/en.json b/languages/en.json index b9e18136..8f450507 100644 --- a/languages/en.json +++ b/languages/en.json @@ -156,6 +156,7 @@ "Minutes": "Minutes", "MerchantClosed": "Merchant is closed, check back later.", "Sell": "Sell", + "SortBy": "Sort by:", "Description": "Description", "Settings": "Settings", "Override": "Override", diff --git a/src/applications/merchant-app/MerchantItemTab.svelte b/src/applications/merchant-app/MerchantItemTab.svelte index 41a2a737..075e5308 100644 --- a/src/applications/merchant-app/MerchantItemTab.svelte +++ b/src/applications/merchant-app/MerchantItemTab.svelte @@ -50,7 +50,7 @@ {/if}