Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/monicahq/gunther
Laravel translations updater on Crowdin
https://github.com/monicahq/gunther
crowdin
Last synced: 5 days ago
JSON representation
Laravel translations updater on Crowdin
- Host: GitHub
- URL: https://github.com/monicahq/gunther
- Owner: monicahq
- License: gpl-3.0
- Created: 2018-09-16T15:22:23.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2021-04-29T19:13:04.000Z (over 3 years ago)
- Last Synced: 2024-10-29T18:47:42.341Z (14 days ago)
- Topics: crowdin
- Language: PHP
- Size: 251 KB
- Stars: 4
- Watchers: 3
- Forks: 1
- Open Issues: 11
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Gunther
Laravel translations update on Crowdin.This package uses [caouecs/Laravel-lang](https://packagist.org/packages/caouecs/laravel-lang) and [umpirsky/locale-list](https://packagist.org/packages/umpirsky/locale-list) to update languages for a Laravel project on Crowdin.
### Configuration
Publish the config file `gunther.php`:
``` bash
php artisan vendor:publish --provider="Gunther\Providers\ServiceProvider" --tag=config
```## License
Copyright (c) 2018-2020
Licensed under the AGPL License. [View license](/LICENSE).