You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: translate-messages/docs/README.md
+5-5Lines changed: 5 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -53,22 +53,22 @@ Options can be set by using command-line arguments:
53
53
54
54
## Examples
55
55
56
-
Translate all keys except `app_NAME` from `_locales/en/messages.json` to all [`supported_locales`][supported-locales] (prompts for more keys to ignore):
56
+
Translate all keys except `app_NAME` from `_locales/en/messages.json` to all [`supported_locales`][supported-locales]:
57
57
58
58
```bash
59
-
translate-messages --ignore-keys=app_NAME
59
+
translate-messages --ignore-keys=app_NAME# prompts for more keys to ignore
60
60
```
61
61
62
-
Translate `app_DESC` key from `messges/en/messages.json` to French (no prompts):
62
+
Translate `app_DESC` key from `messges/en/messages.json` to French:
0 commit comments