-
The package seems to work in laravel 6.0, but it's not possible to publish assets.
Probably it's just necessary to add the version check in: https://github.com/rmariuzzo/Laravel-JS-Localization/blo…
-
**Can't run tests using localization**
After reading your documentation I have added the following code to the /tests/TestCase.php file:
protected function refreshApplicationWithLocale($loca…
-
Hi all,
this is not a classic issue about a bug but more a hint for developers using this localization library. I hope the hint will be useful for all who are getting nuts with a nasty "problem" wh…
-
Hi,
I'm trying to use Laravel-Tongue with Laravel Octane.
All works as expected, except for the automatic language detection by client settings.
So, if I access the application with a language (I…
-
When installing the package, the Russian localization of Carbon breaks down.
`'locale' => 'ru'`
> config/app.php
`
$date = Carbon::now();
$dayName = $date->getTranslatedDayName(); // 'Monday'…
-
### Laravel version
9.38.0
### PHP version
8.1.4
### Voyager version
1.6
### Description of problem
Need to fix ukrainian localization
### Proposed solution
My fix for ukrainian localization …
-
**Describe the bug**
I use Laravel Jetstream with Livewire and integrated a language Selector in the top bar.
```html
@foreach (LaravelLocalization::getSupportedLocales() as $code => …
-
**Is your feature request related to a problem? Please describe.**
I think if there is translation support will be great, our school society not all good in english
**Describe the solution you'd l…
-
There are a few strings we'd like to customize that may only be applicable to our local instance. Perhaps rather than making these replacements in the php directly, this project could just provide [La…
-
This commit broke a lot:
https://github.com/rmariuzzo/Laravel-JS-Localization/commit/9e570ee76466cb6529651fd43faf3f33af133e9c
When the default directory is used: The following error is triggered…