translator
translator copied to clipboard
A simple and free Google Translate library for Kotlin/JVM and Java.
The sentence is "我們一同追著心中的夢想" Google translate is detecting it as Chinese Traditional  But your translator is detecting the source language the same as the target language. For example, the...
It looks like this breaks with the new KTOR: ``` Caused by: java.lang.ClassNotFoundException: io.ktor.client.plugins.UserAgent at java.net.URLClassLoader.findClass(URLClassLoader.java:387) at java.lang.ClassLoader.loadClass(ClassLoader.java:418) at sun.misc.Launcher$AppClassLoader.loadClass(Launcher.java:355) at java.lang.ClassLoader.loadClass(ClassLoader.java:351) Any quick fix other than rolling back KTOR...