|
11 | 11 | "log_SKIPPED": { "message": "Skipped" }, |
12 | 12 | "log_UPDATING": { "message": "Updating" }, |
13 | 13 | "log_UPDATED": { "message": "Updated" }, |
| 14 | + "log_TRANSLATED": { "message": "Translated" }, |
| 15 | + "log_NOT_TRANSLATED": { "message": "Not translated" }, |
14 | 16 | "log_LANGUAGES": { "message": "Languages" }, |
15 | 17 | "log_IGNORED_KEYS": { "message": "Ignored key(s)" }, |
16 | 18 | "log_NO_NEW_KEYS_ADDED": { "message": "No new keys added (all already present)" }, |
17 | 19 | "log_ALL_JSON_UPDATED": { "message": "All JSON files updated successfully" }, |
18 | 20 | "log_TYPE": { "message": "Type" }, |
19 | 21 | "log_TO_CREATE_DEFAULT_CONFIG": { "message": "to create default config file" }, |
20 | 22 | "log_FOR_AVAIL_OPTIONS": { "message": "for available options" }, |
| 23 | + "log_VERSION": { "message": "version" }, |
21 | 24 | "tip_FOR_MORE_HELP_VISIT": { "message": "For more help, visit" }, |
22 | 25 | "tip_PASS_FORCE_TO_OVERWRITE": { "message": "Pass --force to overwrite" }, |
23 | 26 | "tip_MOVE_CONFIG_TO_ROOT": { "message": "Move config file to root of project you wish to use it in" }, |
|
33 | 36 | "err_PARSE_FAILED": { "message": "Failed to parse" }, |
34 | 37 | "err_TRANSLATE_FAILED_FOR_KEY": { "message": "Translation failed for key" }, |
35 | 38 | "err_EN_LOC_NOT_FOUND_AT": { "message": "English locale not found at" }, |
| 39 | + "err_INVALID_KEY": { "message": "Invalid key" }, |
| 40 | + "err_FOUND_IN": { "message": "found in" }, |
36 | 41 | "help_LOCALES_DIR": { "message": "Name of the folder containing locale files (default: \"_locales\")" }, |
37 | 42 | "help_TARGET_LANGS": { "message": "Languages to translate to (e.g. \"es,fr\") (default: all 100+ supported locales)" }, |
38 | 43 | "help_KEYS": { "message": "Keys to translate (e.g. \"app_DESC,err_NOT_FOUND\") (default: all found src keys missing in target files)" }, |
|
0 commit comments