-
HelloI have an issue where I am trying to attach records where the 'name' for each record is a translatable field (I'm using spatie/laravel-translatable and optimistdigital/nova-translatable ).
An…
-
Hey l really like your package but can you make the strings translatable using localization from laravel?
-
- Laravel Version: 7.25.0
- Nova Version: 3.8.3
- PHP Version: 7.4.2
- Database Driver & Version: pdo_mysql , mysql version 5.7.26
- Operating System and Version: Mac OSX 10.15.6 (19G2021)
- Brow…
chrhe updated
4 years ago
-
### Expected behavior
Javascript running in the web console:
```javascript
trans('Whoops! Something went wrong.'); // -> "Oups ! Un problème est survenu."
trans('Whoops!'); // -> "Oups !"
```
…
-
Hello,
I ran Rector on my application and one of problem is:
` [ERROR] Could not process "app/Abilities/Taxonable.php" file, due to:
"Anal…
-
The translations for Nova should be namespaced. We have a key for several translations in the dashboard namespace, like:
dashboard.php
`
-
-
**Expected behavior:**
No "randoms" crash
**Actual behavior:**
After rule creation, I added 3 new limitations. The following error rises:
`ErrorException: Invalid argument supplied for foreach(…
-
**Expected behavior:**
Everything working (I know, I am a dreamer...)
**Actual behavior:**
I obtain the following error related to categories. Is for sure related to categories because if I disa…
-
**Describe the bug**
Trying to validate in the updated() method. For English, it is working fine. But of other locales, the page re-renders to default locale.
**To Reproduce**
Steps to reproduce …