Skip to content

Commit

Permalink
Merge branch 'dev'
Browse files Browse the repository at this point in the history
  • Loading branch information
javierblancoNS committed Oct 11, 2021
2 parents 124c4a7 + 53b77ef commit e4d38ff
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 6 deletions.
1 change: 1 addition & 0 deletions .env.example
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,7 @@ NS_ECOTEKA_FRONTEND_TOKEN_STORAGE={{ ns_ecoteka_frontend_token_storage | default
NS_ECOTEKA_FRONTEND_REFRESH_TOKEN_STORAGE={{ ns_ecoteka_frontend_refresh_token_storage | default('ecoteka_refresh_token') }}
NS_ECOTEKA_FRONTEND_MAPILLARY_API_CLIENT={{ ns_ecoteka_frontend_mapillary_api_client | default('dDloQllJZFNKNkQ1b1FMZ0ZFNjE3WjozYzk0OTRjM2ZhZjk5ZmUx') }}
NS_ECOTEKA_FRONTEND_GOOGLE_ANALYTICS={{ ns_ecoteka_frontend_google_analytics | default('G-Z0FYXJ7LPW') }}
NS_ECOTEKA_FRONTEND_COOKIE_CONSENT={{ ns_ecoteka_frontend_cookie_consent | default('etk_cookie_consent') }}

# BACKEND
NS_ECOTEKA_BACKEND_BASE_PATH={{ ns_ecoteka_backend_base_path | default('/api/v1') }}
Expand Down
4 changes: 2 additions & 2 deletions frontend/public/locales/en/components.json
Original file line number Diff line number Diff line change
Expand Up @@ -795,12 +795,12 @@
},
"LayoutFooter": {
"caption": "get into this?",
"newsletterButton": "Subscribe to the newsletter",
"contact": "Contact us!",
"titleColumn": {
"ns": "Learn more about Natural Solutions",
"ecoteka": "Learn more about ecoTeka",
"newsletter": "Follow the news on the urban ecosystems",
"newsletterButton": "Subscribe to the newsletter"
},
"links": {
"community": {
Expand Down Expand Up @@ -880,4 +880,4 @@
"declineButtonText": "I decline",
"modalText": "This website uses cookies to provide a better service."
}
}
}
4 changes: 2 additions & 2 deletions frontend/public/locales/es/components.json
Original file line number Diff line number Diff line change
Expand Up @@ -789,12 +789,12 @@
},
"LayoutFooter": {
"caption": "¿Estás en esto?",
"newsletterButton": "Recibe nuestra newsletter",
"contact": "Contáctanos",
"titleColumn": {
"ns": "Saber más sobre Natural Solutions",
"ecoteka": "Saber más sobre ecoTeka",
"newsletter": "Seguir la actualidad sobre los ecosistemas urbano",
"newsletterButton": "Recibe nuestro newsletter"
},
"links": {
"community": {
Expand Down Expand Up @@ -871,4 +871,4 @@
"declineButtonText": "No acepto",
"modalText": "Este sitio web utiliza cookies para brindar un mejor experiencia de usuario."
}
}
}
4 changes: 2 additions & 2 deletions frontend/public/locales/fr/components.json
Original file line number Diff line number Diff line change
Expand Up @@ -788,12 +788,12 @@
},
"LayoutFooter": {
"caption": "On en parle",
"newsletterButton": "S'inscrire à la newsletter",
"contact": "Contactez nous !",
"titleColumn": {
"ns": "En savoir plus sur Natural Solutions",
"ecoteka": "En savoir plus sur ecoTeka",
"newsletter": "Suivre l'actualité sur les écosystèmes urbains",
"newsletterButton": "S'inscrire à la newsletter"
},
"links": {
"community": {
Expand Down Expand Up @@ -870,4 +870,4 @@
"declineButtonText": "Je refuse",
"modalText": "Ce site utilise des cookies pour fournir un meilleur service."
}
}
}

0 comments on commit e4d38ff

Please sign in to comment.