Skip to content

Releases: Itz-fork/py-trans

v0.6

13 Nov 02:52
cca68fa
Compare
Choose a tag to compare

Changes in v0.6

  • Optimized for better performance (Removed unnecessary features and nested function calls)
  • Simplified functions (Instead of passing engine through variables in translate function, you can now just use the engine name itself. More...)
  • Removed libre translate as it requires an API Key

py-trans v0.5.5

29 May 17:53
Compare
Choose a tag to compare
  • Fixed google translate
  • Removed libre translate due to low translation accuracy and API changes
  • Fixed initializing aiohttp clients without any particular reason

Full Changelog: py-trans-pypi-v0.5...py-trans-pypi-v0.5.5

py-trans v0.5

22 Sep 12:17
bed59d3
Compare
Choose a tag to compare
  • Added Asynchronous version
  • Fixed translate.com translator

py-trans v0.4

18 Sep 15:29
2c0ffa6
Compare
Choose a tag to compare

New Release of py-trans 🥳 (v0.4)

The new version (v0.4) of py-trans is just released with some newly added features and bug fixes!

What's new.

  • Added new translation engine
  • Added function to get language name / code (ISO 639-1)
  • Added source language detection to translate.com engine
  • Added option to select full form of source language or language code of source language in language detection function

Fixes,

  • Fixed attribute error while translating with LibreTranslate

py-trans v0.3

12 Sep 18:24
d62b46c
Compare
Choose a tag to compare

py-trans Now Supports for 4 engines 🥳

Currently Supported Engines (Providers) are,

Changelog (v0.3),

  • Added New Provider (MyMemory)
  • Returns data as dict
  • translation engine and origin lanfuage are now included in return dict
  • py-trans v0.2

    11 Sep 17:38
    280c26a
    Compare
    Choose a tag to compare

    Pypi release of py-trans library.

    Supported Translation Engines:
    - Google translate - "google"
    - LibreTranslate - "libre"
    - translate.com - "translate.com"