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
- Host: GitHub
- URL: https://github.com/mfrouh/check-missing-translations
- Owner: mfrouh
- Created: 2023-09-07T05:39:49.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2023-09-11T11:33:44.000Z (over 1 year ago)
- Last Synced: 2025-01-13T03:32:58.550Z (4 months ago)
- Language: PHP
- Homepage:
- Size: 23.4 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
### Check Missing Translations

```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
