@@ -79,13 +79,13 @@ Example defaults:
7979
8080``` json5
8181{
82- " locales_dir" : " _locales" , // Name of the folder containing locale files
83- " target_langs" : " " , // Languages to translate to (e.g. "en,es,fr") (default: all supported locales)
84- " keys" : " " , // Keys to translate (e.g. "appDesc,err_notFound ")
85- " exclude_langs" : " " , // Languages to exclude (e.g. "en,es")
86- " exclude_keys" : " " , // Keys to ignore (e.g. "appName,author")
87- " force" : false , // Force overwrite existing config file when using --init
88- " no_wizard" : false // Skip interactive prompts during start-up
82+ " locales_dir" : " _locales" , // name of the folder containing locale files
83+ " target_langs" : " " , // languages to translate to (e.g. "en,es,fr") (default: all supported locales)
84+ " keys" : " " , // keys to translate (e.g. "app_DESC,err_NOT_FOUND ")
85+ " exclude_langs" : " " , // languages to exclude (e.g. "en,es")
86+ " exclude_keys" : " " , // keys to ignore (e.g. "appName,author")
87+ " force" : false , // force overwrite existing config file when using --init
88+ " no_wizard" : false // skip interactive prompts during start-up
8989}
9090```
9191
0 commit comments