-
### Laravel Version
10.12.0
### PHP Version
8.2.x
### Database Driver & Version
_No response_
### Description
When translations are loaded and a new translation are registered via
`app('transl…
-
Hello all !
I try to make a multilingual laravel. To do this, I use :
- **[spatie/laravel-translatable][1]** to store my translation data in the same column under a JSON array
- **this packa…
-
My `composer.json`:
```
`{
"name": "laravel/framework",
"description": "The Laravel Framework.",
"keywords": ["framework", "laravel"],
"license": "MIT",
"homepage": "h…
-
Hi!
I have a problem with translation json files not being generated when deploying to production and building assets with `npm run build`.
When doing local development and running `npm run dev` …
-
I've gone through every existing issue and haven't been able to solve this yet.
When my app initializes at certain pages, or is refreshed on certain pages, the translation files return as expected a…
-
Hello guys,
how do I get the post translated slug in route
in my routes I'm using:
```php
Route::get('posts/{post:slug}', [PostController::class, 'show'])->name('post');
```
but of course i…
-
Since the introduction of PR #8, failed assertions are throwing the following exception:
```
Illuminate\Contracts\Container\BindingResolutionException : Target [Illuminate\Contracts\Translation\Tr…
-
my laravel localization, add translation files to \lang\en .
your localization folder is:
for messages.php => \lang\vendor\laravelEnum\en
but for enum descriptions => resources\lang\en
…
-
Hello,
This isn't a bug report but simply a question. We've been using this package for a while now and everything works well. However I need to add a couple of hundred new translations (that I alr…
-
- [x] I've read the [documentation](https://scribe.rtfd.io) and I can't find details on how to achieve this.