Skip to content
This repository has been archived by the owner on Aug 17, 2020. It is now read-only.

Commit

Permalink
feat: Some content for the detail section for Brazil
Browse files Browse the repository at this point in the history
  • Loading branch information
severo committed Apr 9, 2019
1 parent 4108725 commit 7fe052a
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion docs/lib/main.en.js
Original file line number Diff line number Diff line change
Expand Up @@ -19541,7 +19541,7 @@
var main = parent.select('#details-main');
main.html(null);
makeHeader(main, 'Brazil');
main.append('p').html('[work in progress... show a message - search or click]');
main.append('p').html('Pesticides were detected in the water that supplies more than 2.300 cities from 2014 to 2017. Search on the map or type your city to discover which chemicals came out of your faucet');

if (view === 'limits') {
makeLimitsToOtherViews(parent, dispatcher, state);
Expand Down
2 changes: 1 addition & 1 deletion docs/lib/main.es.js
Original file line number Diff line number Diff line change
Expand Up @@ -19541,7 +19541,7 @@
var main = parent.select('#details-main');
main.html(null);
makeHeader(main, 'Brasil');
main.append('p').html('[trabajo en curso... mostrar un mensaje - buscar o click]');
main.append('p').html('Agrotóxicos fueron detectados en el agua que abastece a más de 2.300 ciudades, de 2014 a 2017. Haga click en el mapa o teclee el nombre de su ciudad para descubrir qué químicos salen de su grifo.');

if (view === 'limits') {
makeLimitsToOtherViews(parent, dispatcher, state);
Expand Down
2 changes: 1 addition & 1 deletion docs/lib/main.pt.js
Original file line number Diff line number Diff line change
Expand Up @@ -19541,7 +19541,7 @@
var main = parent.select('#details-main');
main.html(null);
makeHeader(main, 'Brasil');
main.append('p').html('[trabajo en curso... mostrar un mensaje - buscar o click]');
main.append('p').html('Agrotóxicos foram detectados na água que abastece mais de 2.300 cidades, de 2014 a 2017. Clique no mapa ou digite sua cidade para descobrir quais químicos saíram da sua torneira.');

if (view === 'limits') {
makeLimitsToOtherViews(parent, dispatcher, state);
Expand Down
2 changes: 1 addition & 1 deletion src/lang/en.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
},
"details": {
"brazil": {
"content": "[work in progress... show a message - search or click]",
"content": "Pesticides were detected in the water that supplies more than 2.300 cities from 2014 to 2017. Search on the map or type your city to discover which chemicals came out of your faucet",
"title": "Brazil"
},
"cocktail": {
Expand Down
2 changes: 1 addition & 1 deletion src/lang/es.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
},
"details": {
"brazil": {
"content": "[trabajo en curso... mostrar un mensaje - buscar o click]",
"content": "Agrotóxicos fueron detectados en el agua que abastece a más de 2.300 ciudades, de 2014 a 2017. Haga click en el mapa o teclee el nombre de su ciudad para descubrir qué químicos salen de su grifo.",
"title": "Brasil"
},
"cocktail": {
Expand Down
2 changes: 1 addition & 1 deletion src/lang/pt.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
},
"details": {
"brazil": {
"content": "[trabajo en curso... mostrar un mensaje - buscar o click]",
"content": "Agrotóxicos foram detectados na água que abastece mais de 2.300 cidades, de 2014 a 2017. Clique no mapa ou digite sua cidade para descobrir quais químicos saíram da sua torneira.",
"title": "Brasil"
},
"cocktail": {
Expand Down

0 comments on commit 7fe052a

Please sign in to comment.