Files
anyrun/plugins/translate

Translate

Quickly translate text using the Google Translate API.

Usage

Type in [prefix][target lang] [text to translate] or [prefix][src lang]>[target lang] [text to translate], where prefix is the configured prefix (default is in Configuration) and the rest are pretty obvious.

Configuration

// <Anyrun config dir>/translate.ron
Config(
  prefix: ":",
  max_entries: 3,
)