mirror of
https://github.com/NodeBB/NodeBB.git
synced 2025-11-07 14:35:47 +01:00
translate helpers
This commit is contained in:
@@ -52,10 +52,7 @@ define('notifications', ['sounds'], function(sound) {
|
||||
}
|
||||
|
||||
|
||||
translator.translate(html, function(translated) {
|
||||
notifList.html(translated);
|
||||
});
|
||||
|
||||
notifList.translateHtml(html);
|
||||
|
||||
updateNotifCount(data.unread.length);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user