Add prettier configuration file, brazilian portuguese translations and expand translation usage - #135
Add prettier configuration file, brazilian portuguese translations and expand translation usage#135imLymei wants to merge 6 commits into
Conversation
chore(i18n): update others languages (NEED REVISION)
|
Thank you. I will merge it later after publishing the docs about development guide and coding style. I appreciate your translations and also the |
|
Sorry about that. What should i do to help? Should i wait until the docs are out? |
|
Ah you can rebase the last commit (8963526) or add a new commit to override it. Note that you should open the {
"editor.tabSize": 2,
"typescript.preferences.quoteStyle": "single",
"typescript.format.semicolons": "remove",
"javascript.preferences.quoteStyle": "single",
} |
|
Hi! I changed some of the
Of course, as mentioned before, all of these are merely suggestions. If you find it worse, I can just disable Prettier in this workspace. Also, sorry for the delay. I haven't had much time on my hands lately. |
|
Thank you so much! |
Description of Changes
This pull request introduces the following improvements and updates:
1. Prettier Configuration File
.prettierrcconfiguration file to ensure consistent code formatting across the project.2. Brazilian Portuguese Translations
3. Integration of Translations
Reason for Changes
This pull request addresses the following goals:
Code Consistency and Readability:
Expand Brazilian Portuguese Coverage:
Improve User Experience:
Any and all feedback is welcome.
The
.prettierrcconfiguration file is merely a suggestion to help standardize the repository.