Skip to content

Releases: nidhaloff/deep-translator

v1.8.1

14 Mar 12:07
Compare
Choose a tag to compare

What’s Changed

v1.8.0

09 Mar 18:03
Compare
Choose a tag to compare

Commits

  • dbaf8a8: Autogenerate the a dictionary of translators. (Vincent STRAGIER) #130
  • 697d292: Remove dictionary initialization. (Vincent STRAGIER) #130
  • 0d67af1: renamed parent to base (nidhal baccouri) #136
  • 2bbc526: huge refactoring (nidhal baccouri) #136
  • d03a2fc: simplified code and enhanced consistency (nidhal baccouri) #136
  • 5c85230: added engines dunder (nidhal baccouri) #136
  • f89616a: updated base urls (nidhal baccouri) #136
  • 4524f4c: refactored tests (nidhal baccouri) #136
  • 70f6ed6: global refactoring (nidhal baccouri) #136
  • 7216951: fixed examples (nidhal baccouri) #136
  • 78d0ff1: added black for formatting (nidhal baccouri) #139
  • 76688c0: removed unused constants (nidhal baccouri) #139
  • 7ade3be: added typing (nidhal baccouri) #139
  • 76aa3b2: renamed input validation func (nidhal baccouri) #139
  • 7a05cd7: sorted imports (nidhal baccouri) #139
  • 1e8da0a: updated version (nidhal baccouri)

v1.7.0

04 Feb 11:32
Compare
Choose a tag to compare

Commits

  • d3c12a3: updated cli in argparse (nidhal baccouri) #127
  • 37d3379: added cli class (nidhal baccouri) #127
  • 4a2e5df: temporarly removed cli tests (nidhal baccouri) #127
  • c228ada: added unit tests for cli (nidhal baccouri) #127
  • ed150d4: updated docs (nidhal baccouri)

v1.6.1

13 Jan 17:36
Compare
Choose a tag to compare

Updates

  • Fixed file translation bug
  • Support for utf-8 encoding

Commits

  • 33c503f: updated tests (nidhal baccouri)
  • 0d1a764: fixed file translation encoding (nidhal baccouri) #117
  • a0b5eac: removed relative imports (nidhal baccouri) #117
  • 050157d: fixed relative imports (nidhal baccouri) #117
  • b8fcb92: fixed relative imports bug (nidhal baccouri) #117
  • c585ffe: upadted version for patch (nidhal baccouri)

v1.6.0

24 Dec 20:21
Compare
Choose a tag to compare

Major Updates

Commits

  • 7c6d7e3: updated version (nidhal baccouri)
  • 3d6d95e: Update google_trans.py (kuspia) #95
  • 16b4632: Update constants.py (kuspia) #95
  • 214e2c6: Update test_google_trans.py (kuspia) #95
  • 33eb915: Update test_google_trans.py (kuspia) #95
  • 6438d56: Update constants.py (kuspia) #95
  • f8ccea0: Update test_google_trans.py (kuspia) #95
  • b40098f: Update google_trans.py (kuspia) #95
  • 6291d40: Update google_trans.py (kuspia) #95
  • 9632fac: Update google_trans.py (kuspia) #95
  • 39b7794: Add files via upload (kuspia) #95
  • faefd3f: Update test_google_trans.py (kuspia) #95
  • f58b97c: Update constants.py (kuspia) #95
  • 7914bb3: Update test_google_trans.py (kuspia) #95
  • 1aab85c: Updated Importing syntax in code-blocks README.rst (K R S Nandhan) #99
  • 1eb68a8: Update README.rst (Alex) #107
  • af03d64: Merge branch 'master' into master (Nidhal Baccouri) #99
  • 7162fd1: fixed merge (nidhal baccouri)
  • 7a8f545: updated batch translation (nidhal baccouri)
  • 74bcc29: updated version (nidhal baccouri)
  • a05c704: updated toml file (nidhal baccouri)
  • fd6b374: updated tests (nidhal baccouri)
  • ffa7560: updated tests (nidhal baccouri)
  • 1d42175: initial setup (Saminul) #115
  • 5a8d2be: implemented function for LibreTranslator class (Saminul) #115
  • 9a69d6b: added payload check in LibreTranslator.translate and added tests in test_libre.py (Saminul) #115
  • 50c16a8: Added test cases and support for translate_batch and translate_file (Rahul Banerjee) #115
  • a8c6e0d: Fixed some linting issues (Rahul Banerjee) #115
  • a887ba6: Updated README to add Libre Translator (saminul) #115
  • ba3ac27: Updated docs (Rahul Banerjee) #115
  • b1ea671: Fixed link to Libre Translator mirrors in usage.rst (saminul) #115
  • 616a476: Fixed link to Libre Translator mirrors in README (saminul) #115
  • f130669: added release actions (nidhal baccouri)
  • 878ab25: added a tagged release action (nidhal baccouri)
  • eb81737: updated github action (nidhal baccouri)
  • ad67197: updated version (nidhal baccouri)

v1.5.4

23 Aug 19:39
Compare
Choose a tag to compare

@kuspia: restructured google trans url to resolve language conflicts. Supercedes fix in 1.5.3

This release should resolve the long-standing translator issues with specific languages using the GTrans service. Additional language-specific issues should continue to be reported.

v1.5.1

23 Aug 18:38
Compare
Choose a tag to compare
  • Bug fixes
  • Fixed docs for ja

v1.5.0: Merge pull request #73 from nidhaloff/nothead31/issue66

23 Jul 15:15
e8eddb4
Compare
Choose a tag to compare
  • improved the CLI
  • switched to click for the cli design
  • added subcommands
  • fixed bugs
  • refactored codebase and switched configurations to setup.cfg

1.4.4

21 May 17:49
Compare
Choose a tag to compare
  • fixed deepl free api
  • added support for the papago translator
  • added opt params
  • fixed inconsistency

1.4.3

15 May 11:39
Compare
Choose a tag to compare
  • added support for free deepl api
  • added proxy support