Skip to content

Instantly share code, notes, and snippets.

@joshmeads
Created December 15, 2016 23:16
Show Gist options
  • Save joshmeads/40b1e6ac2de03331456b8cbc62fa8e5d to your computer and use it in GitHub Desktop.
Save joshmeads/40b1e6ac2de03331456b8cbc62fa8e5d to your computer and use it in GitHub Desktop.
const translate = (message) => {
if (typeof message !== 'object') return message;
return this.context.intl.formatMessage(message);
};
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment