https://github.com/stack-spot/web-react-i18n-plugin
https://github.com/stack-spot/web-react-i18n-plugin
stackspot
Last synced: 10 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/stack-spot/web-react-i18n-plugin
- Owner: stack-spot
- Created: 2022-02-03T18:48:22.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2024-02-10T19:09:54.000Z (almost 2 years ago)
- Last Synced: 2024-02-10T20:25:42.723Z (almost 2 years ago)
- Topics: stackspot
- Language: TypeScript
- Size: 11.7 KB
- Stars: 0
- Watchers: 11
- Forks: 1
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
- **Descrição:** O plug-in `web-react-i18n-plugin` Adicione a biblioteca typesafe-i18n como solução i18n.
- **Categoria:** Frontend.
- **Stack:** React.
- **Criado em:** 01/02/2022.
- **Última atualização:** 01/02/2022.
- **Download:** https://github.com/stack-spot/web-react-i18n-plugin.git
## **Visão Geral**
### **web-react-i18n-plugin**
O **web-react-i18n-plugin** adiciona uma biblioteca de localização opinativa, totalmente segura e leve para projetos TypeScript sem dependências externas.
## **Uso**
### **Pré-requisitos**
Para utilizar esse plugin, é necessário ter uma stack web-react criada pelo cli.
#### Instalação
Para fazer o download do **web-react-i18n-plugin**, siga os passos abaixo:
**Passo 1.** Copie e cole a URL abaixo no seu navegador/terminal:
```
https://github.com/stack-spot/web-react-i18n-plugin.git
```
**Passo 2.** Após adicionar o plugin, execute o comando abaixo para baixar a lib no seu projeto:
```
npm install typesafe-i18n
```
Para visualizar a documentação do typefase-i18n acesse: https://github.com/ivanhofer/typesafe-i18n