mirror of
https://github.com/flarum/framework.git
synced 2025-02-22 15:36:26 +08:00
Change discussion list sorting labels
This commit is contained in:
parent
0ce0160af8
commit
3a955187ce
@ -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"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user