-
Notifications
You must be signed in to change notification settings - Fork 37
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
add russian language #83
Conversation
Thanks! I'll get this merged soon. |
I noticed you take off the "." out of the captcha text. This is not the mistake, the symbol is actually in text in some phrases. One more thing that I forgot to mention is that I tested the script only on audio captchas. As I understand, for image captchas, this part still needs to be translated:
But I don't have the CapSolver API to test images, so I can only provide a translation of these words. |
I do this because the period is excluded in the message sometimes, so I want to still match the text in that case. The regex pattern will match regardless of the period being present or not. I went ahead and added the Russian translations for the reCAPTCHA objects. I believe they are correct, but I would ask that you check them over to be sure. |
After about 20-30 minutes of clicking, I didn't get the following items: parking meters, boats, palm trees, mountains, or hills. However, I didn't see a school bus, instead, I saw two different types of buses. The Russian translation shows them as "bus" and "buses" (plural form), i don't know why. |
In that case, both translations can be put in the "bus" translations. Do you know any websites with a Russian reCAPTCHA that I could test this on? |
You can try it on demo captcha, just use locale:
Or this page: https://www.fl.ru/account/login/ |
Perfect, thank you. I will test this out later today and see if I can check the remaining translations. |
I added an alternate translation for fire hydrant. I also did not get the items that you listed, so I was not able to confirm if they are translated correctly. I would say that this is fine, because in the rare chance that someone does get one of those items and it is mistranslated, it will just be skipped without counting it as a solve attempt. |
The school bus object is not needed as CapSolver doesn't support it (anymore?).
No description provided.