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:
@@ -10,6 +10,7 @@ const CORE_NAMESPACES = [
|
||||
'club',
|
||||
'members',
|
||||
'diary',
|
||||
'schedule',
|
||||
'trainingStats',
|
||||
'courtDrawingTool'
|
||||
];
|
||||
|
||||
@@ -10,6 +10,7 @@ const CORE_NAMESPACES = [
|
||||
'club',
|
||||
'members',
|
||||
'diary',
|
||||
'schedule',
|
||||
'trainingStats',
|
||||
'courtDrawingTool'
|
||||
];
|
||||
|
||||
Reference in New Issue
Block a user