fixed missing i18n key for no_services

This commit is contained in:
Arzumy MD 2011-07-13 12:17:26 +08:00
parent 07ca376854
commit 03e79da171
2 changed files with 7 additions and 7 deletions

View file

@ -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}

View file

@ -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}!"