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
{{ message }}
This repository was archived by the owner on Jun 8, 2019. It is now read-only.
This option will provide metadata in the Message Description for the
file and location in the file where the message was defined. When
enabled and running it on [this file][1] you'll get this result:
```json
[
{
"id": "app.title",
"defaultMessage": "React Intl Translations Example",
"file": "src/client/components/app.js",
"start": {
"line": 23,
"column": 20
},
"end": {
"line": 26,
"column": 22
}
},
{
"id": "app.locales_menu_heading",
"defaultMessage": "Locales:",
"file": "src/client/components/app.js",
"start": {
"line": 32,
"column": 20
},
"end": {
"line": 35,
"column": 22
}
}
]
```
Fixes#71
[1]: https://github.com/yahoo/react-intl/blob/25f3f64d86ac86281157117b5bdb9fa30d1d615f/examples/translations/src/client/components/app.js
0 commit comments