faq
This commit is contained in:
@@ -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:
|
||||
|
||||
@@ -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:
|
||||
|
||||
@@ -14,6 +14,7 @@ it:
|
||||
initiative_text: Il testo dell’iniziativa
|
||||
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:
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user