PHPackages                             delta-solutions/translations-export-import - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [Localization &amp; i18n](/categories/localization)
4. /
5. delta-solutions/translations-export-import

ActiveLibrary[Localization &amp; i18n](/categories/localization)

delta-solutions/translations-export-import
==========================================

Export and import your spatie/laravel-translation-loader powered translations to and from Excel

v1.4(1y ago)7362[2 PRs](https://github.com/Delta-Solutions/translations-export-import/pulls)MITPHPPHP ^8.1CI failing

Since Apr 21Pushed 1y ago1 watchersCompare

[ Source](https://github.com/Delta-Solutions/translations-export-import)[ Packagist](https://packagist.org/packages/delta-solutions/translations-export-import)[ Docs](https://github.com/delta-solutions/translations-export-import)[ RSS](/packages/delta-solutions-translations-export-import/feed)WikiDiscussions main Synced 1mo ago

READMEChangelog (6)Dependencies (9)Versions (11)Used By (0)

[![Translations-export-import](https://camo.githubusercontent.com/4233d3d9558d4e4b1c2fbbd0d9709d77bf06ce03cd2e9eece6a445ee25d90fab/68747470733a2f2f62616e6e6572732e6265796f6e64636f2e64652f7472616e736c6174696f6e732d6578706f72742d696d706f72742e706e673f7468656d653d6c69676874267061636b6167654d616e616765723d636f6d706f7365722b72657175697265267061636b6167654e616d653d64656c74612d736f6c7574696f6e732532467472616e736c6174696f6e732d6578706f72742d696d706f7274267061747465726e3d617263686974656374267374796c653d7374796c655f31266465736372697074696f6e3d4578706f72742b616e642b696d706f72742b796f75722b7370617469652532466c61726176656c2d7472616e736c6174696f6e2d6c6f616465722b706f77657265642b7472616e736c6174696f6e732b746f2b616e642b66726f6d2b457863656c266d643d312673686f7757617465726d61726b3d3026666f6e7453697a653d313030707826696d616765733d646f63756d656e742d646f776e6c6f6164267769647468733d6175746f)](https://camo.githubusercontent.com/4233d3d9558d4e4b1c2fbbd0d9709d77bf06ce03cd2e9eece6a445ee25d90fab/68747470733a2f2f62616e6e6572732e6265796f6e64636f2e64652f7472616e736c6174696f6e732d6578706f72742d696d706f72742e706e673f7468656d653d6c69676874267061636b6167654d616e616765723d636f6d706f7365722b72657175697265267061636b6167654e616d653d64656c74612d736f6c7574696f6e732532467472616e736c6174696f6e732d6578706f72742d696d706f7274267061747465726e3d617263686974656374267374796c653d7374796c655f31266465736372697074696f6e3d4578706f72742b616e642b696d706f72742b796f75722b7370617469652532466c61726176656c2d7472616e736c6174696f6e2d6c6f616465722b706f77657265642b7472616e736c6174696f6e732b746f2b616e642b66726f6d2b457863656c266d643d312673686f7757617465726d61726b3d3026666f6e7453697a653d313030707826696d616765733d646f63756d656e742d646f776e6c6f6164267769647468733d6175746f)

[![Latest Version on Packagist](https://camo.githubusercontent.com/d01d38cb396b213b895fa375214575ca0ab945001d1d2cba6d6187ead39ac64b/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f762f64656c74612d736f6c7574696f6e732f7472616e736c6174696f6e732d6578706f72742d696d706f72742e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/delta-solutions/translations)[![Total Downloads](https://camo.githubusercontent.com/55478ba5bef2a27fba5b1cb68222b5a84e8dd5834adb6515347b604fa4287201/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f64742f64656c74612d736f6c7574696f6e732f7472616e736c6174696f6e732d6578706f72742d696d706f72742e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/delta-solutions/translations)

Translations export and 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
------------

[](#installation)

You can install the package via composer:

```
composer require delta-solutions/translations-export-import
```

Usage
-----

[](#usage)

### To export your translations run to language\_lines.xlsx in your storage/app folder.

[](#to-export-your-translations-run-to-language_linesxlsx-in-your-storageapp-folder)

```
php artisan translations:export
```

or specify a filename (the file will be saved in the storage/app folder)

```
php artisan translations:export --filename=yourFileName.xlsx
```

### To import your translations from language\_lines.xlsx run

[](#to-import-your-translations-from-language_linesxlsx-run)

```
php artisan translations:import
```

or specify a filename to import (staring from storage/app)

```
php artisan translations:import --filename=yourFileName.xlsx
```

Adding language\_lines
----------------------

[](#adding-language_lines)

If you want to add language lines it's as easy as adding Excel rows.

Adding translations
-------------------

[](#adding-translations)

If you want to add a translation it's as easy as adding columns to Excel.

Example
-------

[](#example)

[![example of Excel](https://github.com/Delta-Solutions/assets/raw/main/translations-export-import/excel.png)](https://github.com/Delta-Solutions/assets/blob/main/translations-export-import/excel.png)

[![example of imported result](https://github.com/Delta-Solutions/assets/raw/main/translations-export-import/imported.png)](https://github.com/Delta-Solutions/assets/blob/main/translations-export-import/imported.png)

Changelog
---------

[](#changelog)

Please see [CHANGELOG](CHANGELOG.md) for more information on what has changed recently.

Contributing
------------

[](#contributing)

Please see [CONTRIBUTING](CONTRIBUTING.md) for details.

Security Vulnerabilities
------------------------

[](#security-vulnerabilities)

Please review [our security policy](../../security/policy) on how to report security vulnerabilities.

Credits
-------

[](#credits)

- [Andreas](https://github.com/Delta-Solutions)
- [All Contributors](../../contributors)

License
-------

[](#license)

The MIT License (MIT). Please see [License File](LICENSE.md) for more information.

###  Health Score

36

—

LowBetter than 82% of packages

Maintenance44

Moderate activity, may be stable

Popularity18

Limited adoption so far

Community10

Small or concentrated contributor base

Maturity59

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 75.8% of commits — single point of failure

How is this calculated?**Maintenance (25%)** — Last commit recency, latest release date, and issue-to-star ratio. Uses a 2-year decay window.

**Popularity (30%)** — Total and monthly downloads, GitHub stars, and forks. Logarithmic scaling prevents top-heavy scores.

**Community (15%)** — Contributors, dependents, forks, watchers, and maintainers. Measures real ecosystem engagement.

**Maturity (30%)** — Project age, version count, PHP version support, and release stability.

###  Release Activity

Cadence

Every ~96 days

Recently: every ~121 days

Total

8

Last Release

445d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/0a5498402f8114208ae9befe10cb82ea43e33e256ce22c96ff0ec97cb6c87fc5?d=identicon)[dietercoopman](/maintainers/dietercoopman)

---

Top Contributors

[![dietercoopman](https://avatars.githubusercontent.com/u/4672752?v=4)](https://github.com/dietercoopman "dietercoopman (25 commits)")[![dependabot[bot]](https://avatars.githubusercontent.com/in/29110?v=4)](https://github.com/dependabot[bot] "dependabot[bot] (4 commits)")[![github-actions[bot]](https://avatars.githubusercontent.com/in/15368?v=4)](https://github.com/github-actions[bot] "github-actions[bot] (4 commits)")

---

Tags

laravelDelta-Solutionstranslations-export-import

###  Code Quality

Code StyleLaravel Pint

### Embed Badge

![Health badge](/badges/delta-solutions-translations-export-import/health.svg)

```
[![Health](https://phpackages.com/badges/delta-solutions-translations-export-import/health.svg)](https://phpackages.com/packages/delta-solutions-translations-export-import)
```

###  Alternatives

[askdkc/breezejp

Laravel Starter Kit (Livewire+Breeze+Laravel UI+Jetstream)や標準のバリデーションメッセージを全て一瞬で日本語化し、言語切替機能も提供するパッケージです / This package provides all-in-one Japanese translation for Laravel StarterKit (Livewire StarterKit, Breeze, Laravel UI and Jetstream) packages and validation messages with language switching feature.

590244.8k1](/packages/askdkc-breezejp)[typicms/base

A modular multilingual CMS built with Laravel, enabling developers to manage structured content like pages, news, events, and more.

1.6k20.3k](/packages/typicms-base)[hirethunk/verbs

An event sourcing package that feels nice.

513162.9k6](/packages/hirethunk-verbs)[wnx/laravel-backup-restore

A package to restore database backups made with spatie/laravel-backup.

203330.1k2](/packages/wnx-laravel-backup-restore)[statikbe/laravel-filament-chained-translation-manager

A translation manager tool for Laravel Filament, that makes use of the Laravel Chained Translator.

92108.7k](/packages/statikbe-laravel-filament-chained-translation-manager)[vormkracht10/laravel-mails

Laravel Mails can collect everything you might want to track about the mails that has been sent by your Laravel app.

24149.7k](/packages/vormkracht10-laravel-mails)

PHPackages © 2026

[Directory](/)[Categories](/categories)[Trending](/trending)[Changelog](/changelog)[Analyze](/analyze)
