Bugfix: added missing message to i18n

This commit is contained in:
Roman Anasal 2014-09-29 17:51:52 +02:00
parent f6ef43d3b0
commit 4033b9937a
2 changed files with 3 additions and 1 deletions

View File

@ -37,7 +37,7 @@ angular.module('myApp.directives', ['myApp.filters'])
var dateFilter = $filter('myDate'),
dateSplitHtml = '<div class="im_message_date_split im_service_message_wrap"><div class="im_service_message"></div></div>',
unreadSplitHtml = '<div class="im_message_unread_split">Unread messages</div>',
unreadSplitHtml = '<div class="im_message_unread_split" my-i18n="unread_messages_split"></div>',
selectedClass = 'im_message_selected',
focusClass = 'im_message_focus',
unreadClass = 'im_message_unread',

View File

@ -74,6 +74,8 @@
"error_browser_no_local_file_system_video_md": "Your browser doesn't support {moz-link: https://developer.mozilla.org/en-US/docs/Web/API/LocalFileSystem | LocalFileSystem} feature which is needed to play this video.\nPlease, install {chrome-link: http://google.com/chrome | Google Chrome} or use {telegram-link: https://telegram.org/ | mobile app} instead.",
"error_video_download_failed": "Video download failed",
"unread_messages_split": "Unread messages",
"user_name_deleted": "DELETED",
"user_first_name_deleted": "DELETED",
"user_status_offline": "offline",