Skip to content

Instantly share code, notes, and snippets.

@ljmotta
Created August 12, 2020 18:39
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 ljmotta/ddc80a5dbb61eb8a5aac89ed137ca166 to your computer and use it in GitHub Desktop.
Save ljmotta/ddc80a5dbb61eb8a5aac89ed137ca166 to your computer and use it in GitHub Desktop.
const portuguese: TranslatedDictionary<MyDictionary> = {
inputName: "Por favor, coloque o seu nome",
home: {
title: "Está é uma biblioteca i18n para React",
body: "Use i18n em seus projetos TypeScript!"
},
currentLocale: (locale) => `Meu local atual é: ${locale}`
};
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment