Update Japanese translation and add localization support in notification (#1706)

This commit is contained in:
Yuki
2026-03-27 13:31:12 +09:00
committed by GitHub
parent 1e5cc91fc2
commit 3dc7b07dd4
9 changed files with 990 additions and 276 deletions
+1 -1
View File
@@ -1198,7 +1198,7 @@ export const useNotificationStore = defineStore('Notification', () => {
playNoty({
type: 'Event',
created_at: new Date().toJSON(),
data: 'Notification Test'
data: t('view.settings.notifications.notifications.test_message')
});
}