From 2330c8304f2890bfb1388c2ef9af6e7fa4375788 Mon Sep 17 00:00:00 2001 From: Andros Fenollosa Date: Mon, 12 Feb 2024 18:15:58 +0100 Subject: [PATCH] Update --- README.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/README.md b/README.md index 5af5e5a..97d6ce5 100644 --- a/README.md +++ b/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"))) +```