File tree Expand file tree Collapse file tree 1 file changed +0
-11
lines changed
framework/core/js/src/forum/components Expand file tree Collapse file tree 1 file changed +0
-11
lines changed Original file line number Diff line number Diff line change @@ -3,7 +3,6 @@ import Component from '../../common/Component';
3
3
import icon from '../../common/helpers/icon' ;
4
4
import formatNumber from '../../common/utils/formatNumber' ;
5
5
import ScrollListener from '../../common/utils/ScrollListener' ;
6
- import { NestedStringArray } from '@askvortsov/rich-icu-message-formatter' ;
7
6
8
7
/**
9
8
* The `PostStreamScrubber` component displays a scrubber which can be used to
@@ -93,24 +92,14 @@ export default class PostStreamScrubber extends Component {
93
92
) ;
94
93
}
95
94
96
- /**
97
- * @returns {NestedStringArray|string }
98
- */
99
95
firstPostLabel ( ) {
100
96
return app . translator . trans ( 'core.forum.post_scrubber.original_post_link' ) ;
101
97
}
102
98
103
- /**
104
- * @param {number } unreadCount
105
- * @returns {NestedStringArray|string }
106
- */
107
99
unreadLabel ( unreadCount ) {
108
100
return app . translator . trans ( 'core.forum.post_scrubber.unread_text' , { count : unreadCount } ) ;
109
101
}
110
102
111
- /**
112
- * @returns {NestedStringArray|string }
113
- */
114
103
lastPostLabel ( ) {
115
104
return app . translator . trans ( 'core.forum.post_scrubber.now_link' ) ;
116
105
}
You can’t perform that action at this time.
0 commit comments