Skip to content

Commit

Permalink
New Release: v0.4
Browse files Browse the repository at this point in the history
New Release of py-trans 🥳 (v0.4)

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
  • Loading branch information
Itz-fork authored Sep 18, 2021
1 parent f9a9443 commit 2c0ffa6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
author_email='itz-fork@users.noreply.github.com',
license='MIT',
packages=find_packages(),
download_url="https://github.com/Itz-fork/py-trans/releases/tag/py-trans-pypi-v0.3",
download_url=f"https://github.com/Itz-fork/py-trans/releases/tag/py-trans-pypi-{pyt_version}",
keywords=['python', 'translator', 'py-trans'],
long_description=big_description,
long_description_content_type='text/markdown',
Expand Down

0 comments on commit 2c0ffa6

Please sign in to comment.