Download the PHP package delta-solutions/translations-export-import without Composer
On this page you can find all versions of the php package delta-solutions/translations-export-import. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download delta-solutions/translations-export-import
More information about delta-solutions/translations-export-import
Files in delta-solutions/translations-export-import
Package translations-export-import
Short Description Export and import your spatie/laravel-translation-loader powered translations to and from Excel
License MIT
Homepage https://github.com/delta-solutions/translations-export-import
Informations about the package translations-export-import
Translations export and import
This package provides two artisan commands to export and import language_lines from the spatie translations package table to Excel.
Installation
You can install the package via composer:
Usage
To export your translations run to language_lines.xlsx in your storage/app folder.
or specify a filename (the file will be saved in the storage/app folder)
To import your translations from language_lines.xlsx run
or specify a filename to import (staring from storage/app)
Adding language_lines
If you want to add language lines it's as easy as adding Excel rows.
Adding translations
If you want to add a translation it's as easy as adding columns to Excel.
Example
Changelog
Please see CHANGELOG for more information on what has changed recently.
Contributing
Please see CONTRIBUTING for details.
Security Vulnerabilities
Please review our security policy on how to report security vulnerabilities.
Credits
- Andreas
- All Contributors
License
The MIT License (MIT). Please see License File for more information.
All versions of translations-export-import with dependencies
illuminate/contracts Version ^10.0|^11.0
laravel/prompts Version ^v0.1.12
maatwebsite/excel Version ^3.1
spatie/laravel-package-tools Version ^1.14.0
spatie/laravel-translation-loader Version ^2.7