Package Data | |
---|---|
Maintainer Username: | jildertmiedema |
Maintainer Contact: | jildert@pimenta.nl (Jildert Miedema) |
Package Create Date: | 2014-05-06 |
Package Last Update: | 2014-05-06 |
Home Page: | |
Language: | PHP |
License: | MIT |
Last Refreshed: | 2024-11-23 03:09:26 |
Package Statistics | |
---|---|
Total Downloads: | 781 |
Monthly Downloads: | 0 |
Daily Downloads: | 0 |
Total Stars: | 1 |
Total Watchers: | 2 |
Total Forks: | 0 |
Total Open Issues: | 0 |
Checks if all items are translated in all languages for laravel 4.
Composer add
"require": {
// ...
"jildertmiedema/translation-check": "dev-master"
},
Changes app.config
'providers' => array(
// ...
'JildertMiedema\TranslationCheck\TranslationCheckerServiceProvider',
)
##Usage
php artisan translation:check
Example output:
en: has no validation.count
en: has no validation.countbetween
en: has no validation.countmax
en: has no validation.countmin
en: has no validation.match