A package that synchronizes translations between your Laravel project and a provider.
First, install the package via Composer as dev dependency:
composer require van-ons/laravel-translations-sync --dev
Then, publish the configuration file:
php artisan vendor:publish --tag="translations-sync-config"
Next, follow the configuration steps to set up the configuration file and providers.
You can execute the synchronization command by running:
php artisan lang:sync
See Basic usage for more information.
Please see the documentation for detailed information about installation and usage.
Please see contributing for more information about how you can contribute.
Please see changelog for more information about what has changed recently.
Please see upgrading for more information about how to upgrade.
Please see security for more information about how we deal with security.
We would like to thank the following contributors for their contributions to this project:
The scripts and documentation in this project are released under the MIT License.