nietthijmen/laravel-translatetable

import & export your laravel translations to a excel spreadsheet

1.0.0 2025-08-28 13:27 UTC

This package is auto-updated.

Last update: 2025-08-28 13:44:26 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.