-
-
Notifications
You must be signed in to change notification settings - Fork 1.5k
Updating pt-BR translations (fixing some existing entries, adding missing ones and removing unused ones as well) #3593
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
base: develop
Are you sure you want to change the base?
Conversation
I still see the |
This is something that is triggered on the maintainer's end, so you're all good! I can run the process now. I'll try to take a closer look at these changes by next week! @edwin-isensee Since you've provided support on the |
During the process of reviewing pt-BR translations I have developed a generic TS script (which should be run under Deno, not Node) which greatly facilitated my work. I will include it here: It is used to automatically analyze the codebase and remove unused entries. It also adds missing entries to any locale. Let me know if you would like more information about it (and how to use it properly) and I will be glad to help. Cassiano. |
The idea is to run the script initially for the
There is only one exception, the
Follows the list of parameters for the script:
A new file will be generated in the I strongly recommend that you double-check that those entries are in fact unused in the codebase before effectively deleting them. You can run it now for the remaining locales. For example:
All entries which require manual translation will be properly generated with a
Remaining locales usually miss between 50 and 70 entries, which will require manual translations. That is it. I hope you find the script useful. Cheers! |
…re in the codebase)
fc53cff
to
32453f3
Compare
This PR synchronizes the
pt-BR
translation file with theen-US
one, by adding missing entries. It also fixes some incorrect translations and updates others with better texts.Changes:
I have verified that this pull request:
npm run lint
)npm run test
)develop
branch.