laravel-localization icon indicating copy to clipboard operation
laravel-localization copied to clipboard

Easy localization for Laravel

Results 96 laravel-localization issues
Sort by recently updated
recently updated
newest added

**Describe the bug** Calling up the page "Test" - added in later - results in an 404, even though the code in web.php, lang/xx/routes.php and the blade are identical. Caches...

When "hideDefaultLocaleInURL" is true and we also want to use LocaleCookieRedirect middleware there is an issue happen. If users change their language with visiting prefixed route other than default locale...

My folder: app\Sections\Admin\Http app\Sections\Admin\Lang app\Sections\Admin\Lang\en\... app\Sections\Admin\Lang\zh_TW\... app\Admin\View app\Sections\Public\Http app\Sections\Public\Lang app\Sections\Public\Lang\en\... app\Sections\Public\Lang\zh_TW\... app\Sections\public\View Is it possible to do like the above?

Hello, I followed this issue https://github.com/mcamara/laravel-localization/issues/773 for my laravel jestream with livewire project and almost work everything but when I enter in jestream views for eg. http://localhost.com/es/user/profile it show me...

Hello I'm using Laravel 9 with jetstream, I followed this issue [https://github.com/mcamara/laravel-localization/issues/752](url) it works but the only problem I currently have is with the redirect after login, it does not...

**Describe the bug** When using Livewire 3, it is not possible to cache the localized routes with `php artisan route:trans:cache`. Livewire 2 automatically preserved the URL prefix when making component...

**Describe the bug** Translatable route parameters http://url/en/article/important-change http://url/es/articulo/cambio-importante I setup like example, when access directly from url it ok. But when use button change language (also like example Creating a...

Hi, thanks a lot for this wonderfull pacpage, i want to dect my registred users default language from the browser and store it in database(users table). I am new to...

Hello, This package seems to work perfectly to translate slugs on the first level of the URL, but seems to fail for the second level of a nested URL. For...

Fix typos and missing carriage returns where describing 'localesMapping' feature.