From 60931181c16c819040ca16fb2f84942bc333cf1c Mon Sep 17 00:00:00 2001 From: Joop Kiefte Date: Thu, 17 Jan 2019 13:46:21 +0100 Subject: Make it possible to write scripts in Esperanto that start with En in the action lines without having to force action. --- rules/toml.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'rules/toml.go') diff --git a/rules/toml.go b/rules/toml.go index ccc6479..7575abf 100644 --- a/rules/toml.go +++ b/rules/toml.go @@ -39,7 +39,7 @@ func DefaultConf() TOMLConf { "nl": []string{"BIN", "BUI", "BI", "BU", "OPEN", "BIN./BUI", "BUI./BIN", "BIN/BUI", "BI/BU"}, "de": []string{"INT", "EXT", "ETABL", "INT./EXT", "INT/EXT", "EXT/INT", "EXT./INT", "I/E"}, "fr": []string{"INT", "EXT", "INT./EXT", "INT/EXT", "EXT/INT", "EXT./INT", "I/E"}, - "eo": []string{"EN", "ENE", "EKST", "EK", "EN/EKST", "EKST/EN", "EKST./EN", "EN./EKST"}, + "eo": []string{"EN.", "ENE", "EKST", "EK", "EN/EKST", "EKST/EN", "EKST./EN", "EN./EKST"}, "ru": []string{"ИНТ", "НАТ", "ИНТ/НАТ", "ИНТ./НАТ", "НАТ/ИНТ", "НАТ./ИНТ", "ЭКСТ", "И/Н", "Н/И"}, }, } -- cgit v1.2.3-70-g09d2