Last active
August 12, 2020 18:41
-
-
Save ljmotta/35e9c8b375d09207efde0f275712b233 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
{ | |
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