Skip to content

Commit

Permalink
Merge pull request #440 from Plant-for-the-Planet-org/feature/email-v…
Browse files Browse the repository at this point in the history
…alidation

Feature/email validation
  • Loading branch information
mariahosfeld authored Oct 23, 2023
2 parents ad06253 + 74ca710 commit 2c2bd32
Show file tree
Hide file tree
Showing 7 changed files with 346 additions and 27 deletions.
268 changes: 267 additions & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,8 @@
"react-i18next": "^12.1.5",
"sass": "^1.35.1",
"styled-jsx": "^5.1.0",
"uuid": "^8.3.2"
"uuid": "^8.3.2",
"zod": "^3.22.4"
},
"devDependencies": {
"@types/dom-to-image": "^2.6.2",
Expand Down
3 changes: 2 additions & 1 deletion public/locales/en/common.json
Original file line number Diff line number Diff line change
Expand Up @@ -208,5 +208,6 @@
"loading": "Loading...",
"topProject": "Top Project",
"top_project_standards_fulfilled": "The project inspection revealed that this project fulfilled at least 12 of the 19 Top Project <2>standards.</2>",
"standardsLink": "https://www.plant-for-the-planet.org/standards/"
"standardsLink": "https://www.plant-for-the-planet.org/standards/",
"enterValidEmail": "Please enter a valid email"
}
Loading

0 comments on commit 2c2bd32

Please sign in to comment.