{{ message }}
Add prettier configuration file, brazilian portuguese translations and expand translation usage#135
Open
imLymei wants to merge 6 commits into
Open
Add prettier configuration file, brazilian portuguese translations and expand translation usage#135imLymei wants to merge 6 commits into
imLymei wants to merge 6 commits into
Conversation
chore(i18n): update others languages (NEED REVISION)
Member
Author
|
Sorry about that. What should i do to help? Should i wait until the docs are out? |
Member
|
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",
} |
Author
|
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. |
Member
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.

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.