fix(dashboard): Translate breadcrumbs (#9561)
**What** - Adds translated keys for all static breadcrumbs.
This commit is contained in:
@@ -1350,10 +1350,6 @@
|
||||
"shippingProfiles": {
|
||||
"label": "Shipping Profiles",
|
||||
"description": "Group products by shipping requirements"
|
||||
},
|
||||
"shippingOptionTypes": {
|
||||
"label": "Shipping Option Types",
|
||||
"description": "Group options based on characteristic"
|
||||
}
|
||||
},
|
||||
"salesChannels": {
|
||||
|
||||
@@ -1,5 +1,4 @@
|
||||
import en from "./en.json"
|
||||
|
||||
export default {
|
||||
en: {
|
||||
translation: en,
|
||||
|
||||
Reference in New Issue
Block a user