Costs content
This commit is contained in:
@@ -14,6 +14,7 @@ de:
|
||||
arguments: Argumentarium
|
||||
faq: Fragen und Antworten
|
||||
sponsoring: Sponsoren & Spenden
|
||||
numbers: Zahlen
|
||||
|
||||
counter:
|
||||
supporters: "Unterstützer:"
|
||||
@@ -77,6 +78,7 @@ de:
|
||||
arguments: argumentarium
|
||||
faq: fragen_und_antworten
|
||||
sponsoring: sponsoren_und_spenden
|
||||
numbers: zahlen
|
||||
|
||||
mongoid:
|
||||
models:
|
||||
|
||||
@@ -19,6 +19,7 @@ fr:
|
||||
arguments: Arguments (en allemand)
|
||||
faq: Questions et réponses (en allemand)
|
||||
sponsoring: Donation et Sponsors (en allemand)
|
||||
numbers: Chiffres (en allemand)
|
||||
|
||||
welcome_email:
|
||||
subject: Merci beaucoup pour ton soutien!
|
||||
@@ -74,6 +75,7 @@ fr:
|
||||
arguments: arguments
|
||||
faq: questions_et_reponses
|
||||
sponsoring: donation_et_sponsor
|
||||
numbers: chiffres
|
||||
|
||||
mongoid:
|
||||
models:
|
||||
|
||||
@@ -16,6 +16,7 @@ it:
|
||||
arguments: Argomentazioni
|
||||
faq: Domande e risposte (in tedesco)
|
||||
sponsoring: Donazione e Sponsor
|
||||
numbers: Numeri (in tedesco)
|
||||
|
||||
counter:
|
||||
supporters: "Sostenitore:"
|
||||
@@ -77,6 +78,7 @@ it:
|
||||
arguments: argomentazioni
|
||||
faq: domande_e_risposte
|
||||
sponsoring: donazione_e_sponsor
|
||||
numbers: numeri
|
||||
|
||||
mongoid:
|
||||
attributes:
|
||||
|
||||
@@ -16,6 +16,8 @@ Rails.application.routes.draw do
|
||||
get '/arguments', to: 'pages#show', as: :arguments, page: 'arguments'
|
||||
get '/faq', to: 'pages#show', as: :faq, page: 'faq'
|
||||
get '/terms_and_conditions', to: 'pages#show', as: :terms_and_conditions, page: 'terms_and_conditions'
|
||||
get '/sponsoring', to: 'pages#show', as: :sponsoring, page: 'sponsoring'
|
||||
get '/numbers', to: 'pages#show', as: :numbers, page: 'numbers'
|
||||
end
|
||||
|
||||
get '/cities_autocomplete', to: 'cities_autocomplete#index', as: :cities_autocomplete
|
||||
|
||||
Reference in New Issue
Block a user