PHPackages                             diglabby/laravel-find-missing-translations - 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. diglabby/laravel-find-missing-translations

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

diglabby/laravel-find-missing-translations
==========================================

A console command to find missing translations for Laravel projects

1.7.0(2mo ago)811.4k↓10.4%11MITPHPPHP ^8.3CI passing

Since May 27Pushed 2mo ago4 watchersCompare

[ Source](https://github.com/diglabby/laravel-find-missing-translations)[ Packagist](https://packagist.org/packages/diglabby/laravel-find-missing-translations)[ Fund](https://doika.falanster.by/#history)[ RSS](/packages/diglabby-laravel-find-missing-translations/feed)WikiDiscussions master Synced 1mo ago

READMEChangelog (10)Dependencies (13)Versions (13)Used By (0)

[![Latest Version on Packagist](https://camo.githubusercontent.com/e1227017ecb40e1916f5ed81ea8d2264fcce4963899bdce1f401e39df0d24e51/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f762f6469676c616262792f6c61726176656c2d66696e642d6d697373696e672d7472616e736c6174696f6e732e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/diglabby/laravel-find-missing-translations)[![Total Downloads](https://camo.githubusercontent.com/22934fe2cad4d404ec56cfccd550bea258236af53b329708f31e0cd88da6687c/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f64742f6469676c616262792f6c61726176656c2d66696e642d6d697373696e672d7472616e736c6174696f6e732e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/diglabby/laravel-find-missing-translations)[![Test](https://github.com/diglabby/laravel-find-missing-translations/workflows/Test/badge.svg)](https://github.com/diglabby/laravel-find-missing-translations/actions/workflows/run-tests.yml)[![Type coverage](https://camo.githubusercontent.com/5b0b5d4287adbd9f05f43b104cb5fdbc2fd6ec6e300f50fee012fa7b0898841d/68747470733a2f2f73686570686572642e6465762f6769746875622f6469676c616262792f6c61726176656c2d66696e642d6d697373696e672d7472616e736c6174696f6e732f636f7665726167652e737667)](https://shepherd.dev/github/diglabby/laravel-find-missing-translations)[![Psalm level](https://camo.githubusercontent.com/97ad77e2ae544fafa55343cdc93454137bd16ccfbc1cda394edd39e50afa3edd/68747470733a2f2f73686570686572642e6465762f6769746875622f6469676c616262792f6c61726176656c2d66696e642d6d697373696e672d7472616e736c6174696f6e732f6c6576656c2e737667)](https://shepherd.dev/github/diglabby/laravel-find-missing-translations)

Find missing Laravel Translations
=================================

[](#find-missing-laravel-translations)

Artisan command to find missing translations. It takes a basic locale and finds missing keys/translations in other locales.

[![Package logo](https://user-images.githubusercontent.com/5278175/83045008-a9ce0a80-a04d-11ea-89db-90e709ca7b0d.png)](https://user-images.githubusercontent.com/5278175/83045008-a9ce0a80-a04d-11ea-89db-90e709ca7b0d.png)

Output example:

[![Output example](https://camo.githubusercontent.com/d6d8e579fd8847af8f2364448ff2121f38ef2f0574b3c96de612d3ac2076158f/68747470733a2f2f692e696d6775722e636f6d2f30766a4f7766712e676966)](https://camo.githubusercontent.com/d6d8e579fd8847af8f2364448ff2121f38ef2f0574b3c96de612d3ac2076158f/68747470733a2f2f692e696d6775722e636f6d2f30766a4f7766712e676966)

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

[](#installation)

```
composer require diglabby/laravel-find-missing-translations --dev
```

The package works with Laravel 5 and higher, PHP 7.1 and higher.

Usage
-----

[](#usage)

Use default locate as base and default Laravel’s path to lang files:

```
php artisan translations:missing
```

You can specify a base locale:

```
php artisan translations:missing --base=es
```

You can specify a list of locales to check:

```
php artisan translations:missing --base=es --only=be,en
```

You can specify a list of locales to exclude:

```
php artisan translations:missing --base=es --exclude=fr,de
```

You can specify a relative or absolute path to `lang` directory location:

```
php artisan translations:missing --dir=/resources/my-custom-lang-dirname
```

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

[](#contributing)

### Testing

[](#testing)

```
composer test
```

Thanks
------

[](#thanks)

Inspired by [VetonMuhaxhiri/Laravel-find-missing-translations](https://github.com/VetonMuhaxhiri/Laravel-find-missing-translations)

###  Health Score

58

—

FairBetter than 98% of packages

Maintenance88

Actively maintained with recent releases

Popularity34

Limited adoption so far

Community19

Small or concentrated contributor base

Maturity78

Established project with proven stability

 Bus Factor1

Top contributor holds 86% 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 ~193 days

Recently: every ~114 days

Total

12

Last Release

61d ago

Major Versions

0.2.0 → 1.0.02020-06-26

PHP version history (6 changes)0.1.0PHP ^7.1.3

1.1.0PHP ^7.1.3 || ^8.0

1.2.0PHP ^7.4 || ^8.0

1.3.0PHP ^8.1

1.6.0PHP ^8.2

1.7.0PHP ^8.3

### Community

Maintainers

![](https://www.gravatar.com/avatar/c9acedf8ce33bd0f1b27bc0de9ea640544c778c1752263254e9591b2f2661dec?d=identicon)[alies-dev](/maintainers/alies-dev)

---

Top Contributors

[![alies-dev](https://avatars.githubusercontent.com/u/5278175?v=4)](https://github.com/alies-dev "alies-dev (74 commits)")[![gpibarra](https://avatars.githubusercontent.com/u/21188012?v=4)](https://github.com/gpibarra "gpibarra (4 commits)")[![cappuc](https://avatars.githubusercontent.com/u/4271608?v=4)](https://github.com/cappuc "cappuc (3 commits)")[![szepeviktor](https://avatars.githubusercontent.com/u/952007?v=4)](https://github.com/szepeviktor "szepeviktor (2 commits)")[![lptn](https://avatars.githubusercontent.com/u/150333538?v=4)](https://github.com/lptn "lptn (1 commits)")[![mgralikowski](https://avatars.githubusercontent.com/u/17027876?v=4)](https://github.com/mgralikowski "mgralikowski (1 commits)")[![Putr](https://avatars.githubusercontent.com/u/616239?v=4)](https://github.com/Putr "Putr (1 commits)")

---

Tags

laravellaravel-packagelaravel-translationlaraveltranslationdiglabby

###  Code Quality

TestsPHPUnit

Static AnalysisPsalm

Code StylePHP CS Fixer

Type Coverage Yes

### Embed Badge

![Health badge](/badges/diglabby-laravel-find-missing-translations/health.svg)

```
[![Health](https://phpackages.com/badges/diglabby-laravel-find-missing-translations/health.svg)](https://phpackages.com/packages/diglabby-laravel-find-missing-translations)
```

###  Alternatives

[kkomelin/laravel-translatable-string-exporter

Translatable String Exporter for Laravel

3291.4M10](/packages/kkomelin-laravel-translatable-string-exporter)[tio/laravel

Add this package to localize your Laravel application (PHP, JSON or GetText).

170318.5k](/packages/tio-laravel)[opgginc/codezero-laravel-localized-routes

A convenient way to set up, manage and use localized routes in a Laravel app.

2770.1k1](/packages/opgginc-codezero-laravel-localized-routes)[longman/laravel-multilang

Package to integrate multi language (multi locale) functionality in Laravel 5.x

5514.4k1](/packages/longman-laravel-multilang)[kerigard/laravel-lang-ru

Ru lang for Laravel

2116.8k](/packages/kerigard-laravel-lang-ru)[highsolutions/laravel-translation-manager

Manage Laravel Translations

1518.8k](/packages/highsolutions-laravel-translation-manager)

PHPackages © 2026

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