Allow translation of "suggest member" of Community Spotlight
This commit is contained in:
parent
e05edcfda6
commit
65376a604b
3 changed files with 4 additions and 3 deletions
|
|
@ -18,8 +18,8 @@
|
|||
* moved Aspects JS initializer to the correct place so aspect selection / deselection works again [#3737] (https://github.com/diaspora/diaspora/pull/3737)
|
||||
* Do not strip "markdown" in links when posting to services [#3765](https://github.com/diaspora/diaspora/issues/3765)
|
||||
* Renamed `server.db` to `server.database` to match the example configuration.
|
||||
* Fix insecure image of cat on user edit page - New photo courtesy of
|
||||
[khanb1 on flickr](http://www.flickr.com/photos/albaraa/) under CC BY 2.0.
|
||||
* Fix insecure image of cat on user edit page - New photo courtesy of [khanb1 on flickr](http://www.flickr.com/photos/albaraa/) under CC BY 2.0.
|
||||
* Allow translation of "suggest member" of Community Spotlight. [#3791](https://github.com/diaspora/diaspora/issues/3791)
|
||||
|
||||
|
||||
# 0.0.2.0
|
||||
|
|
|
|||
|
|
@ -18,7 +18,7 @@
|
|||
|
||||
- if AppConfig.settings.community_spotlight.suggest_email.present?
|
||||
.right
|
||||
= link_to "Suggest a member", "mailto:#{AppConfig.settings.community_spotlight.suggest_email}", :class => "button"
|
||||
= link_to t('contacts.spotlight.suggest_member'), "mailto:#{AppConfig.settings.community_spotlight.suggest_email}", :class => "button"
|
||||
|
||||
%h3
|
||||
= t('contacts.spotlight.community_spotlight')
|
||||
|
|
|
|||
|
|
@ -314,6 +314,7 @@ en:
|
|||
many_people_are_you_sure: "Are you sure you want to start a private conversation with more than %{suggested_limit} contacts? Posting to this aspect may be a better way to contact them."
|
||||
spotlight:
|
||||
community_spotlight: "Community Spotlight"
|
||||
suggest_member: "Suggest a member"
|
||||
|
||||
conversations:
|
||||
index:
|
||||
|
|
|
|||
Loading…
Reference in a new issue