An open API service indexing awesome lists of open source software.

https://github.com/mfrouh/check-missing-translations

Check Missing Messages Not Translated Yet In All Files
https://github.com/mfrouh/check-missing-translations

Last synced: 3 months ago
JSON representation

Check Missing Messages Not Translated Yet In All Files

Awesome Lists containing this project

README

        

### Check Missing Translations

![Check Missing Translations](https://banners.beyondco.de/Check%20Missing%20Translations.png?theme=light&packageManager=composer+require&packageName=mfrouh%2Fcheck-missing-translations&pattern=architect&style=style_1&description=Check+All+Files+if+you+missing+messages+not+been+translated+yet&md=1&showWatermark=0&fontSize=100px&images=https%3A%2F%2Flaravel.com%2Fimg%2Flogomark.min.svg)

```composer
composer require mfrouh/check-missing-translations
```

Use this command to check all files

#
```bash
php artisan check-translate
```

Use this command to check files only in a specific directory

#
```bash
php artisan check-translate --directory=app/Http/Controllers
```

### Example
![Example](/example.png)