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

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

codebuglab/nova-translation-editor
==================================

Laravel Nova translation editor

1.3.1(5y ago)082MITVuePHP &gt;=7.3.0

Since Dec 3Pushed 4y agoCompare

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

READMEChangelogDependencies (1)Versions (9)Used By (0)

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/codebuglab/translation-editor/master/docs/screenshot.png)](https://raw.githubusercontent.com/codebuglab/translation-editor/master/docs/screenshot.png)

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 codebuglab/translation-editor
php artisan vendor:publish --provider="codebuglab\NovaTranslationEditor\ToolServiceProvider"

```

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

```
public function tools()
{
    return [
        ...
        new \codebuglab\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/codebuglab/translation-editor/master/docs/filter.gif)](https://raw.githubusercontent.com/codebuglab/translation-editor/master/docs/filter.gif)

Changelog
---------

[](#changelog)

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

###  Health Score

25

—

LowBetter than 35% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity9

Limited adoption so far

Community10

Small or concentrated contributor base

Maturity54

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 60% 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 ~24 days

Recently: every ~40 days

Total

8

Last Release

1866d ago

Major Versions

0.0.1 → 1.0.02020-12-04

### Community

Maintainers

![](https://www.gravatar.com/avatar/1b739843a13277460d1b33db36cacdd3fe8c5c5942f458ed26284aba28c16849?d=identicon)[CodeBugLab](/maintainers/CodeBugLab)

---

Top Contributors

[![bernhardh](https://avatars.githubusercontent.com/u/642292?v=4)](https://github.com/bernhardh "bernhardh (21 commits)")[![CommentakMedia](https://avatars.githubusercontent.com/u/70331129?v=4)](https://github.com/CommentakMedia "CommentakMedia (12 commits)")[![canvural](https://avatars.githubusercontent.com/u/1574232?v=4)](https://github.com/canvural "canvural (1 commits)")[![ibrunotome](https://avatars.githubusercontent.com/u/4256471?v=4)](https://github.com/ibrunotome "ibrunotome (1 commits)")

---

Tags

laravelnova

### Embed Badge

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

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

###  Alternatives

[spatie/nova-translatable

Making Nova fields translatable

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

A laravel-translatable extension for Laravel Nova.

203469.9k10](/packages/outl1ne-nova-translatable)[outl1ne/nova-translations-loader

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

396.0M55](/packages/outl1ne-nova-translations-loader)[badinansoft/nova-language-switch

A Laravel Nova package to switch language in your application

26611.2k1](/packages/badinansoft-nova-language-switch)[backpack/translation-manager

Translation Manager for Backpack

5322.4k1](/packages/backpack-translation-manager)[optimistdigital/nova-lang

A Laravel Nova tool.

1512.5k](/packages/optimistdigital-nova-lang)

PHPackages © 2026

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