Attention, François ! config/locales/en.yml en: notification: one: You have 1 notification other: You have %{count} notifications <%# app/views/notifications/index.html.erb %> <%= t("notification", count: current_user.notifications.count) %>