pluralizes notifications alert

This commit is contained in:
Juanjo Bazán
2016-01-08 17:28:27 +01:00
parent a389f6bef1
commit c8ad7a8fb2
2 changed files with 6 additions and 2 deletions

View File

@@ -29,7 +29,9 @@ en:
more_information: "More information"
debates: "Debates"
proposals: "Proposals"
new_notifications: "You have %{count} new notifications"
new_notifications:
one: "You have a new notification"
other: "You have %{count} new notifications"
no_notifications: "You don't have new notifications"
footer:
description: "This portal uses the %{consul} which is %{open_source}. From Madrid out into the world."

View File

@@ -29,7 +29,9 @@ es:
more_information: "Más información"
debates: "Debates"
proposals: "Propuestas"
new_notifications: "Tienes %{count} notificaciones nuevas"
new_notifications:
one: "Tienes una nueva notificación"
other: "Tienes %{count} notificaciones nuevas"
no_notifications: "No tienes notificaciones nuevas"
footer:
description: "Este portal usa la %{consul} que es %{open_source}. De Madrid, para el mundo entero."