# Translate Quickly translate text using the Google Translate API. ## Usage Type in ` ` or ` `, where the `prefix` and `language_delimiter` are config options (defaults are in [Configuration](#Configuration)) and the rest are pretty obvious. ## Configuration ```ron // /translate.ron Config( prefix: ":", language_delimiter: ">", max_entries: 3, ) ```