forked from jacknudt/trustieforge
Lauout留言国际化
This commit is contained in:
parent
2210378bc7
commit
bb0ebf06d8
|
@ -5,7 +5,7 @@
|
|||
<div id="account">
|
||||
<%= render_menu :account_menu -%>
|
||||
</div>
|
||||
<%= content_tag('div', "#{link_to('留言(' + User.current.count_new_jour.to_s + ')', feedback_path(User.current))}".html_safe, :id => 'loggedas') if User.current.logged? %>
|
||||
<%= content_tag('div', "#{link_to(l(:label_layouts_feedback)+'(' + User.current.count_new_jour.to_s + ')', feedback_path(User.current))}".html_safe, :id => 'loggedas') if User.current.logged? %>
|
||||
<%= content_tag('div', "#{l(:label_logged_as)} #{link_to_user(User.current, :format => :username)}".html_safe, :id => 'loggedas') if User.current.logged? %>
|
||||
|
||||
<!-- <div style="float: right; margin-top: 13px;">
|
||||
|
|
|
@ -1327,3 +1327,4 @@ en:
|
|||
label_user_all_activity: All activities
|
||||
label_user_activity_myself: About me
|
||||
label_user_all_respond: All respondes
|
||||
label_layouts_feedback: Messages
|
|
@ -1345,3 +1345,4 @@ zh:
|
|||
label_user_all_activity: 所有动态
|
||||
label_user_activity_myself: 只看自己
|
||||
label_user_all_respond: 所有反馈
|
||||
label_layouts_feedback: 留言
|
Loading…
Reference in New Issue