Skip to content

Commit

Permalink
fix: json error parser in translations
Browse files Browse the repository at this point in the history
  • Loading branch information
javierblancoNS committed Oct 11, 2021
1 parent 53b77ef commit 1e74bf0
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 9 deletions.
6 changes: 3 additions & 3 deletions frontend/public/locales/en/components.json
Original file line number Diff line number Diff line change
Expand Up @@ -797,10 +797,10 @@
"caption": "get into this?",
"newsletterButton": "Subscribe to the newsletter",
"contact": "Contact us!",
"newsletter": "Follow the news on the urban ecosystems",
"titleColumn": {
"ns": "Learn more about Natural Solutions",
"ecoteka": "Learn more about ecoTeka",
"newsletter": "Follow the news on the urban ecosystems",
"ecoteka": "Learn more about ecoTeka"
},
"links": {
"community": {
Expand Down Expand Up @@ -880,4 +880,4 @@
"declineButtonText": "I decline",
"modalText": "This website uses cookies to provide a better service."
}
}
}
6 changes: 3 additions & 3 deletions frontend/public/locales/es/components.json
Original file line number Diff line number Diff line change
Expand Up @@ -791,10 +791,10 @@
"caption": "¿Estás en esto?",
"newsletterButton": "Recibe nuestra newsletter",
"contact": "Contáctanos",
"newsletter": "Seguir la actualidad sobre los ecosistemas urbano",
"titleColumn": {
"ns": "Saber más sobre Natural Solutions",
"ecoteka": "Saber más sobre ecoTeka",
"newsletter": "Seguir la actualidad sobre los ecosistemas urbano",
"ecoteka": "Saber más sobre ecoTeka"
},
"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."
}
}
}
6 changes: 3 additions & 3 deletions frontend/public/locales/fr/components.json
Original file line number Diff line number Diff line change
Expand Up @@ -790,10 +790,10 @@
"caption": "On en parle",
"newsletterButton": "S'inscrire à la newsletter",
"contact": "Contactez nous !",
"newsletter": "Suivre l'actualité sur les écosystèmes urbains",
"titleColumn": {
"ns": "En savoir plus sur Natural Solutions",
"ecoteka": "En savoir plus sur ecoTeka",
"newsletter": "Suivre l'actualité sur les écosystèmes urbains",
"ecoteka": "En savoir plus sur ecoTeka"
},
"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 1e74bf0

Please sign in to comment.