Remove unused translations

This commit is contained in:
Toby Zerner 2015-09-05 16:05:02 +09:30
parent 6ee9412f35
commit f6e21b75e1
2 changed files with 1 additions and 3 deletions

View File

@ -6,7 +6,7 @@
* @return {Object}
*/
export default function username(user) {
const name = (user && user.username()) || '[deleted]';
const name = (user && user.username()) || app.trans('deleted');
return <span className="username">{name}</span>;
}

View File

@ -49,7 +49,6 @@ core:
group_mods: Mods
invalid_login: Your login details were incorrect.
joined: "Joined {ago}"
joined_the_forum: Joined the forum
load_more: Load More
log_in: Log In
log_in_to_reply: Log In to Reply
@ -70,7 +69,6 @@ core:
post_edited: "{username} edited {ago}"
post_number: "Post #{number}"
post_reply: Post Reply
posted_a_reply: Posted a reply
posts: Posts
powered_by_flarum: Powered by Flarum
privacy: Privacy