translate helpers

This commit is contained in:
barisusakli
2014-07-05 16:58:57 -04:00
parent 89acec13dc
commit c5ccf4333b
11 changed files with 35 additions and 46 deletions

View File

@@ -52,10 +52,7 @@ define('notifications', ['sounds'], function(sound) {
}
translator.translate(html, function(translated) {
notifList.html(translated);
});
notifList.translateHtml(html);
updateNotifCount(data.unread.length);