Skip to content

Instantly share code, notes, and snippets.

@ljmotta
Last active August 12, 2020 18:41
Show Gist options
  • Save ljmotta/35e9c8b375d09207efde0f275712b233 to your computer and use it in GitHub Desktop.
Save ljmotta/35e9c8b375d09207efde0f275712b233 to your computer and use it in GitHub Desktop.
{
inputName: "Por favor, coloque o seu nome",
welcome: (name) => `Welcome ${name.bold()}`,
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