PHPackages                             dive-be/nova-translation-editor - 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. dive-be/nova-translation-editor

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

dive-be/nova-translation-editor
===============================

A Laravel Nova tool for editing your translation strings.

0.3.2(4y ago)03.7kMITPHPPHP ^8.1

Since Mar 9Pushed 4y agoCompare

[ Source](https://github.com/dive-be/nova-translation-editor)[ Packagist](https://packagist.org/packages/dive-be/nova-translation-editor)[ Docs](https://github.com/dive-be/nova-translation-editor)[ RSS](/packages/dive-be-nova-translation-editor/feed)WikiDiscussions master Synced 3w ago

READMEChangelog (5)Dependencies (3)Versions (6)Used By (0)

Nova Translation Editor
=======================

[](#nova-translation-editor)

[![Latest Version on Packagist](https://camo.githubusercontent.com/9e12a7f692c18f14672ffec1b574855d12f45f4a248e8cbb71849021694c6e25/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f762f646976652d62652f6e6f76612d7472616e736c6174696f6e2d656469746f722e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/dive-be/nova-translation-editor)[![Software License](https://camo.githubusercontent.com/55c0218c8f8009f06ad4ddae837ddd05301481fcf0dff8e0ed9dadda8780713e/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f6c6963656e73652d4d49542d627269676874677265656e2e7376673f7374796c653d666c61742d737175617265)](LICENSE.md)[![Total Downloads](https://camo.githubusercontent.com/bfc71bd60662ceb1e68ca30725e432fcb164b8dc2311554b2e1de2f16c5463c8/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f64742f646976652d62652f6e6f76612d7472616e736c6174696f6e2d656469746f722e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/dive-be/nova-translation-editor)

⚠️ Minor releases of this package may cause breaking changes as it has no stable release yet.

Installation
------------

[](#installation)

```
composer require dive-be/nova-translation-editor
```

You must publish and run the migrations to create the `language_lines` table:

```
php artisan vendor:publish --provider="Dive\NovaTranslationEditor\ToolServiceProvider" --tag="migrations"
php artisan migrate
```

Optionally you could publish the config file using this command.

```
php artisan vendor:publish --provider="Dive\NovaTranslationEditor\ToolServiceProvider" --tag="config"
```

Register the tool in `NovaServiceProvider`.

```
public function tools()
{
    return [
        new NovaTranslationEditor(),
    ];
}
```

Publish the translations via the nova tool or via command line:

```
php artisan nova-translation-editor:publish
```

Usage
-----

[](#usage)

TODO

Credits
-------

[](#credits)

- [Michiel Vancoillie](https://github.com/dive-michiel)
- [Muhammed Sari](https://github.com/mabdullahsari)
- [All Contributors](../../contributors)

License
-------

[](#license)

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

###  Health Score

27

—

LowBetter than 47% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity16

Limited adoption so far

Community6

Small or concentrated contributor base

Maturity55

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 100% 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 ~97 days

Total

5

Last Release

1550d ago

PHP version history (3 changes)0.1PHP &gt;=7.4.0

0.2PHP ^8.0

0.3PHP ^8.1

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/59749?v=4)[Artem Loenko](/maintainers/dive)[@dive](https://github.com/dive)

---

Top Contributors

[![dive-michiel](https://avatars.githubusercontent.com/u/2650975?v=4)](https://github.com/dive-michiel "dive-michiel (5 commits)")

---

Tags

laravellocalizationi18ntranslationsnovadive

###  Code Quality

Code StylePHP CS Fixer

### Embed Badge

![Health badge](/badges/dive-be-nova-translation-editor/health.svg)

```
[![Health](https://phpackages.com/badges/dive-be-nova-translation-editor/health.svg)](https://phpackages.com/packages/dive-be-nova-translation-editor)
```

###  Alternatives

[markwalet/nova-modal-response

A Laravel Nova asset for Modal responses on an action.

17878.9k](/packages/markwalet-nova-modal-response)[outhebox/laravel-translations

Manage your Laravel translations with a beautiful UI. Add, edit, delete, import, and export translations with ease.

813100.4k](/packages/outhebox-laravel-translations)[vemcogroup/laravel-translation

Translation package for Laravel to scan for localisations and up/download to poeditor

136327.1k3](/packages/vemcogroup-laravel-translation)[vildanbina/laravel-auto-translation

A Laravel package for automating the translation of language files.

9626.1k3](/packages/vildanbina-laravel-auto-translation)[erag/laravel-lang-sync-inertia

A powerful Laravel package for syncing and managing language translations across backend and Inertia.js (Vue/React/Svelte) frontends, offering effortless localization, auto-sync features, and smooth multi-language support for modern Laravel applications.

4925.3k](/packages/erag-laravel-lang-sync-inertia)[jayesh/laravel-gemini-translator

An interactive command to extract and generate Laravel translations using Gemini AI.

702.3k1](/packages/jayesh-laravel-gemini-translator)

PHPackages © 2026

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