Download the PHP package larswiegers/laravel-translations-checker without Composer
On this page you can find all versions of the php package larswiegers/laravel-translations-checker. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download larswiegers/laravel-translations-checker
More information about larswiegers/laravel-translations-checker
Files in larswiegers/laravel-translations-checker
Package laravel-translations-checker
Short Description Make sure your laravel translations are checked and are included in all languages.
License MIT
Homepage https://github.com/larswiegers/laravel-translations-checker
Informations about the package laravel-translations-checker
Laravel translations checker
Ever feel that you are missing translations in some languages you support? Get users emailing you about weird strings on their screen?
Use the laravel translation checker and get direct feedback where and what translations you are missing!
Installation
You can install the package via composer:
Usage
Use the command below, it is that easy!
Different directory
Are your translations in a weird directory? use the --directory option like this:
Exclude directories
Some packages have their own language files, it is probably smart to exclude them.
This option is also available as configuration option 'excluded_directories'.
For example:
Exclude languages
This section provides instructions on how to exclude specific languages from being checked.
To exclude languages, follow these steps:
-
Open the project's configuration file.
-
Locate the
translation-checker
file. - Add the language codes of the languages you want to exclude to the
exclude_languages
field.
For example:
Exclude file types
- Let's say you only want to run on the php or json files in your project than you can use the --excludedFileExtensions option like this:
This option is also available as configuration option 'excluded_file_extensions'.
JSON support
The package supports both .php files and .json files for the translations.
Running in github actions?
What does the output look like?
Testing
Changelog
Please see CHANGELOG for more information what has changed recently.
Contributing
Please see CONTRIBUTING for details.
Security
If you discover any security related issues, please email [email protected] instead of using the issue tracker.
Credits
- Lars Wiegers
- All Contributors
License
The MIT License (MIT). Please see License File for more information.
All versions of laravel-translations-checker with dependencies
ext-json Version *
illuminate/support Version ^8.0|^9.0|^10.0|^11.0