mirror of
https://github.com/flarum/core.git
synced 2025-07-28 12:10:51 +02:00
Change discussion list sorting labels
This commit is contained in:
@@ -112,8 +112,8 @@ export default class DiscussionList extends Component {
|
|||||||
if (this.props.params.q) {
|
if (this.props.params.q) {
|
||||||
map.relevance = '';
|
map.relevance = '';
|
||||||
}
|
}
|
||||||
map.recent = '-lastTime';
|
map.latest = '-lastTime';
|
||||||
map.replies = '-commentsCount';
|
map.top = '-commentsCount';
|
||||||
map.newest = '-startTime';
|
map.newest = '-startTime';
|
||||||
map.oldest = '+startTime';
|
map.oldest = '+startTime';
|
||||||
|
|
||||||
|
@@ -93,10 +93,11 @@ core:
|
|||||||
send_password_reset_email: Send Password Reset Email
|
send_password_reset_email: Send Password Reset Email
|
||||||
settings: Settings
|
settings: Settings
|
||||||
sign_up: Sign Up
|
sign_up: Sign Up
|
||||||
|
sort_latest: Latest
|
||||||
sort_newest: Newest
|
sort_newest: Newest
|
||||||
sort_oldest: Oldest
|
sort_oldest: Oldest
|
||||||
sort_recent: Recent
|
sort_relevance: Relevance
|
||||||
sort_replies: Replies
|
sort_top: Top
|
||||||
start_a_discussion: Start a Discussion
|
start_a_discussion: Start a Discussion
|
||||||
started_a_discussion: Started a discussion
|
started_a_discussion: Started a discussion
|
||||||
unread_posts: "{count} unread"
|
unread_posts: "{count} unread"
|
||||||
|
Reference in New Issue
Block a user