RIch Text Editor Translated Values Issue
Hello, did anyone experience translation issues with RichEditor?

6 Replies
This looks like a Laravel translation string so it’s probably translated like the rest of Laravel.
The issue you probably have, is that you set your fallback locale to a value different than en
All three are set to en

Hm, that’s weird. Maybe the data isn’t passed to the Frontend properly.
Still figuring out what seems to be an issue..
I figured it out by going git diff xD Old way file by file.
In AdminPanelProvider under userMenuItems i provided Action with schema that calls UserResource::getFormSchema()
It returns good schema but for some reason it messes translations. Root cause still uknown.
\
Is this the only place where translations are missing? Is it related to the modal? Or the RichEditor in general?
Repeater translations are missing also 😅
really got me confused yesterday