summaryrefslogtreecommitdiff
path: root/rules/toml.go
diff options
context:
space:
mode:
Diffstat (limited to 'rules/toml.go')
-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{"ИНТ", "НАТ", "ИНТ/НАТ", "ИНТ./НАТ", "НАТ/ИНТ", "НАТ./ИНТ", "ЭКСТ", "И/Н", "Н/И"},
},
}