Skip to content

Latest commit

 

History

15 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Quick Translate — Alfred Workflow

GitHub Release Downloads License Ko-fi

Usage

Translate text and copy the result to the clipboard via the qtr keyword.

Quick Translate Demo

Examples:

Input Result
qtr how are you Wie geht es dir
qtr Sehenswürdigkeiten Sightseeing attractions
qtr bonjour le monde Hallo Welt
qtr house Haus + dictionary (noun, verb, adjective)

Text in your primary language is translated to your target language. Text in any other language comes back to your primary language. The workflow picks the direction automatically based on the detected language.

Press Enter to copy the result to the clipboard.

Features

  • Auto language detection for 130+ languages
  • Dictionary entries for single words, grouped by part of speech
  • Alternative translations for sentences
  • Transliteration for non-Latin scripts (Japanese, Korean, Arabic, Hindi)
  • Autocorrect catches typos and offers a correction before translating
  • Two requests run in parallel, so response time stays short either way

Workflow's Configuration

Setting Default Description
Primary Language Deutsch Your native language
Target Language English Where your primary language is translated to
Keyword qtr Alfred keyword to start translating

Installation

Download QuickTranslate.alfredworkflow from Releases and double-click to import into Alfred.

How it works

Two requests run in parallel, one for each possible direction. The workflow picks the matching result based on the detected language.

For single-word queries, Google Translate also returns dictionary data: word classes, synonyms, and alternative meanings. These appear below the main translation.

Uses Google Translate's unofficial gtx endpoint. No API key needed, but the endpoint is not officially supported and could change without warning.

License

MIT, see LICENSE.

About

Alfred workflow for quick translations with automatic language detection, dictionary lookups, and alternative suggestions

Resources

Stars

2 stars

Watchers

0 watching

Forks

Releases

Sponsor this project

Packages

Contributors

Languages