anylang
Version:
A translator's kit that uses the free APIs of Google Translate, Yandex, Bing, ChatGPT, and other LLMs
18 lines (10 loc) • 872 B
Markdown
# 3.2.0
- [#127](https://github.com/translate-tools/core/pull/127) - added text util to split long text into array of small strings
# 3.0.0
- [#111](https://github.com/translate-tools/core/pull/111) - implemented LLM translators.
- [#117](https://github.com/translate-tools/core/pull/117) - implemented method to abort translation at scheduler level
- [#120](https://github.com/translate-tools/core/pull/120) - added Microsoft translator and benchmark to control translation quality
# 2.0.1
[#100](https://github.com/translate-tools/core/issues/100) - fixed chinese language for google translator
# 2.0.0
[#90](https://github.com/translate-tools/core/issues/90) - implemented option `fetcher` and removed option `corsProxy` for translators. See [migration guide](https://github.com/translate-tools/core/blob/master/docs/migrations/migration-v2.md) to make changes.