terryyin / translate-python

Online translation as a Python module & command line tool. No key, no authentication needed.
MIT License
724 stars 155 forks source link

Support for translation to Italian? #62

Open anebz opened 3 years ago

anebz commented 3 years ago

I've tried it, ita, italian, italiano but it doesn't seem to work, from what I've read it should be supported based on this. Am I missing something?

terryyin commented 3 years ago

Have you tried to switch to another service behind it? Microsoft Translation API or Translated MyMemory API?

On 22 Dec 2020, at 1:10 AM, Ane notifications@github.com wrote:

I've tried it, ita, italian, italiano but it doesn't seem to work, from what I've read it should be supported based on this https://github.com/terryyin/translate-python/blob/5710e725754a7905cbf7c60182cefefe46b20f29/translate/main.py#L150 — You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/terryyin/translate-python/issues/62, or unsubscribe https://github.com/notifications/unsubscribe-auth/AAGASYXZYSMZEBVAA3B46QDSV56SDANCNFSM4VEPTCJA.

Mi605 commented 3 years ago

Seems to be fixed in 2021. Strings translate fine to “it” and also “it_IT” is accepted as target, at least with default provider “MyMemory”. So this issue should be marked as closed?