Laravel-JS-Localization icon indicating copy to clipboard operation
Laravel-JS-Localization copied to clipboard

🌐 Convert your Laravel messages and consume them in the front-end!

Results 36 Laravel-JS-Localization issues
Sort by recently updated
recently updated
newest added

Defining of localization folder has been updated: Laravel 9 has new lang folder path: '/lang', this causes an exception: 'resources/lang doesn't exists!' during the files creation. In Laravel 5.0 (also...

I don't know where this error comes from and how to solve it. I'have added Mariuzzo\LaravelJsLocalization\LaravelJsLocalizationServiceProvider::class in config/app.php and I am able to generate messages.js. Please help! :)

Laravel 9 [moves](https://laravel.com/docs/9.x/upgrade#the-lang-directory) the language directory, breaking the current implementation. This change uses `app()->langPath()` in Laravel 9+ to dynamically get the language resource path, as recommended per documentation. This should...

This commit is part of a campaign to reduce the amount of data transferred to save global bandwidth and reduce the amount of CO2. See https://github.com/Codeception/Codeception/pull/5527 for more info.

I am having a problem with the outputted JS translations being cached and new texts not getting displayed until browser cache is cleared. Is it possible to have versioning on...

Hi I've just installed this package in a laravel 7 app (php 7.3). All ok, except when I run php artisan lang:js this is what I get: ``` In LangJsGenerator.php...

added support for packages which register language files via loadTranslationsFrom with override ability from local language vendor folder

add works from path of messages even/path/header.php