Download the PHP package bottelet/translation-checker without Composer
On this page you can find all versions of the php package bottelet/translation-checker. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download bottelet/translation-checker
More information about bottelet/translation-checker
Files in bottelet/translation-checker
Package translation-checker
Short Description A translation checker package for Laravel, find, add, and translate missing strings
License MIT
Informations about the package translation-checker
Translation Checker
Translation Checker is tool designed to help you find translations you forgot to add to your language files, check, and maintain translations in your project. It provides a set of commands to help with language files, ensuring consistency and completeness across your translations.
It works with Laravel and supports various frontend frameworks like Vue.js, React, and Svelte.
How it works
- Scan Source Files: The system looks through your code for strings that need translation.
- Check Language Files: It then checks if these strings exist in your language files.
- Add missing translation keys: It adds the missing key with empty values if there is no translation service used.
Example:
lang.json
lang.php
TestClass.php
lang.json
lang.php
The reason we default to null when no translation service are used is because it defaults to the key used in the function call.
Quick Start
Install the package via composer:
Usage
Translation Checker provides several commands to manage your translations. The most versatile is the check
command:
For detailed information on all available commands and their usage, refer to the documentation.
Testing
Run the tests with:
Documentation
For full documentation, visit our GitHub documentation page.
If you encounter any issues or have suggestions, please create an issue on GitHub.
License
The MIT License (MIT). Please see License File for more information.
All versions of translation-checker with dependencies
nikic/php-parser Version ^v5.2
google/cloud-translate Version ^1.17
openai-php/client Version ^0.10.1
deeplcom/deepl-php Version ^1.9
stichoza/google-translate-php Version ^5.2