adds i18n to poll/officers model name

This commit is contained in:
Juanjo Bazán
2016-12-14 12:57:37 +01:00
parent ffc14dcdb4
commit 1dd312b309
2 changed files with 6 additions and 0 deletions

View File

@@ -31,6 +31,9 @@ en:
poll/booth:
one: "booth"
other: "booths"
poll/officer:
one: "officer"
other: "officers"
proposal:
one: "Citizen proposal"
other: "Citizen proposals"

View File

@@ -34,6 +34,9 @@ es:
poll/booth:
one: "urna"
other: "urnas"
poll/officer:
one: "presidente de mesa"
other: "presidentes de mesa"
spending_proposal:
one: "Propuesta de inversión"
other: "Propuestas de inversión"