Restore language.disabled config

Fixes #11219
This commit is contained in:
Bjørn Erik Pedersen
2023-07-08 16:16:06 +02:00
parent 0f921ace6f
commit a481942532
3 changed files with 38 additions and 0 deletions

View File

@@ -39,6 +39,9 @@ type LanguageConfig struct {
// The language weight. When set to a non-zero value, this will
// be the main sort criteria for the language.
Weight int
// Set to true to disable this language.
Disabled bool
}
func DecodeConfig(m map[string]any) (map[string]LanguageConfig, error) {