Skip to content

Instantly share code, notes, and snippets.

@theodesp
Created April 5, 2019 17:25
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/8ea06697978f121cb154ccb3a29604a9 to your computer and use it in GitHub Desktop.
Save theodesp/8ea06697978f121cb154ccb3a29604a9 to your computer and use it in GitHub Desktop.
➜ mkdir -p src/assets/locales/
➜ cd src/assets/locales
➜ touch en.translations.json
➜ touch el.translations.json
// el.translations.json
{
"message": "Καλως ήλθατε στο PhraseApp i18next"
}
// en.translations.json
{
"message": "Welcome to PhraseApp i18next"
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment