about summary refs log tree commit diff
path: root/src/lib/hooks/useTranslate.ts
Commit message (Collapse)AuthorAgeFilesLines
* Fix translations on Android using PROCESS_TEXT intent (#8486)Samuel Newman2025-08-111-0/+54
* use intents to translate text on android * clean up config plugins * restore day night plugin just to be safe * leave a comment for why we can't open translate directly * add todo * fix lockfile lint