This commit is contained in:
2017-04-11 09:16:29 +02:00
parent 242e842100
commit cca7b30fba
7 changed files with 95 additions and 0 deletions
+3
View File
@@ -12,6 +12,8 @@ de:
initiative_text: Der Initiativtext im Wortlaut
initiative: Die Initiative
arguments: Argumentarium
faq: Fragen und Antworten
counter:
supporters: "Unterstützer:"
amount_of_supporters: Zurzeit haben wir %{amount} Unterstützer.
@@ -72,6 +74,7 @@ de:
routes:
initiative_text: initiativtext
arguments: argumentarium
faq: fragen_und_antworten
mongoid:
models:
+2
View File
@@ -17,6 +17,7 @@ fr:
initiative: l' initiative
initiative_text: L'initiative propose (en allemand)
arguments: Arguments (en allemand)
faq: Questions et réponses (en allemand)
welcome_email:
subject: Merci beaucoup pour ton soutien!
@@ -70,6 +71,7 @@ fr:
routes:
initiative_text: l_initiative_propose
arguments: arguments
faq: questions_et_reponses
mongoid:
models:
+2
View File
@@ -14,6 +14,7 @@ it:
initiative_text: Il testo delliniziativa
initiative: l'iniziativa
arguments: Argomentazioni
faq: Domande e risposte (in tedesco)
counter:
supporters: "Sostenitore:"
@@ -73,6 +74,7 @@ it:
routes:
initiative_text: il_testo_dell_iniziativa
arguments: argomentazioni
faq: domande_e_risposte
mongoid:
attributes:
+1
View File
@@ -14,6 +14,7 @@ Rails.application.routes.draw do
localized do
get '/initiative_text', to: 'pages#show', as: :initiative_text, page: 'initiative_text'
get '/arguments', to: 'pages#show', as: :arguments, page: 'arguments'
get '/faq', to: 'pages#show', as: :faq, page: 'faq'
end
get '/cities_autocomplete', to: 'cities_autocomplete#index', as: :cities_autocomplete