Skip to content

Commit bc3c6e3

Browse files
committed
Allow 'locale'key to be used in 'config ...' commands
1 parent 13f2255 commit bc3c6e3

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Diff for: cli/config/validate.go

+1
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,7 @@ var validMap = map[string]reflect.Kind{
3333
"directories.builtin.tools": reflect.String,
3434
"directories.builtin.libraries": reflect.String,
3535
"library.enable_unsafe_install": reflect.Bool,
36+
"locale": reflect.String,
3637
"logging.file": reflect.String,
3738
"logging.format": reflect.String,
3839
"logging.level": reflect.String,

0 commit comments

Comments
 (0)