rsmelo92 / portfolio-old

Access
https://rsmelo92.github.io/portfolio/
3 stars 0 forks source link

Add Portuguese translations and delete redundant translations file #41

Closed sweep-ai[bot] closed 1 year ago

sweep-ai[bot] commented 1 year ago

Description

This PR adds Portuguese translations to the portfolio project based on the existing English translations. It also removes a redundant translations file.

Summary of Changes

Please review and merge these changes. Thank you!

Fixes #39.


To checkout this PR branch, run the following command in your terminal:

git checkout sweep/add-portuguese-translations

To get Sweep to edit this pull request, leave a comment below or in the code. Leaving a comment in the code will only modify the file but commenting below can change the entire PR.

rsmelo92 commented 1 year ago

fully translate src/translations_en.json to src/translations_pt.json

rsmelo92 commented 1 year ago

Delete the redundant file src/components/Timeline/translations_en.json

rsmelo92 commented 1 year ago

add all translations from src/translations_en.json to src/translations_pt.json

rsmelo92 commented 1 year ago

translate to brazillian portuguese the content inside src/translations_en.json to src/translations_pt.json

rsmelo92 commented 1 year ago

create a copy of src/translations_en.json with empty values

rsmelo92 commented 1 year ago

create a copy of "src/translations_en.json" to a new file called src/translations_base.json with empty strings as values

rsmelo92 commented 1 year ago

revert commit 86a6b27