Skip to content

Commit 8bd6726

Browse files
committed
feat(translations): multiple improvements (read desc)
- added deepl support for translations - cache translations - added support for streaming translations from LLMs - removed mlkit dependency and auto-translate settings (fix izzy) - added a manual translation button - added explainations for providers and translation mode
1 parent eb2a32a commit 8bd6726

File tree

14 files changed

+2171
-348
lines changed

14 files changed

+2171
-348
lines changed

app/build.gradle.kts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -297,6 +297,5 @@ dependencies {
297297

298298
coreLibraryDesugaring(libs.desugaring)
299299

300-
implementation(libs.mlkit.language.id)
301300
implementation(libs.timber)
302301
}

0 commit comments

Comments
 (0)