mirror of
https://github.com/flarum/framework.git
synced 2025-02-21 07:03:38 +08:00
Remove unused translations
This commit is contained in:
parent
6ee9412f35
commit
f6e21b75e1
@ -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>;
|
||||
}
|
||||
|
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user