Skip to content

Latest commit

 

History

History
48 lines (34 loc) · 1.88 KB

README.en.md

File metadata and controls

48 lines (34 loc) · 1.88 KB

DeepL Alfred

High-quality translation based on DeepL, supports automatic language recognition and accurate translation of long sentences;
中文 | English

Install

  npm i -g deepl-alfred

Examples

Features

Language Recognition: Automatically recognize the input language for translation.
Copy on Enter: After translation, click ↩︎ Enter to copy the translation result.
View Details: After translation, click ⌘ Command + ↩︎ Enter to navigate to deepl.com to see more translations and pronunciations, etc.

Configuration

  • auth_key: Your api key obtained from DeepL; Apply here.
  • preferred: Your two frequently used languages, separated by a comma for bidirectional translation support. For example, if you frequently use Chinese and American English, you can input zh,en-US here; (⚠️ Please configure en as en-US or en-GB).

Language Configuration

Configuration Language
en-GB English (British)
en-US English (American)
zh Chinese (Simplified)
ru Russian
ja Japanese
fr French
ko Korean
it Italian

More Language Configuration