added content

This commit is contained in:
2017-07-07 16:07:53 +02:00
parent 1440cfcc1e
commit 10727a1302
9 changed files with 145 additions and 7 deletions
+2
View File
@@ -16,6 +16,7 @@ de:
sponsoring: Sponsoren
numbers: Zahlen
statementes: Statements
collection_concept: Wie macht man eine Volksinitiative?
lang: Sprache
are_you_sure: Bist du sicher?
@@ -115,6 +116,7 @@ de:
donation: spenden
numbers: zahlen
statementes: statements
collection_concept: Sammelkonzept
mongoid:
models:
+3 -1
View File
@@ -20,7 +20,8 @@ fr:
faq: Questions et réponses (en allemand)
sponsoring: Sponsors (en allemand)
numbers: Chiffres (en allemand)
statements: Déclarations
statements: Déclarations
collection_concept: Comment faire une initiative populaire? (en allemand)
lang: Langue
are_you_sure: Tu es sûre?
@@ -112,6 +113,7 @@ fr:
donation: donation
numbers: chiffres
statements: declarations
collection_concept: plan_de_collecte
mongoid:
models:
+2
View File
@@ -18,6 +18,7 @@ it:
sponsoring: Sponsor
numbers: Numeri (in tedesco)
statements: Dichiarazioni
collection_concept: Come fare un iniziativa popolare? (in tedesco)
counter:
supporters: "Sostenitore:"
@@ -116,6 +117,7 @@ it:
donation: donazione
numbers: numeri
statements: dichiarazioni
collection_concept: sistema_di_raccolta
mongoid:
attributes:
+1
View File
@@ -18,6 +18,7 @@ Rails.application.routes.draw do
get '/sponsoring', to: 'pages#show', as: :sponsoring, page: 'sponsoring'
get '/donation', to: 'pages#show', as: :donation, page: 'donation'
get '/numbers', to: 'pages#show', as: :numbers, page: 'numbers'
get '/collection_concept', to: 'pages#show', as: :collection_concept, page: 'collection_concept'
get '/statements', to: 'pages#show', as: :statements, page: 'statements'
end