Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/laravel-lang/translations-template
Template for `laravel-lang/publisher` expansion packs
https://github.com/laravel-lang/translations-template
i18n laravel localization php translation
Last synced: 5 days ago
JSON representation
Template for `laravel-lang/publisher` expansion packs
- Host: GitHub
- URL: https://github.com/laravel-lang/translations-template
- Owner: Laravel-Lang
- License: mit
- Created: 2021-06-18T08:41:36.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2024-04-02T20:01:46.000Z (8 months ago)
- Last Synced: 2024-04-13T21:48:10.067Z (7 months ago)
- Topics: i18n, laravel, localization, php, translation
- Language: PHP
- Homepage: https://laravel-lang.com
- Size: 262 KB
- Stars: 8
- Watchers: 3
- Forks: 4
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Contributing: docs/contributing.md
- License: LICENSE
- Code of conduct: docs/code-of-conduct.md
Awesome Lists containing this project
README
# Extended Lang Translations Template
![laravel-lang translations template](https://preview.dragon-code.pro/laravel-lang/translations-template.svg?brand=laravel&mode=dark)
[![Stable Version][badge_stable]][link_packagist]
[![Unstable Version][badge_unstable]][link_packagist]
[![Total Downloads][badge_downloads]][link_packagist]
[![License][badge_license]][link_license]## Prepare Template
Template branch compatibility with [`publisher`](https://github.com/Laravel-Lang/publisher):
* [`16.x`](https://github.com/Laravel-Lang/translations-template/tree/16.x) - `laravel-lang/publisher:^16.0`
* [`15.x`](https://github.com/Laravel-Lang/translations-template/tree/15.x) - `laravel-lang/publisher:^15.0`
* [`14.x`](https://github.com/Laravel-Lang/translations-template/tree/14.x) - `laravel-lang/publisher:^14.0`
* [`13.x`](https://github.com/Laravel-Lang/translations-template/tree/13.x) - `laravel-lang/publisher:^13.0`
* [`12.x`](https://github.com/Laravel-Lang/translations-template/tree/12.x) - `laravel-lang/publisher:^12.0`
* [`11.x`](https://github.com/Laravel-Lang/translations-template/tree/11.x) - `laravel-lang/publisher:^11.0`
* [`10.x`](https://github.com/Laravel-Lang/translations-template/tree/10.x) - `laravel-lang/publisher:^10.0`### Steps
1. Replace `` with your GitHub package namespace. For example, `Laravel-Lang/translations-template`.
2. Replace `your/namespace`with package namespace. For example, `laravel-lang/translations-template`.
3. Replace `YourNamespace\Translations` with your PSR package namespace.
4. Replace `Extended Lang Translations Template` with your package title.
5. Replace `` with your name or name of your company.
6. Update tests.
7. Remove this block.## Installation
To get the latest version of `Extended Lang Translations Template` library, simply require the project using [Composer](https://getcomposer.org):
```
$ composer require your/namespace --dev
```Instead, you may of course manually update your `require-dev` block and run `composer update` if you so choose:
```json
{
"require-dev": {
"your/namespace": "^1.0"
}
}
```## Using
To install files from this repository into your project, you need to install the [laravel-lang/publisher](https://laravel-lang.com/packages-publisher.html)
version `^14.0` and above.Yes, that's all 😊
Now the package is connected to your application and you can [manage localizations](https://laravel-lang.com/manage-locales.html).
## Communication
We also have official [chats](https://t.me/addlist/l0XGtvEIBiljMTMy) in Telegram.
## Contributing
Please see [CONTRIBUTING](https://laravel-lang.com/contributions.html) for details.
## Support Us
❤️ Laravel Lang? Please consider supporting our collective on [Boosty](https://boosty.to/laravel-lang).
## License
This package is licensed under the [MIT License](https://laravel-lang.com/license.html).
[badge_stable]: https://img.shields.io/github/v/release/?label=stable&style=flat-square
[badge_unstable]: https://img.shields.io/badge/unstable-dev--main-orange?style=flat-square
[badge_downloads]: https://img.shields.io/packagist/dt/.svg?style=flat-square
[badge_license]: https://img.shields.io/packagist/l/.svg?style=flat-square
[link_packagist]: https://packagist.org/packages/
[link_license]: LICENSE