Skip to content

Commit

Permalink
Merge pull request #1859 from LiteFarmOrg/hotfix/3.1.1-translation
Browse files Browse the repository at this point in the history
hotfix 3.1.1: Fix PT translation
  • Loading branch information
smattingly authored Apr 15, 2022
2 parents dcfe25c + 08eba08 commit 167a36d
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion packages/api/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "litefarm-api",
"version": "3.1.0",
"version": "3.1.1",
"description": "backend for LiteFarm",
"main": "./api/src/server.js",
"scripts": {
Expand Down
4 changes: 2 additions & 2 deletions packages/webapp/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "webapp",
"version": "3.1.0",
"version": "3.1.1",
"private": true,
"dependencies": {
"@googlemaps/markerclustererplus": "^1.1.0",
Expand Down Expand Up @@ -150,4 +150,4 @@
"glob-parent": "^6.0.2",
"trim": "^1.0.1"
}
}
}
6 changes: 3 additions & 3 deletions packages/webapp/public/locales/pt/translation.json
Original file line number Diff line number Diff line change
Expand Up @@ -937,7 +937,7 @@
"PLANTED_ALREADY": "Você vai plantar este cultivo ou ele já está plantado?",
"PLANTING": "Plantando",
"PLANTING_DATE": "Qual é a sua data de plantio?",
"PLANTING_DATE_INFO": "Data de semeadura com base na idade da colheita: {{seed_date}}",
"PLANTING_DATE_INFO": "Data de semeadura com base na idade do cultivo: {{seed_date}}",
"PLANTING_DATE_LABEL": "Data do plantio",
"PLANTING_DEPTH": "Profundidade de plantio",
"PLANTING_METHOD": "Qual é o seu método de plantio?",
Expand Down Expand Up @@ -985,7 +985,7 @@
}
},
"VARIETY": "Variedade",
"WHAT_IS_AGE": "Qual é a idade aproximada da colheita?",
"WHAT_IS_AGE": "Qual é a idade aproximada do cultivo?",
"WHAT_WAS_PLANTING_METHOD": "Qual foi o método de plantio?",
"WHERE_START_LOCATION": "Onde é o seu local de partida?",
"WHERE_TRANSPLANT_LOCATION": "Onde você fará o transplante?",
Expand Down Expand Up @@ -1417,4 +1417,4 @@
"YEAR_SELECTOR": {
"TITLE": "Selecione o ano"
}
}
}
2 changes: 1 addition & 1 deletion packages/webapp/src/util/constants.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
export const DO_URI = 'nyc3.digitaloceanspaces.com';
export const DO_ORIGIN_URL = `https://${process.env.REACT_APP_DO_BUCKET_NAME}.nyc3.digitaloceanspaces.com`;
export const DO_CDN_URL = `https://${process.env.REACT_APP_DO_BUCKET_NAME}.nyc3.cdn.digitaloceanspaces.com`;
export const APP_VERSION = '3.1.0';
export const APP_VERSION = '3.1.1';

0 comments on commit 167a36d

Please sign in to comment.