forked from mirrors/LibreTranslate
Merge pull request #160 from dingedi/main
Upgrade to argos-translate-files v1.0.4
This commit is contained in:
commit
015e77fbf6
2 changed files with 3 additions and 2 deletions
|
@ -6,7 +6,8 @@
|
||||||
|
|
||||||
Free and Open Source Machine Translation API, entirely self-hosted. Unlike other APIs, it doesn't rely on proprietary providers such as Google or Azure to perform translations. Instead, its translation engine is powered by the open source [Argos Translate][argo] library.
|
Free and Open Source Machine Translation API, entirely self-hosted. Unlike other APIs, it doesn't rely on proprietary providers such as Google or Azure to perform translations. Instead, its translation engine is powered by the open source [Argos Translate][argo] library.
|
||||||
|
|
||||||
![image](https://user-images.githubusercontent.com/1951843/121782367-23f90080-cb77-11eb-87fd-ed23a21b730f.png)
|
![image](https://user-images.githubusercontent.com/64697405/139015751-279f31ac-36f1-4950-9ea7-87e76bf65f51.png)
|
||||||
|
|
||||||
|
|
||||||
[Try it online!](https://libretranslate.com) | [API Docs](https://libretranslate.com/docs)
|
[Try it online!](https://libretranslate.com) | [API Docs](https://libretranslate.com/docs)
|
||||||
|
|
||||||
|
|
|
@ -12,4 +12,4 @@ polyglot==16.7.4
|
||||||
appdirs==1.4.4
|
appdirs==1.4.4
|
||||||
APScheduler==3.7.0
|
APScheduler==3.7.0
|
||||||
translatehtml==1.5.1
|
translatehtml==1.5.1
|
||||||
argos-translate-files==1.0.1
|
argos-translate-files==1.0.4
|
||||||
|
|
Loading…
Reference in a new issue