From 94cbffc19412250d6e5b77ca6441bf08bd0504e9 Mon Sep 17 00:00:00 2001 From: Alex Gleason Date: Fri, 8 Jul 2022 17:05:19 -0500 Subject: [PATCH] Add missing web push locales --- app/soapbox/service_worker/web_push_locales.js | 3 +++ 1 file changed, 3 insertions(+) diff --git a/app/soapbox/service_worker/web_push_locales.js b/app/soapbox/service_worker/web_push_locales.js index 1265f3cfa..941522a2d 100644 --- a/app/soapbox/service_worker/web_push_locales.js +++ b/app/soapbox/service_worker/web_push_locales.js @@ -20,6 +20,9 @@ filenames.forEach(filename => { 'notification.mention': full['notification.mention'] || '', 'notification.reblog': full['notification.reblog'] || '', 'notification.poll': full['notification.poll'] || '', + 'notification.status': full['notification.status'] || '', + 'notification.move': full['notification.move'] || '', + 'notification.user_approved': full['notification.user_approved'] || '', 'status.show_more': full['status.show_more'] || '', 'status.reblog': full['status.reblog'] || '',