Automate uploading/downloading translations
Install the package via composer:
composer require macpaw/laravel-crowdin-integration --dev
By default, the package uses the following environment variables
CROWDIN_PROJECT_ID
CROWDIN_API_KEY
In order to edit the default configuration for this package you may execute:
php artisan vendor:publish --provider="MacPaw\LaravelCrowdinIntegration\CrowdinServiceProvider"
After that, config/crowdin.php
will be created. Inside this file you will find all the fields that can be edited in this package.
You can see all the commands in the list of command:
php artisan list
Add a file from project to Crowdin repository:
php artisan crowdin:add {fileName.ext}
It is work only for adding file, not for updating
Update exist file from project to Crowdin repository
php artisan crowdin:update {fileName.ext}
It is work only for updating file, not for adding
This is command add or update all origin files from a project in Crowdin repository:
php artisan crowdin:upload
No matter file exists or not in Crowdin repository
Build ZIP archive with the latest translations.
php artisan crowdin:build
Download translations files from Crowdin repository to your.
php artisan crowdin:download