summaryrefslogtreecommitdiff
path: root/rules
diff options
context:
space:
mode:
authorJoop Kiefte <ikojba@gmail.com>2019-01-17 13:46:21 +0100
committerJoop Kiefte <ikojba@gmail.com>2019-01-17 13:46:21 +0100
commit60931181c16c819040ca16fb2f84942bc333cf1c (patch)
treead491757518ad278e5b732ac0e8fa1e779d614b4 /rules
parent247cf4bc7e32bfe4ccd8adedac31251ac78343b3 (diff)
Make it possible to write scripts in Esperanto that start with En in the action lines without having to force action.
Diffstat (limited to 'rules')
-rw-r--r--rules/toml.go2
1 files changed, 1 insertions, 1 deletions
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{"ИНТ", "НАТ", "ИНТ/НАТ", "ИНТ./НАТ", "НАТ/ИНТ", "НАТ./ИНТ", "ЭКСТ", "И/Н", "Н/И"},
},
}