feat: enhance notifications view and improve i18n support
All checks were successful
Deploy tt-tagebuch / deploy (push) Successful in 55s
All checks were successful
Deploy tt-tagebuch / deploy (push) Successful in 55s
- Updated NotificationsView.vue to display item.context in notifications. - Added new translations for multiple languages in .i18n-translate-cache.json. - Extended fill-i18n-locales.js to include Cebuano (ceb) locale support.
This commit is contained in:
@@ -807,7 +807,7 @@ class MemberService {
|
||||
priority: 'normal',
|
||||
resourceType: 'member',
|
||||
resourceId: String(member.id),
|
||||
title: `(Q)TTR geändert: ${firstName} ${lastName}`,
|
||||
title: `${firstName} ${lastName}`,
|
||||
body: changes.join(', '),
|
||||
route: '/members',
|
||||
payload: { memberId: member.id, clubId: Number(clubId), oldTtr, newTtr: member.ttr, oldQttr, newQttr: member.qttr },
|
||||
|
||||
Reference in New Issue
Block a user