Change discussion list sorting labels

This commit is contained in:
Toby Zerner 2015-07-20 18:11:04 +09:30
parent 0ce0160af8
commit 3a955187ce
2 changed files with 5 additions and 4 deletions

View File

@ -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';

View File

@ -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"