mirror of
https://github.com/tanrax/lirve.el.git
synced 2024-11-09 23:35:42 +01:00
Update
This commit is contained in:
parent
de6f1692bb
commit
2330c8304f
12
README.md
12
README.md
@ -45,3 +45,15 @@ M-x learning-irregular-verbs-in-english
|
||||
## Collaborate
|
||||
|
||||
If you want to add more languages, make a PR with the translations in `lirve-verbs.el`.
|
||||
|
||||
For example, the verb `beat` in Italian and Spanish:
|
||||
|
||||
```ellisp
|
||||
(
|
||||
(infinitive . "beat")
|
||||
(simple-past . "beat")
|
||||
(past-participle . "beaten")
|
||||
(translations
|
||||
(es . "golpear")
|
||||
(it . "colpo")))
|
||||
```
|
||||
|
Loading…
Reference in New Issue
Block a user