Add variables

This commit is contained in:
Andros Fenollosa 2023-12-31 10:16:21 +01:00
parent ecb20d2518
commit 0c81ce5b8a

View File

@ -58,12 +58,21 @@
("hide" "hid" "hidden")
("hit" "hit" "hit")))
(verbs-learned '())
(color-valid "green")
(color-error "red")
(emoji-valid "")
(emoji-error "👎")
(widget-title nil)
(text-title "Learning irregular verbs in English")
(widget-item-first-verb nil)
(widget-editable-first-simple-past nil)
(widget-editable-first-past-participle nil)
(widget-button-first)
(widget-field-first-simple-past nil)
(widget-field-first-past-participle nil)
(text-button-check "Check")
(widget-button-first nil)
(widget-message-success nil)
(text-success "Congratulations!")
(widget-button-quit nil)
(text-button-quit "Quit")
(widget-button-replay nil)
(text-button-replay "New challenge")
))
)