diff --git a/config.go b/config.go index 5478e7e..4eb935e 100644 --- a/config.go +++ b/config.go @@ -98,6 +98,7 @@ func updateConfig() { } } } + // Destination language is not passed in argument if len(*dstLangArg) == 0 { for t_str, t := range translators { if config.GetString(fmt.Sprintf("destination.language.%s", t_str)) != t.GetDstLang() {