nietthijmen/laravel-translatetable

import & export your laravel translations to a excel spreadsheet

Maintainers

Package info

github.com/NietThijmen/laravel-translatetable

Homepage

pkg:composer/nietthijmen/laravel-translatetable

Fund package maintenance!

Buy Me A Coffee

Statistics

Installs: 0

Dependents: 0

Suggesters: 0

Stars: 1

Open Issues: 3

1.0.0 2025-08-28 13:27 UTC

README

Latest Version on Packagist GitHub Tests Action Status GitHub Code Style Action Status Total Downloads

Have you ever gotten 90 e-mails about changing a single translation from a customer? I have, So with this package you can give the client a easy spreadsheet to work in, the client can easily edit it from excel or google sheets, Finally you import it with 1 command, and you're done!

You can even generate fully new translations with your localisation team without any programming knowledge

Installation

You can install the package via composer:

composer require nietthijmen/laravel-translatetable

Usage:

Generating a spreadsheet

php artisan translations:generate-spreadsheet

Generating translations from your spreadsheet

php artisan translations:from-spreadsheet ~/Downloads/translations.xlsx

Credits

License

The MIT License (MIT). Please see License File for more information.