novu.init(
applicationId,
{
unseenBadgeSelector: "#unseen-badge",
bellSelector: "#notification-bell",
colorScheme: "dark",
position: {
top: "50px",
left: `${left}px`,
},
showUserPreferences: true,
i18n: {
lang: "ar",
translations: {
poweredBy: "powered by custom",
markAllAsRead: "maekAllAsRead custom",
notifications: "notifications custom",
settings: "settings custom",
removeMessage: "remove message custom",
markAsRead: "mark as read custom",
markAsUnRead: "mark as unread custom",
noNewNotification: "no new notifications custom",
},
},
},
{
subscriberId: subscriberId,
firstName: "pawan",
lastName: "jain",
}
);
novu.init(
applicationId,
{
unseenBadgeSelector: "#unseen-badge",
bellSelector: "#notification-bell",
colorScheme: "dark",
position: {
top: "50px",
left: `${left}px`,
},
showUserPreferences: true,
i18n: {
lang: "ar",
translations: {
poweredBy: "powered by custom",
markAllAsRead: "maekAllAsRead custom",
notifications: "notifications custom",
settings: "settings custom",
removeMessage: "remove message custom",
markAsRead: "mark as read custom",
markAsUnRead: "mark as unread custom",
noNewNotification: "no new notifications custom",
},
},
},
{
subscriberId: subscriberId,
firstName: "pawan",
lastName: "jain",
}
);