Martins
Martins
I like using you package, but there is one slight thing that would fix a big issue for me. When using "php artisan translation:sync-missing-translation-keys" the default "value" in database is...
### Describe the feature I would like to edit canonical tag for specific routes, like if the route is "https://test.com/test1/test2/test3?query-param=1", i would like that canonical tag is "https://test.com/test1/test2". I would...
### Environment StackBlitz ### Reproduction https://stackblitz.com/edit/github-vy6psx-sn3lfr?file=.nuxtignore,error.vue,__tests__%2Ferror.spec.ts ### Describe the bug I get this error: ` [Vue Router warn]: No match found for location with path "/123" [Vue warn]: Cannot mutate...
### Environment - Operating System: Linux - Node Version: v18.19.0 - Nuxt Version: 3.9.3 - CLI Version: 3.10.0 - Nitro Version: 2.8.1 - Package Manager: [email protected] - Builder: - -...
**The problem** Html-validate shows error: "error element does not have a " It would be great if we could add aria-label to element and not it's parent. Maybe you could...
Setting this when using Nuxi 3.11.0: ` app: { buildAssetsDir: '_nuxt_example' } ` I get this error on "npm run dev (nuxt dev)" **[Vue Router warn]: No match found for...
**Describe the bug** "rounded-[0.25rem]" will transform to "rounded-DEFAULT" for some reason. **To Reproduce** Steps to reproduce the behavior: I am using ESLint with PHPStorm and on save the ESlint executes...
It seems that this package should allow `illuminate/support: ^11.0.0` in order for this package to work on Laravel 11
When using this package with Scramble (OpenAPI generator) I encounter this issue. News Model: ``` /** * @property string title */ class News extends Model { use HasTranslations; public array...
### Describe the feature Hi, Let's say i have a website with only two locales: EN and DE. I have 200 unique pages that use these locales. But i have...