diff options
-rw-r--r-- | rules/toml.go | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/rules/toml.go b/rules/toml.go index 7575abf..a8ca705 100644 --- a/rules/toml.go +++ b/rules/toml.go @@ -36,6 +36,7 @@ func DefaultConf() TOMLConf { }, Scenes: map[string][]string{ "en": []string{"INT", "EXT", "EST", "INT./EXT", "INT/EXT", "EXT/INT", "EXT./INT", "I/E"}, + "it": []string{"INT", "EST", , "INT./EST", "INT/EST", "EST/INT", "EST./INT", "I/E"}, "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"}, |