Team-Isaac-Polito / isaac-website

Team Isaac website
0 stars 0 forks source link

Translation #17

Closed cristinagenduso closed 1 year ago

cristinagenduso commented 1 year ago

I added the i18next library to manage the translation of the website, created the files for the translations (which, however, will have to be compiled over time). The file that has the most changes is that of the navbar where I have both added the changeLanguage function and added the first translations. I then made some minor changes. Among these:

github-actions[bot] commented 1 year ago

Dependency Review

✅ No vulnerabilities or license issues found.

Scanned Manifest Files

package-lock.json
  • cross-fetch@3.1.6
  • html-parse-stringify@3.0.1
  • i18next@23.0.2
  • i18next-http-backend@2.2.1
  • node-fetch@2.6.11
  • react-i18next@13.0.0
  • tr46@0.0.3
  • void-elements@3.1.0
  • webidl-conversions@3.0.1
  • whatwg-url@5.0.0
package.json
  • eslint-plugin-react@^7.32.2
  • i18next@^23.0.2
  • i18next-http-backend@^2.2.1
  • react-i18next@^13.0.0
  • @types/node@^20.3.1
  • eslint-plugin-react@^7.0.1
cristinagenduso commented 1 year ago

Thanks for the advice @marc0777 , I tried to fix it, let me know what you think As for the PR, I forgot to push the branch and so all the changes accumulated together, although some were external to the topic of language change and therefore out of context, both with regard to the branch and the PR.