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

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

bernhardh/nova-translation-editor
=================================

Laravel Nova translation editor

v2.0.4(3y ago)1385.5k↓45.5%14[1 issues](https://github.com/bernhardh/nova-translation-editor/issues)1MITVuePHP &gt;=7.3.0

Since Dec 3Pushed 3y ago1 watchersCompare

[ Source](https://github.com/bernhardh/nova-translation-editor)[ Packagist](https://packagist.org/packages/bernhardh/nova-translation-editor)[ RSS](/packages/bernhardh-nova-translation-editor/feed)WikiDiscussions master Synced 1mo ago

READMEChangelog (10)Dependencies (1)Versions (19)Used By (1)

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

[](#nova-translation-editor)

This is a laravel nova package to manage/edit your translations. It depends on `spatie/laravel-translation-loader`.

[![screenshot](https://raw.githubusercontent.com/bernhardh/nova-translation-editor/master/docs/screenshot.png)](https://raw.githubusercontent.com/bernhardh/nova-translation-editor/master/docs/screenshot.png)

Nova Versions
-------------

[](#nova-versions)

- For Nova 3.X use version 1.x of this package
- For Nova 4.X use version 2.x of this package

Features
--------

[](#features)

- Decide which translation group/file you want to make editable (`auth`, `validation`, etc.)
- Add new keys to the translation group
- Save all changes at once or only from current tab
- Multiple languages support
- Respects you own theme colors
- Filter the table by key or translation

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

[](#installation)

### Install dependencies

[](#install-dependencies)

First, make sure that you have installed and configured [spatie/laravel-translation-loader](https://github.com/spatie/laravel-translation-loader).

### Installation

[](#installation-1)

Install this package with composer and publish the config

```
composer require bernhardh/nova-translation-editor
php artisan vendor:publish --provider="Bernhardh\NovaTranslationEditor\ToolServiceProvider"

```

Add this nova tool to your NovaServiceProvider (`app/Providers/NovaServiceProvider.php`):

```
public function tools()
{
    return [
        ...
        new \Bernhardh\NovaTranslationEditor\NovaTranslationEditor()
    ];
}
```

### Configuration

[](#configuration)

Currently there are two configuration options:

```
return [
    'groups' => [],
    'languages' => [
        'en'
    ]
];
```

##### groups

[](#groups)

Here you can set which groups you want to show in the editor. You can add as many groups you want, for example `auth`, `validation` or even your own translation group.

##### languages

[](#languages)

Here you set, which languages you use. Default is `en`, but you can set other languages like `de` for german or `es` for spanish, etc.

Filter
------

[](#filter)

You can filter each tab by key AND any string in (any) translation:

[![screenshot](https://raw.githubusercontent.com/bernhardh/nova-translation-editor/master/docs/filter.gif)](https://raw.githubusercontent.com/bernhardh/nova-translation-editor/master/docs/filter.gif)

Changelog
---------

[](#changelog)

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

###  Health Score

36

—

LowBetter than 82% of packages

Maintenance18

Infrequent updates — may be unmaintained

Popularity40

Moderate usage in the ecosystem

Community19

Small or concentrated contributor base

Maturity57

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 71.1% 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 ~48 days

Recently: every ~63 days

Total

18

Last Release

1174d ago

Major Versions

0.0.1 → 1.0.02020-12-04

1.3.3 → v2.0.02022-05-12

v1.4.1 → v2.0.22022-07-07

### Community

Maintainers

![](https://www.gravatar.com/avatar/2ed343a2b516345609708c656b59c79eebf1c86db4bbcf7044723e3091475520?d=identicon)[bernhardh](/maintainers/bernhardh)

---

Top Contributors

[![bernhardh](https://avatars.githubusercontent.com/u/642292?v=4)](https://github.com/bernhardh "bernhardh (32 commits)")[![deinte](https://avatars.githubusercontent.com/u/56456276?v=4)](https://github.com/deinte "deinte (7 commits)")[![canvural](https://avatars.githubusercontent.com/u/1574232?v=4)](https://github.com/canvural "canvural (3 commits)")[![vintagesucks](https://avatars.githubusercontent.com/u/13335308?v=4)](https://github.com/vintagesucks "vintagesucks (2 commits)")[![ibrunotome](https://avatars.githubusercontent.com/u/4256471?v=4)](https://github.com/ibrunotome "ibrunotome (1 commits)")

---

Tags

laravelnova

### Embed Badge

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

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

###  Alternatives

[spatie/nova-translatable

Making Nova fields translatable

2231.5M1](/packages/spatie-nova-translatable)[outl1ne/nova-translatable

A laravel-translatable extension for Laravel Nova.

203416.9k8](/packages/outl1ne-nova-translatable)[outl1ne/nova-translations-loader

This Laravel Nova package helps developers load translations into their packages.

395.1M42](/packages/outl1ne-nova-translations-loader)[badinansoft/nova-language-switch

A Laravel Nova package to switch language in your application

26506.4k1](/packages/badinansoft-nova-language-switch)[optimistdigital/nova-lang

A Laravel Nova tool.

1411.9k](/packages/optimistdigital-nova-lang)[optimistdigital/nova-locale-manager

Laravel Nova tool to manage locales.

167.0k](/packages/optimistdigital-nova-locale-manager)

PHPackages © 2026

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