PhpDev.App
lucascudo/laravel-pt-BR-localization

lucascudo/laravel-pt-BR-localization

Stars: 863

Forks: 193

Pull Requests: 49

Issues: 27

Watchers: 28

Last Updated: 2023-09-12 13:59:53

Tradução do Laravel para português brasileiro (pt_BR locale)

License: GNU General Public License v3.0

Languages: PHP

Módulo de linguagem pt_BR (português brasileiro) para Laravel

example workflow Total Downloads Latest Stable Version License

Instalação

  1. Scaffold do diretório lang
php artisan lang:publish
  1. Instale o pacote
composer require lucascudo/laravel-pt-br-localization --dev
  1. Publique as traduções
php artisan vendor:publish --tag=laravel-pt-br-localization
  1. Configure o Framework para utilizar 'pt_BR' como linguagem padrão
// Altere Linha 85 do arquivo config/app.php para:
'locale' => 'pt_BR'

## Versões do Laravel suportadas

-   10.x
-   9.x
-   8.x
-   7.x
-   6.x
-   ^5.6

### Para versões anteriores, consulte:

-   [Laravel 5.5](https://github.com/enniosousa/laravel-5.5-pt-BR-localization)
-   [Laravel 5.4](https://github.com/Leomhl/laravel-5.4-pt-br-localization)
-   [Laravel 5.3](https://github.com/leandroluk/laravel-5.3-pt-br-localization)
-   [Laravel 5.2](https://github.com/felipeporto/laravel-5.2-pt-br-localization)
-   [Laravel 5.1](https://github.com/bmonteirog/laravel-5.1-pt-br-localization)