Added a README to each of the plugins, giving an overview on how they work
This commit is contained in:
17
plugins/translate/README.md
Normal file
17
plugins/translate/README.md
Normal file
@@ -0,0 +1,17 @@
|
||||
# Translate
|
||||
|
||||
Quickly translate text using the Google Translate API.
|
||||
|
||||
## Usage
|
||||
|
||||
Type in `<prefix><target lang> <text to translate>`, where prefix is the configured prefix (default is in [Configuration](#Configuration)) and the rest are pretty obvious.
|
||||
|
||||
## Configuration
|
||||
|
||||
```ron
|
||||
// <Anyrun config dir>/translate.ron
|
||||
Config(
|
||||
prefix: ":",
|
||||
max_entries: 3,
|
||||
)
|
||||
```
|
Reference in New Issue
Block a user