-
-
Notifications
You must be signed in to change notification settings - Fork 1.5k
login-translation-bug #3598
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?
login-translation-bug #3598
Conversation
🎉 Thanks for opening this pull request! Please check out our contributing guidelines if you haven't already. |
Hello. Please take a look at my PR (#3593), where I used a script developed by me that checks this kind of problem for ANY LOCALE. With the help of the script, I have verified that most locales miss between 50 and 70 translations. Also, the script removes unused entries (dozens of it). I will attach the newest version here. Please see instructions on how to use it in my PR. Cheers. |
I took the liberty to run the script for your specific locale (
These are the (65) unused entries:
And this is the reviewed locale, where missing translations are properly annotated with a There you will see, among others, the translation which was the target of your own PR:
Best regards. |
If Deno is not already installed in your system: https://deno.com/ MacOS/Linux: I have only tested under MacOS, so be aware. |
@cassiano so I should translate the missing 67 translation which are missing?? |
The answer is YES. But actually 66, since you have already translated the |
Thanks so much submitting this @Nishantkumar012 and for taking a look at this @cassiano! Since the original attached issues is related to just the login page, I think for this specific pull request we can stick to the changes that have been submitted. I think the missing ones that @cassiano identified can be opened in a separate issue and pull request. Feel free @Nishantkumar012 to take that one on if you'd be interested in continuing with filling in the missing translations! |
@Nishantkumar012, like I mentioned: ![]() ![]() |
@raclim, I am sorry. I didn't mean @Nishantkumar012 was supposed to fix all remaining translations in his current PR. I simply answered his question regarding if the translations were actually needed. |
Fixes #3339
Changes: I have added the translations for error invalid credentials in respective language
before:

After:

I have verified that this pull request:
npm run lint
)npm run test
)develop
branch.Fixes #123