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/README.md
+11-3Lines changed: 11 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -30,7 +30,7 @@ translate-msgs
30
30
31
31
If no options are provided, the CLI will:
32
32
1. Prompt for message keys to ignore
33
-
2. Auto-discover closest `_locales` dir
33
+
2. Auto-discover closest child `_locales` dir
34
34
3. Translate `en/messages.json` to target languages
35
35
36
36
_Note: Any messages.json in the [`chrome.i18n`](https://developer.chrome.com/docs/extensions/how-to/ui/localization-message-formats) format can be used as a source file._
@@ -52,10 +52,18 @@ Options can be set by using command-line arguments:
0 commit comments