mirror of
https://github.com/LibreTranslate/LibreTranslate.git
synced 2024-11-22 16:01:01 +00:00
Merge pull request #249 from K-Francis-H/readme-api-examples-mirror-update
Readme api examples, mirror update
This commit is contained in:
commit
2fde4f7966
1 changed files with 6 additions and 1 deletions
|
@ -62,6 +62,10 @@ Response:
|
||||||
|
|
||||||
```javascript
|
```javascript
|
||||||
{
|
{
|
||||||
|
"detectedLanguage": {
|
||||||
|
"confidence": 83,
|
||||||
|
"language": "it"
|
||||||
|
},
|
||||||
"translatedText": "Bye!"
|
"translatedText": "Bye!"
|
||||||
}
|
}
|
||||||
```
|
```
|
||||||
|
@ -280,6 +284,7 @@ URL |API Key Required|Payment Link|Cost
|
||||||
[translate.api.skitzen.com](https://translate.api.skitzen.com/)|-|-
|
[translate.api.skitzen.com](https://translate.api.skitzen.com/)|-|-
|
||||||
[libretranslate.pussthecat.org](https://libretranslate.pussthecat.org/)|-|-
|
[libretranslate.pussthecat.org](https://libretranslate.pussthecat.org/)|-|-
|
||||||
[translate.fortytwo-it.com](https://translate.fortytwo-it.com/)|-|-
|
[translate.fortytwo-it.com](https://translate.fortytwo-it.com/)|-|-
|
||||||
|
[translate.terraprint.co](https://translate.terraprint.co/)|-|-
|
||||||
|
|
||||||
## Adding New Languages
|
## Adding New Languages
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue