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
This is a known issue. Slugs are generated by putting the name through Str::slug(), which strips out Chinese characters (among others, including Japanese, Korean and more).
I proposed a change to allow this to happen, but haven't had the time to implement it. See #249 for that.
Until then you're best off calling calling the name method on each tab and supplying a name using ASCII characters.
e.g.,
there is the result
note that tabs are missing. If I change the Chinese into English, it works fine.
The text was updated successfully, but these errors were encountered: