fixed missing i18n key for no_services
This commit is contained in:
parent
07ca376854
commit
03e79da171
2 changed files with 7 additions and 7 deletions
|
|
@ -12,7 +12,7 @@
|
|||
%b= service.nickname
|
||||
= link_to t('services.index.disconnect'), service_path(service), :confirm => t('services.index.really_disconnect', :service => service.provider), :method => :delete
|
||||
- else
|
||||
= t('.no_services')
|
||||
= t('services.index.no_services')
|
||||
|
||||
- AppConfig.configured_services.each do |service|
|
||||
- unless @services.any?{|x| x.provider == service}
|
||||
|
|
|
|||
|
|
@ -389,12 +389,12 @@ en:
|
|||
other: "and %{count} others"
|
||||
and: 'and'
|
||||
helper:
|
||||
new_notifications:
|
||||
zero: "No new notifications"
|
||||
one: "1 new notifications"
|
||||
few: "%{count} new notifications"
|
||||
many: "%{count} new notifications"
|
||||
other: "%{count} new notifications"
|
||||
new_notifications:
|
||||
zero: "No new notifications"
|
||||
one: "1 new notifications"
|
||||
few: "%{count} new notifications"
|
||||
many: "%{count} new notifications"
|
||||
other: "%{count} new notifications"
|
||||
|
||||
notifier:
|
||||
hello: "Hello %{name}!"
|
||||
|
|
|
|||
Loading…
Reference in a new issue