Add translation

This commit is contained in:
Andros Fenollosa
2024-01-08 19:14:11 +01:00
parent 2543f794d0
commit 490d2b9eb4
2 changed files with 655 additions and 127 deletions

View File

@ -3,12 +3,6 @@
![Demo](demo.png)
## Usage
```
M-x learning-irregular-verbs-in-English
```
## Install
Add in your `init.el`.
@ -18,3 +12,28 @@ Add in your `init.el`.
:straight (:host github :repo "tanrax/learning-irregular-verbs-in-English.el" :files ("learning-irregular-verbs-in-English.el"))
:ensure t)
```
## Configure (Optional)
Shows the translation of the verb when resolving or failing.
Only available in Spanish.
```elisp
(setq learning-irregular-verbs-in-English--show-translation 'es)
```
## Usage
```
M-x learning-irregular-verbs-in-English
```
## Controls
| Key | Description |
| --- | --- |
| `TAB` | Move to the next field |
| `S-TAB` | Move to the previous field |
| `RET` | Click on the button |
| `q` | Quit |