feat: enhance notifications view and improve i18n support
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:
Torsten Schulz (local)
2026-08-20 10:53:18 +02:00
parent 38c665d30d
commit 7553f2c99a
22 changed files with 1637 additions and 916 deletions

View File

@@ -10,6 +10,7 @@ const CORE_NAMESPACES = [
'club',
'members',
'diary',
'schedule',
'trainingStats',
'courtDrawingTool'
];

View File

@@ -10,6 +10,7 @@ const CORE_NAMESPACES = [
'club',
'members',
'diary',
'schedule',
'trainingStats',
'courtDrawingTool'
];