Skip to content

Commit a9937a7

Browse files
committed
Restored erroneously deleted file
1 parent 42385cf commit a9937a7

1 file changed

Lines changed: 9 additions & 0 deletions

File tree

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
{
2+
"locales_dir": "_locales", // Name of the folder containing locale files
3+
"target_langs": "", // Languages to translate to (e.g. "en,es,fr") (default: all supported locales)
4+
"keys": "", // Keys to translate (e.g. "appDesc,err_notFound")
5+
"exclude_langs": "", // Languages to exclude (e.g. "en,es")
6+
"exclude_keys": "", // Keys to ignore (e.g. "appName,author")
7+
"force": false, // Force overwrite existing config file when using --init
8+
"no_wizard": false // Skip interactive prompts during start-up
9+
}

0 commit comments

Comments
 (0)