Allow translation of "suggest member" of Community Spotlight

This commit is contained in:
movilla 2012-12-06 13:15:34 +01:00
parent e05edcfda6
commit 65376a604b
3 changed files with 4 additions and 3 deletions

View file

@ -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) * 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) * 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. * Renamed `server.db` to `server.database` to match the example configuration.
* Fix insecure image of cat on user edit page - New photo courtesy of * 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.
[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 # 0.0.2.0

View file

@ -18,7 +18,7 @@
- if AppConfig.settings.community_spotlight.suggest_email.present? - if AppConfig.settings.community_spotlight.suggest_email.present?
.right .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 %h3
= t('contacts.spotlight.community_spotlight') = t('contacts.spotlight.community_spotlight')

View file

@ -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." 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: spotlight:
community_spotlight: "Community Spotlight" community_spotlight: "Community Spotlight"
suggest_member: "Suggest a member"
conversations: conversations:
index: index: