Created
November 14, 2019 12:23
-
-
Save theodesp/78b5ecca6b9d39967b1b5d028bff1aee 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
/* react-intl imports */ | |
import { IntlProvider } from 'react-intl'; | |
/* Define your translations */ | |
let i18nConfig = { | |
locale: 'el', | |
messages: { | |
"home.welcome": "Καλώς 'Ηρθατε στο {name}!", | |
"home.declarative": "Δηλωτικό" | |
} | |
}; |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment