You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- New languages were added for getContext & getTranslation methods. These are Arabic, Hebrew, Japanese, Dutch, Portuguese, Romanian and Turkish.
- Added languages' compability checker. There are some language combinations that are not supported (getContext and getTranslation methods only).
- Added repository logotype.
- Minor bug fixes and other improvements.
Copy file name to clipboardExpand all lines: README.md
+14-7Lines changed: 14 additions & 7 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,11 @@
1
-
# (Unofficial) Reverso API
2
-
The API allows you to manipulate with your text in different ways. Almost all the features from the website are supported by this API. Currently supported: context, translation, spell check, synonyms.
First of all, this API `is not official`! The API allows you to manipulate with your text in different ways. Almost all the features from the website are supported by this API. Currently supported: context, translation, spell check, synonyms.
3
9
4
10
## Navigation
5
11
-[Installing](#installing)
@@ -74,7 +80,7 @@ Error:
74
80
{ method: String, error: String }
75
81
```
76
82
77
-
_Available languages for this method: English, Russian, German, Spanish, French, Italian, Polish, Chinese._
83
+
_Available languages for this method: English, Arabic, German, Spanish, French, Hebrew, Italian, Japanese, Dutch, Polish, Portuguese, Romanian, Russian, Turkish, Chinese._
78
84
79
85
### `getSpellCheck`
80
86
```javascript
@@ -135,9 +141,9 @@ Error:
135
141
_Available languages for this method: English, Russian, German, Spanish, French, Italian, Polish._
136
142
137
143
### `getTranslation`
138
-
> **WARNING:** eventually, your server's IP address might get banned by Reverso moderators and you won't receive any data.
144
+
> ⚠️ **WARNING:** eventually, your server's IP address might get banned by Reverso moderators and you won't receive any data.
0 commit comments