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
{{ message }}
This repository has been archived by the owner on Jul 5, 2019. It is now read-only.
The MathHub User module allows users to declare the languages they know. This should be used
to suggest them to translate documents that are missing in multilingual libraries (i.e. smglom).
I.E. user browsing node in language en, his known languages include (en, de) and de version
for this node is missing, then suggest to the user to translate the node to german.
For now that can simply forward to /mh/add-document but we need to improve that later.
See also #84 .
Should probably be added as part of mathhub_user module by implementing hook_node_view and adding some html/js if the conditions described above hold.
The text was updated successfully, but these errors were encountered:
The MathHub User module allows users to declare the languages they know. This should be used
to suggest them to translate documents that are missing in multilingual libraries (i.e. smglom).
I.E. user browsing node in language
en
, his known languages include (en
,de
) andde
versionfor this node is missing, then suggest to the user to translate the node to german.
For now that can simply forward to
/mh/add-document
but we need to improve that later.See also #84 .
Should probably be added as part of mathhub_user module by implementing
hook_node_view
and adding some html/js if the conditions described above hold.The text was updated successfully, but these errors were encountered: