You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It clearly says in the ✨ Features section of the README File in this package that it does support automatic UI and content selection based on the language defined in the strapi user profile, but it does not. it always defaults to English.
So is there any fix to this problem? I really need the automatic selection to work, because running a bilingual website requires content in two or more languages and some language are RTL some are LTR, so please consider fixing this issue and thanks.
NOTE: The CKEditor does not have a text direction option in the toolbar items options and I don't know why?? since you guys have the RTL Feature developed (coded) already when I hard code that the Language of content is ar (Arabic) in the config/plugins.js file in strapi?.
So why you don't just add a toolbar item button to change the direction on runtime while the end user is writing the content in CKEditor5 Editor?
because you have the scenario where The content is mixed between two languages (Arabic/English) for example.
"@_sh/strapi-plugin-ckeditor": "^1.1.2",
"@strapi/plugin-i18n": "4.4.1",
"@strapi/plugin-users-permissions": "4.4.1",
"@strapi/provider-upload-cloudinary": "^4.4.1",
"@strapi/strapi": "4.4.1",
"pg": "^8.6.0",
"pg-connection-string": "^2.5.0"
Node: 16.15.0
Tried on both Dev and prod environments, error occurs on both.
The text was updated successfully, but these errors were encountered:
It clearly says in the ✨ Features section of the README File in this package that it does support automatic UI and content selection based on the language defined in the strapi user profile, but it does not. it always defaults to English.
So is there any fix to this problem? I really need the automatic selection to work, because running a bilingual website requires content in two or more languages and some language are RTL some are LTR, so please consider fixing this issue and thanks.
NOTE: The CKEditor does not have a text direction option in the toolbar items options and I don't know why?? since you guys have the RTL Feature developed (coded) already when I hard code that the Language of content is ar (Arabic) in the config/plugins.js file in strapi?.
So why you don't just add a toolbar item button to change the direction on runtime while the end user is writing the content in CKEditor5 Editor?
because you have the scenario where The content is mixed between two languages (Arabic/English) for example.
The text was updated successfully, but these errors were encountered: