https://github.com/kdevelopement/laravel-pt-br
https://github.com/kdevelopement/laravel-pt-br
Last synced: 11 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/kdevelopement/laravel-pt-br
- Owner: KDevelopement
- License: mit
- Created: 2022-07-31T18:09:26.000Z (almost 4 years ago)
- Default Branch: master
- Last Pushed: 2022-07-31T18:16:29.000Z (almost 4 years ago)
- Last Synced: 2025-05-21T08:48:52.829Z (about 1 year ago)
- Language: PHP
- Size: 7.81 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Tradução Laravel para português(pt-BR)
> Mensagens padrões do Laravel em português.
[![GitHub issues][issues-image]][issues-url]
[![License][license-image]][license-url]
Arquivos de tradução para todas as mensagens padrões do [Laravel](https://laravel.com/) à partir da versão 5+, suportando até a versão atual (8+).
## Traduções Inclusas
- Erros de `validação`.
- Textos de `paginação`.
- Textos de falhas de `autenticação`.
- Textos de `redefinição de senhas`.
## Como utilizar
Clone o projeto para dentro do diretório **resources/lang/** do seu projeto Laravel, nomeando à pasta como **pt-br**:
```shellscript
git clone https://github.com/k7brasil/Laravel-pt-BR ./resources/lang/pt-br
```
Então, edite o arquivo **config/app.php** para alterar o idioma padrão da sua aplicação:
```php
// encontre a seguinte linha:
'locale' => 'en',
// e altere para:
'locale' => 'pt-br',
```
Pronto! Seu projeto agora estará em português. :tada:
## Meta
Distributed under the MIT license. See [LICENSE](https://github.com/k7brasil/Laravel-pt-BR/blob/master/LICENSE) for more information.
## Contributing
1. Fork it ()
2. Create your feature branch (`git checkout -b feature/fooBar`)
3. Commit your changes (`git commit -am 'Add some fooBar'`)
4. Push to the branch (`git push origin feature/fooBar`)
5. Create a new Pull Request
[issues-image]: https://img.shields.io/github/issues/k7brasil/Laravel-pt-BR.svg
[issues-url]: https://github.com/k7brasil/Laravel-pt-BR/issues
[license-image]: https://img.shields.io/github/license/k7brasil/Laravel-pt-BR.svg
[license-url]: https://github.com/k7brasil/Laravel-pt-BR/blob/master/LICENSE