Add missing web push locales
This commit is contained in:
parent
79b11fefde
commit
94cbffc194
1 changed files with 3 additions and 0 deletions
|
@ -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'] || '',
|
||||
|
|
Loading…
Reference in a new issue