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
Currently we only support one translation of a word. And a translation can only have one type!
It is possible to create duplicate words in the database, but only the one with the lowest ID will be accessible.
The following will need to be implemented to support this feature:
Updating the word view to dynamically allow multiple definitions of a word
Updating the admin panel to allow editing multiple definitions of a word
The text was updated successfully, but these errors were encountered:
Currently we only support one translation of a word. And a translation can only have one type!
It is possible to create duplicate words in the database, but only the one with the lowest ID will be accessible.
The following will need to be implemented to support this feature:
The text was updated successfully, but these errors were encountered: