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
Copy file name to clipboardExpand all lines: README.md
+5-2Lines changed: 5 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,6 @@
1
-
#Tongues - Translation plugin for Bukkit MC server
1
+
#Tongues - Translation plugin for Bukkit/Spigot MC server
2
2
3
-
Tongues implements real time translation support for messages between players and extends the basic chat services to include other useful features. Currently only the Bing translation API as the translation service.
3
+
Tongues implements real time translation support for messages between players and extends the basic chat services to include other useful features. Currently uses the Azure cognitive services text translation API.
4
4
5
5
This is quite a stable version, any issues or feature requests are welcome!
6
6
@@ -158,6 +158,9 @@ The config.yml file can configure the following for chat logging:
158
158
159
159
##Latest Changes
160
160
161
+
Since 1.5:
162
+
- Migrated translation services to the new Azure cognitive text translation API. This is a beaking change and the comfiguration must change to include a valid subscription key for the new translation services.
0 commit comments