https://github.com/square-bit/laravel-pt-localization
Portuguese (PT) translations for Laravel
https://github.com/square-bit/laravel-pt-localization
hacktoberfest laravel-package laravel8
Last synced: 12 months ago
JSON representation
Portuguese (PT) translations for Laravel
- Host: GitHub
- URL: https://github.com/square-bit/laravel-pt-localization
- Owner: square-bit
- License: mit
- Created: 2020-10-27T16:53:50.000Z (over 5 years ago)
- Default Branch: main
- Last Pushed: 2025-02-25T19:44:11.000Z (over 1 year ago)
- Last Synced: 2025-06-26T16:06:47.891Z (12 months ago)
- Topics: hacktoberfest, laravel-package, laravel8
- Language: PHP
- Homepage:
- Size: 73.2 KB
- Stars: 11
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
- Changelog: changelog.md
- Contributing: contributing.md
- License: license.md
Awesome Lists containing this project
README
# Portuguese Localization package for Laravel
[](//packagist.org/packages/square-bit/laravel-pt-localization)
[](//packagist.org/packages/square-bit/laravel-pt-localization)
[](//packagist.org/packages/square-bit/laravel-pt-localization)
This package provides Portuguese (from Portugal) translation language files for Laravel 11.
## Installation
Via Composer
``` bash
$ composer require square-bit/laravel-pt-localization
```
## Usage
##### 1. Publish command
```shell
$ php artisan vendor:publish --tag=laravel-pt-localization
```
##### 2. Set Portuguese(pt) language as default
```
// file: config/app.php:
'locale' => 'pt',
```
## Change log
Please see the [changelog](changelog.md) for more information on what has changed recently.
## Contributing
Please see [contributing.md](contributing.md) for details and a todolist.
## Security
If you discover any security related issues, please email info@square-bit.com instead of using the issue tracker.
## Credits
- [Squarebit][link-author]
- [All Contributors][link-contributors]
## License
MIT. Please see the [license file](license.md) for more information.
[link-author]: https://github.com/square-bit
[link-contributors]: ../../contributors