mirror of
https://github.com/flarum/framework.git
synced 2025-05-04 10:34:04 +08:00
Remove unused translations
This commit is contained in:
parent
6ee9412f35
commit
f6e21b75e1
@ -6,7 +6,7 @@
|
|||||||
* @return {Object}
|
* @return {Object}
|
||||||
*/
|
*/
|
||||||
export default function username(user) {
|
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>;
|
return <span className="username">{name}</span>;
|
||||||
}
|
}
|
||||||
|
@ -49,7 +49,6 @@ core:
|
|||||||
group_mods: Mods
|
group_mods: Mods
|
||||||
invalid_login: Your login details were incorrect.
|
invalid_login: Your login details were incorrect.
|
||||||
joined: "Joined {ago}"
|
joined: "Joined {ago}"
|
||||||
joined_the_forum: Joined the forum
|
|
||||||
load_more: Load More
|
load_more: Load More
|
||||||
log_in: Log In
|
log_in: Log In
|
||||||
log_in_to_reply: Log In to Reply
|
log_in_to_reply: Log In to Reply
|
||||||
@ -70,7 +69,6 @@ core:
|
|||||||
post_edited: "{username} edited {ago}"
|
post_edited: "{username} edited {ago}"
|
||||||
post_number: "Post #{number}"
|
post_number: "Post #{number}"
|
||||||
post_reply: Post Reply
|
post_reply: Post Reply
|
||||||
posted_a_reply: Posted a reply
|
|
||||||
posts: Posts
|
posts: Posts
|
||||||
powered_by_flarum: Powered by Flarum
|
powered_by_flarum: Powered by Flarum
|
||||||
privacy: Privacy
|
privacy: Privacy
|
||||||
|
Loading…
x
Reference in New Issue
Block a user