Created
December 15, 2016 23:16
-
-
Save joshmeads/40b1e6ac2de03331456b8cbc62fa8e5d to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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