To collate formatted messages from Glints front end projects for translation (i18n) uses.
npm install glints-collate-message- command
- reserve (generate a file with a list of dynamic FormattedMessage id's and their corresponding defaultMessage's in .i18n/dynamic.json)
- collate
- optional
- -d (default: .i18n/dynamic.json)
- -l (default: .i18n)
1. run reserve
2. refer to .i18n/dynamic.json
3. manually update my self-maintained reserve file
4. run collate command
5. if error, obey the commands spewed out by the tool. Otherwise, it'll update the s3 files
6. profit!