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
|
%b= service.nickname
|
||||||
= link_to t('services.index.disconnect'), service_path(service), :confirm => t('services.index.really_disconnect', :service => service.provider), :method => :delete
|
= link_to t('services.index.disconnect'), service_path(service), :confirm => t('services.index.really_disconnect', :service => service.provider), :method => :delete
|
||||||
- else
|
- else
|
||||||
= t('.no_services')
|
= t('services.index.no_services')
|
||||||
|
|
||||||
- AppConfig.configured_services.each do |service|
|
- AppConfig.configured_services.each do |service|
|
||||||
- unless @services.any?{|x| x.provider == service}
|
- unless @services.any?{|x| x.provider == service}
|
||||||
|
|
|
||||||
|
|
@ -389,12 +389,12 @@ en:
|
||||||
other: "and %{count} others"
|
other: "and %{count} others"
|
||||||
and: 'and'
|
and: 'and'
|
||||||
helper:
|
helper:
|
||||||
new_notifications:
|
new_notifications:
|
||||||
zero: "No new notifications"
|
zero: "No new notifications"
|
||||||
one: "1 new notifications"
|
one: "1 new notifications"
|
||||||
few: "%{count} new notifications"
|
few: "%{count} new notifications"
|
||||||
many: "%{count} new notifications"
|
many: "%{count} new notifications"
|
||||||
other: "%{count} new notifications"
|
other: "%{count} new notifications"
|
||||||
|
|
||||||
notifier:
|
notifier:
|
||||||
hello: "Hello %{name}!"
|
hello: "Hello %{name}!"
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue