mirror of
https://github.com/LibreTranslate/LibreTranslate.git
synced 2024-11-21 23:41: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
|
||||
{
|
||||
"detectedLanguage": {
|
||||
"confidence": 83,
|
||||
"language": "it"
|
||||
},
|
||||
"translatedText": "Bye!"
|
||||
}
|
||||
```
|
||||
|
@ -280,6 +284,7 @@ URL |API Key Required|Payment Link|Cost
|
|||
[translate.api.skitzen.com](https://translate.api.skitzen.com/)|-|-
|
||||
[libretranslate.pussthecat.org](https://libretranslate.pussthecat.org/)|-|-
|
||||
[translate.fortytwo-it.com](https://translate.fortytwo-it.com/)|-|-
|
||||
[translate.terraprint.co](https://translate.terraprint.co/)|-|-
|
||||
|
||||
## Adding New Languages
|
||||
|
||||
|
@ -364,4 +369,4 @@ This work is largely possible thanks to [Argos Translate](https://github.com/arg
|
|||
|
||||
## Trademark
|
||||
|
||||
See [Trademark Guidelines](https://github.com/LibreTranslate/LibreTranslate/blob/main/TRADEMARK.md)
|
||||
See [Trademark Guidelines](https://github.com/LibreTranslate/LibreTranslate/blob/main/TRADEMARK.md)
|
||||
|
|
Loading…
Reference in a new issue