Replies: 4 comments
-
I'm having the same problem! |
Beta Was this translation helpful? Give feedback.
0 replies
-
still the same problem, can you fix it? |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
When multiply properties are empty string like that
'slug' => [
'en' => '',
'ar' => '',
]
we have only one property in json string, like:
{"ar": ""}
I override getTranslations method in HasTranslations.php and it works.
Beta Was this translation helpful? Give feedback.
All reactions