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 ReScript (`*.res`) or Reason (`*.re`) source file or a directory containing such source files. Multiple files/directories may be specified.
26
+
where `path` is a ReScript (`*.res`) source file or a directory containing such source files. Multiple files/directories may be specified.
27
27
28
28
The `--allow-duplicates` option allows messages with identical `id` props if the `defaultMessage` props are identical as well.
29
29
@@ -85,58 +85,13 @@ You also can pass descriptions to the records with:
85
85
let foo = @intl.description("Hello description") {id: "message.hello", defaultMessage: "Hello"}
86
86
```
87
87
88
-
## Message Definition (Legacy Reason Syntax)
89
-
90
-
Formatted messages may be defined in your source files in one of the following ways:
0 commit comments