An open API service indexing awesome lists of open source software.

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

Awesome Lists containing this project

README

          

# Translation Set


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