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
where `path` is a Reason source file or a directory containing Reason source files. Multiple files/directories may be specified.
25
+
where `path` is a ReScript (`*.res`) or Reason (`*.re`) source file or a directory containing such source files. Multiple files/directories may be specified.
26
26
27
27
The `--allow-duplicates` option allows messages with identical `id` props if the `defaultMessage` props are identical as well.
28
28
@@ -47,7 +47,44 @@ The output (a JSON array of all extracted messages sorted by id) is written to s
47
47
]
48
48
```
49
49
50
-
## Message Definition
50
+
## Message Definition (ReScript Syntax)
51
+
52
+
Formatted messages may be defined in your source files in one of the following ways:
0 commit comments