Thoughts on future version 3.0 #69
Replies: 3 comments 2 replies
-
@ZhymabekRoman I never understood why people needed async support when you can achieve the same thing with threading and I'll add things to the GitHub project for the repo right when I finish class for today |
Beta Was this translation helpful? Give feedback.
-
@Animenosekai, I found a library for working with languages, it may be useful, we can fork it and refine it - github.com/rspeer/langcodes |
Beta Was this translation helpful? Give feedback.
-
Hi friends, Thank you for your work! I tried our favorite translator)), and I started getting 429 errors almost immediately. After searching for a while I noticed an interesting thing here https://github.com/akl7777777/bob-plugin-akl-deepl-free-translate/blob/main/src/main.js |
Beta Was this translation helpful? Give feedback.
-
TO-DO list for future change:
Move to Async code base - in general, I would like sync support to remain, and nevertheless I would like to get async support, but I'm afraid it's not possible to do such work in one code base, otherwise it will be a mess or degradation of productivity. I would really hate to have a workaround solution like SQLAlchemy did, through greenlet - https://greenlet.readthedocs.io/en/latest/
raw
model attribute supportrewrite
dictionary
,example
and newalternative
method - About the `dictionary`, `example` and `alternative` methods #62Fully static typing using Mypy (now working in process - WIP)
Documentation (Done)
Web application and API interface (server) (Done)
AggregateTranslator
Size limited LRU - still need to improve ([New] Size limited LRU cache #58)
Bulk Translation support
Build a binaries (a suggest #54)
Improve CLI
Formality and glossary feature to DeepL (Consider adding the formality and glossary feature to DeepL #65)
New translate services - Promt Translate, New DeepL and Bing Translate implementation, TranslateDict (Got another translator for you. #28) and etc.
Try to fix Google Translate V1, and full refactor (It seems to me there are too many incomprehensible things that are implemented not exactly as Google wanted lol. I think all the code can be unified using protobuf.)
Beta Was this translation helpful? Give feedback.
All reactions