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

Regional langs xx_YY it's not a valid value for that attribute. It should be xx-YY

English is not my native language; please excuse typing errors. This config only use zh and zh-Hant in supportedLocales: ``` //'zh' => ['name' => 'Chinese (Simplified)', 'script' => 'Hans', 'native'...

In some cases the `hideDefaultLocaleInURL` isn't a static value and reading the config wouldn't suffice. For example: - Domain `example.nl` - Has locales: - `nl` - Default locale: `nl` -...

**Describe the bug** The LaravelLocalizationRedirectFilter::class middleware ignores config.laravellocalization.localesMapping if the mapping exists. **To Reproduce** Steps to reproduce the behavior: 1. Add localesMapping with default value of each languages 2. Add...

I'm not sure if it's in your package, but is it possible to have language flag icons to change languages instead of text?

I assume I have done something wrong somewhere but... New Laravel 8 sail install Installed laravel-localization over composer. Created a localesMapping ` 'localesMapping' => [ 'en-GB' => 'uk', 'de-DE' =>...

I want use default language uk and have domain/ without /uk. I use LaravelLocalizationRedirectFilter middleware and have redirect but seo says about duplicate pages. How can I fix this? Sorry...

Hi there, first of all, i really appreciate your effort for making this package and i really like it. i am having some issue in here which i describe along...

Switching language parameters fail to show in url. I'm trying to do a simple editing pages with translatable routes,it seems that everything works, the parameter is intercepted, the user updates...

I have followed all guidelines in document and created new route in web.php inside middleware groups but no translation is being done at any page of the website. **More info:**...