Skip to content

Commit 28088a0

Browse files
committed
Re-cased inline comments
1 parent 718145d commit 28088a0

4 files changed

Lines changed: 20 additions & 20 deletions

File tree

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"json_dir": "_locales", // name of the folder containing JSON files
3-
"keys": "", // Keys to remove (e.g. "appName,author")
4-
"force": false, // Force overwrite existing config file when using --init
5-
"no_wizard": false // Skip interactive prompts during start-up
3+
"keys": "", // keys to remove (e.g. "app_NAME,author")
4+
"force": false, // force overwrite existing config file when using --init
5+
"no_wizard": false // skip interactive prompts during start-up
66
}

remove-json-keys/docs/README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -76,9 +76,9 @@ Example defaults:
7676
```json5
7777
{
7878
"json_dir": "_locales", // name of the folder containing JSON files
79-
"keys": "", // Keys to remove (e.g. "appName,author")
80-
"force": false, // Force overwrite existing config file when using --init
81-
"no_wizard": false // Skip interactive prompts during start-up
79+
"keys": "", // keys to remove (e.g. "app_NAME,author")
80+
"force": false, // force overwrite existing config file when using --init
81+
"no_wizard": false // skip interactive prompts during start-up
8282
}
8383
```
8484

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
{
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
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. "app_DESC,err_NOT_FOUND")
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
99
}

translate-messages/docs/README.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -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

Comments
 (0)