laravel-localization-helpers
laravel-localization-helpers copied to clipboard
🎌 Artisan commands to generate and update lang files automatically
generated php code instead of json.
As per https://spdx.org/licenses/GPL-3.0+.html the license identifier `GPL-3.0+` has been deprecated. This PR updates the identifier to `GPL-3.0` whichhelps automated license checking tools verify your package.
support laravel 5.6
Any chance for support for Laravel 5.6?
Laravel 5.6 is out and it doesn't seem like much has changed: https://laravel.com/docs/5.6/upgrade **except** PHP >= 7.1.3 being required which results in the build on PHP 7.0 to fail. It'd...
As PHP 7.2 is the current stable version of PHP, it'd be helpful to know (whether) this package's tests are passing on PHP 7.2.
Hi i have problem with finding all translating words in helper __() Adding smth like '@__\(\s*(".*")\s*(,.*)*\)@U', to config array doesnt seems to work Is there any option to make it...
Hey, are you planning to migrate your microsoft-translator api towards azure? More Infos: https://cognitive.uservoice.com/knowledgebase/articles/1128340-announcements-action-required-before-april-30-20 Would be amazing! I totally love the -t for some basic translation! Regards, Freddy
It should be useful to have support this library https://github.com/rmariuzzo/Laravel-JS-Localization In fact, `php artisan localization:missing` considers as obsolete translation strings even if in JS files.
in https://github.com/potsky/laravel-localization-helpers/blob/5.0/composer.json you have: ``` "require": { "friendsofphp/php-cs-fixer": "^1.11", ``` shouldn't that be moved to require-dev?