menu translations and ability to add new translations using the base translation
This commit is contained in:
@ -1,6 +1,7 @@
|
||||
|
||||
import { UserRole } from "@prisma/client";
|
||||
|
||||
|
||||
const sidemenu = [
|
||||
{
|
||||
id: "dashboard",
|
||||
@ -118,6 +119,12 @@ const sidemenu = [
|
||||
url: "/cart/reports/coverMe",
|
||||
roles: [UserRole.ADMIN, UserRole.POWERUSER],
|
||||
},
|
||||
{
|
||||
id: "translations",
|
||||
text: "Преводи",
|
||||
url: "/cart/translations",
|
||||
roles: [UserRole.ADMIN, UserRole.POWERUSER],
|
||||
},
|
||||
|
||||
]
|
||||
},
|
||||
|
Reference in New Issue
Block a user