From 8f308d86f0157584181afadcd3b3f122690eb32a Mon Sep 17 00:00:00 2001 From: David Schlachter Date: Sun, 11 Jan 2026 13:50:43 -0500 Subject: Actually include etyomology --- setup.go | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'setup.go') diff --git a/setup.go b/setup.go index dbd9955..7921f47 100644 --- a/setup.go +++ b/setup.go @@ -88,7 +88,8 @@ func populateDictionary(rawDictionary string, db *sql.DB) error {
    {{ range .Senses}}
  1. {{ .Sense }}
    {{ if .Example }}
    • {{ .Example }}
  2. {{ end }} -{{ end }}
`) +{{ end }} +{{ if .Etymology }}

Étymologie: {{ .Etymology }}{{ end }}`) if err != nil { panic(err) } -- cgit v1.2.3