-
Notifications
You must be signed in to change notification settings - Fork 42
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
feat(i18n): Add Brazilian Portuguese (#214) #215
feat(i18n): Add Brazilian Portuguese (#214) #215
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks for submitting the PR 👍
Most of the changes look good, I left you some minor comments below and the test needs to be updated for this new language.
Also, the linter check is failing. Running npm run format && npm run lint
on your branch will likely fix the issue.
.github/workflows/test.yml
Outdated
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Our existing CI workflow was miss-configured so I pushed this change to get the tests to run in this branch.
You can ignore it.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
thank you...
I made the requested changes, should I close the PR and create and submit a new one? |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks for the contribution, this looks good!
No need to create a new PR, all of your changes are already here.
I'll get the PR merged for you.
🎉 This PR is included in version 0.18.0 🎉 The release is available on GitHub release Your semantic-release bot 📦🚀 |
This pull request adds Brazilian Portuguese Translations.
Thank you for being able to contribute to this wonderful project.
Closes #214