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
I think it's better to use Enter character as a separator rather than comma in highlight preferences because comma in any language is difference for example in Arabic comma is ، but in English is , so it's so difficult to use highlight feature in other language with below steps:
Type a word in Arabic
Switch keyboard layout to English
Type a comma
Switch keyboard layout to Arabic
Type another word
If we use Enter as a separator this feature can be more useful for non-English users.
I find related code here:
Hi guys,
I want talk about this part of app:
I think it's better to use
Enter
character as a separator rather than comma in highlight preferences because comma in any language is difference for example in Arabic comma is،
but in English is,
so it's so difficult to use highlight feature in other language with below steps:If we use
Enter
as a separator this feature can be more useful for non-English users.I find related code here:
https://github.com/RocketChat/Rocket.Chat/blob/develop/packages/rocketchat-ui-account/client/accountPreferences.js#L156
The text was updated successfully, but these errors were encountered: