Skip to content

Instantly share code, notes, and snippets.

@theodesp
Created November 14, 2019 12:23
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save theodesp/78b5ecca6b9d39967b1b5d028bff1aee to your computer and use it in GitHub Desktop.
Save theodesp/78b5ecca6b9d39967b1b5d028bff1aee to your computer and use it in GitHub Desktop.
/* 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