1
0
mirror of https://github.com/flarum/core.git synced 2025-08-14 12:24:33 +02:00

Add missing translations

This commit is contained in:
Toby Zerner
2015-07-23 16:40:11 +09:30
parent da25882280
commit 0c7bd6e86d
3 changed files with 8 additions and 3 deletions

View File

@@ -33,7 +33,9 @@ class AddClientAssets
'mentions.user_mentioned_notification',
'mentions.post_mentioned_by',
'mentions.you',
'mentions.reply_link'
'mentions.reply_link',
'mentions.notify_post_mentioned',
'mentions.notify_user_mentioned'
]);
}
}