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