mirror of
https://github.com/discourse/discourse.git
synced 2024-11-30 12:43:54 -06:00
Missing i18n key
This commit is contained in:
parent
9196642221
commit
ac25a24b40
@ -62,7 +62,7 @@
|
||||
<h3><span class='desc'>{{i18n last_post}}</span> {{format-date path="user.last_posted_at" leaveAgo="true"}} </h3>
|
||||
<h3><span class='desc'>{{i18n joined}}</span> {{format-date path="user.created_at" leaveAgo="true"}}</h3>
|
||||
{{#if user.githubProfileUrl}}
|
||||
<h3><a href="{{unbound user.githubProfileUrl}}">GitHub</a></h3>
|
||||
<h3><a href="{{unbound user.githubProfileUrl}}">{{i18n user.github_profile}}</a></h3>
|
||||
{{/if}}
|
||||
</div>
|
||||
|
||||
|
@ -310,6 +310,7 @@ en:
|
||||
admin_tooltip: "This user is an admin"
|
||||
suspended_notice: "This user is suspended until {{date}}."
|
||||
suspended_reason: "Reason: "
|
||||
github_profile: "Github"
|
||||
mailing_list_mode: "Receive an email for every new post (unless you mute the topic or category)"
|
||||
watched_categories: "Watched"
|
||||
watched_categories_instructions: "You will automatically watch all new topics in these categories. You will be notified of all new posts and topics, plus the count of unread and new posts will also appear next to the topic's listing."
|
||||
|
Loading…
Reference in New Issue
Block a user