Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: 3 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 (about 4 years ago)
- Default Branch: main
- Last Pushed: 2023-08-22T14:29:57.000Z (over 1 year ago)
- Last Synced: 2024-09-28T19:41:47.300Z (3 months ago)
- Topics: hacktoberfest, laravel-package, laravel8
- Language: PHP
- Homepage:
- Size: 70.3 KB
- Stars: 10
- Watchers: 2
- 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
[![Latest Stable Version](https://poser.pugx.org/square-bit/laravel-pt-localization/v)](//packagist.org/packages/square-bit/laravel-pt-localization)
[![License](https://poser.pugx.org/square-bit/laravel-pt-localization/license)](//packagist.org/packages/square-bit/laravel-pt-localization)
[![Total Downloads](https://poser.pugx.org/square-bit/laravel-pt-localization/downloads)](//packagist.org/packages/square-bit/laravel-pt-localization)This package provides Portuguese (from Portugal) translation language files for Laravel 8.
## 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 logPlease 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 [email protected] 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