translator icon indicating copy to clipboard operation
translator copied to clipboard

A simple and free Google Translate library for Kotlin/JVM and Java.

Results 2 translator issues
Sort by recently updated
recently updated
newest added

The sentence is "我們一同追著心中的夢想" Google translate is detecting it as Chinese Traditional ![Screenshot_2024-11-12-02-52-19-386_com.brave.browser-edit.jpg](https://github.com/user-attachments/assets/c6f7bc9c-0587-4e6c-bd71-1fcf82554cbd) 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...