Add missing web push locales

This commit is contained in:
Alex Gleason 2022-07-08 17:05:19 -05:00
parent 79b11fefde
commit 94cbffc194
No known key found for this signature in database
GPG key ID: 7211D1F99744FBB7

View file

@ -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'] || '',