FormatJS in React Native: Streamline your I18N Workflow
FormatJS is a set of tools to internationalize your project. Usually, using popular i18n libraries, the workflow involves
* creating a JSON translation file for each language
* giving each string to be translated a unique key to reference it by
* thinking of a meaningful structure for the JSON file
Instead of