https://github.com/thedragoncode/translation-set
Translation set for The Dragon Code packages
https://github.com/thedragoncode/translation-set
Last synced: about 1 month ago
JSON representation
Translation set for The Dragon Code packages
- Host: GitHub
- URL: https://github.com/thedragoncode/translation-set
- Owner: TheDragonCode
- License: mit
- Created: 2023-06-30T23:16:48.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2026-01-15T03:51:02.000Z (2 months ago)
- Last Synced: 2026-01-15T09:44:54.286Z (2 months ago)
- Language: PHP
- Homepage:
- Size: 510 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- 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
# Translation Set

[![Stable Version][badge_stable]][link_packagist]
[![Total Downloads][badge_downloads]][link_packagist]
[![License][badge_license]][link_license]
## Installation
To get the latest version of `Translation Set` library, simply require the project using [Composer](https://getcomposer.org):
```
$ composer require dragon-code/translation-set --dev
```
Instead, you may of course manually update your `require-dev` block and run `composer update` if you so choose:
```json
{
"require-dev": {
"dragon-code/translation-set": "^1.0"
}
}
```
## Using
To install files from this repository into your project, you need to install the [laravel-lang/publisher](https://github.com/Laravel-Lang/publisher)
version `^14.6` and above.
Yes, that's all 😊
Now the package is connected to your application and you can [manage localizations](https://laravel-lang.github.io/publisher/using).
[badge_stable]: https://img.shields.io/github/v/release/TheDragonCode/translation-set?label=stable&style=flat-square
[badge_downloads]: https://img.shields.io/packagist/dt/dragon-code/translation-set.svg?style=flat-square
[badge_license]: https://img.shields.io/packagist/l/dragon-code/translation-set.svg?style=flat-square
[link_packagist]: https://packagist.org/packages/dragon-code/translation-set
[link_license]: LICENSE