fix(mentions): add en/nl translations for mention strings

This commit is contained in:
simoleo89
2026-05-31 22:14:23 +02:00
committed by simoleo89
parent c67c90d4c1
commit c1085aa4b1
3 changed files with 20 additions and 2 deletions
@@ -772,4 +772,13 @@
'usersettings.success.password': "Password updated successfully.",
'usersettings.success.email': "Email updated successfully.",
'usersettings.success.username': "Username updated. Please log in again with your new name.",
// ------------------------------------------------------------------------
// Mentions
// ------------------------------------------------------------------------
'mentions.window.title': 'Mentions',
'mentions.window.empty': 'No mentions',
'mentions.window.markall': 'Mark all as read',
'mentions.tab.title': 'Mentions',
'mentions.notification': '%sender% mentioned you in %room%',
}