Download the PHP package sleepybuildings/transchecker without Composer
On this page you can find all versions of the php package sleepybuildings/transchecker. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download sleepybuildings/transchecker
More information about sleepybuildings/transchecker
Files in sleepybuildings/transchecker
Download sleepybuildings/transchecker
More information about sleepybuildings/transchecker
Files in sleepybuildings/transchecker
Vendor sleepybuildings
Package transchecker
Short Description Laravel 5,1 Languagefile checker
License
Package transchecker
Short Description Laravel 5,1 Languagefile checker
License
Please rate this library. Is it a good library?
Informations about the package transchecker
laravel-transchecker
Simple Laravel Artisan command to check your language files for inconsistencies.
What it does
Transchecker checks your languagefiles and can report the following errors:
- missing language files
- missing entries
- empty entries
Installation
Install through Composer: https://packagist.org/packages/sleepybuildings/transchecker
Then add the Transchecker serviceprovider to the your app config:
Languagefiles needs to be in the resources/lang
directory.
Usage
Run the check by executing the following artisan command:
php artisan lang:check
Sample output
Still todo...
- Adding support for deeply nested arrays
- Crosschecking parameters and pluralizations
- Add ready-to-use unittesting possibilities
- Add more comments in the sourcecode...
- Add support for vendor languagefiles
All versions of transchecker with dependencies
PHP Build Version
Package Version
The package sleepybuildings/transchecker contains the following files
Loading the files please wait ....