Progress
This commit is contained in:
@@ -16,6 +16,7 @@ filenames.forEach(filename => {
|
||||
filtered[locale] = {
|
||||
'notification.favourite': full['notification.favourite'] || '',
|
||||
'notification.follow': full['notification.follow'] || '',
|
||||
'notification.follow_request': full['notification.follow_request'] || '',
|
||||
'notification.mention': full['notification.mention'] || '',
|
||||
'notification.reblog': full['notification.reblog'] || '',
|
||||
'notification.poll': full['notification.poll'] || '',
|
||||
@@ -28,4 +29,4 @@ filenames.forEach(filename => {
|
||||
};
|
||||
});
|
||||
|
||||
module.exports = JSON.parse(JSON.stringify(filtered));
|
||||
module.exports = JSON.parse(JSON.stringify(filtered));
|
||||
Reference in New Issue
Block a user