Download the PHP package nextapps/laravel-poeditor-sync without Composer
On this page you can find all versions of the php package nextapps/laravel-poeditor-sync. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download nextapps/laravel-poeditor-sync
More information about nextapps/laravel-poeditor-sync
Files in nextapps/laravel-poeditor-sync
Package laravel-poeditor-sync
Short Description Upload and download POEditor translations
License MIT
Homepage https://github.com/wotzebra/laravel-poeditor-sync
Informations about the package laravel-poeditor-sync
Laravel Poeditor Synchronization
Upload and download POEditor translations. Both PHP and JSON translation files are supported. Vendor PHP / JSON translations can also be uploaded / downloaded.
Installation
You can install the package via composer:
You can publish the configuration file:
Set the POEditor API key and Project ID in your env-file:
In the 'poeditor-sync' configuration file, you should specify the supported locales. You can also provide an associate array, if you want to map POEditor locales to internal locales.
Usage
Download translations
All translations in all supported locales will be downloaded.
Upload Translations
Upload translations of the default app locale:
Upload translations of specified locale:
`
Upload translations and overwrite existing POEditor translations:
Validate Translations
Validate that translations have the same replacements and correct pluralization:
Status of Translations
Check if local translations match the ones on POEditor:
Testing
Linting
Changelog
Please see CHANGELOG for more information what has changed recently.
Contributing
Please see CONTRIBUTING for details.
Credits
- Günther Debrauwer
- All Contributors
License
The MIT License (MIT). Please see License File for more information.
All versions of laravel-poeditor-sync with dependencies
guzzlehttp/guzzle Version ^7.0
illuminate/filesystem Version ^10.0|^11.0|^12.0
illuminate/http Version ^10.0|^11.0|^12.0
illuminate/support Version ^10.10|^11.0|^12.0
symfony/var-exporter Version ^6.0|^7.0