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
Is your feature request related to a problem? Please describe.
Nope - We should translate the blogs' and courses' dynamic content.
Describe the solution you'd like
Well the first step would be to define the language of the blog. After defining the language of the blog we can start a background worker (so we don't block our server) and after it is done it should seed another table (for example blogs_translated) which will have all of the blog columns with the addition of two more for the languages (for example "original_language" and "translated_language"). And based on the language given by the frontend on each request the blog/course service should return the translated or non-translated blog/course.
If we can't find a proper translation tool we can try and use gpt-4 for the translation.
Additional context
One things we have to think about are - What happens if the user creates a blog and we can't identify the language? Do we throw an error? Or do we just suppose it is english and try to translate it anyways?
The text was updated successfully, but these errors were encountered:
Is your feature request related to a problem? Please describe.
Nope - We should translate the blogs' and courses' dynamic content.
Describe the solution you'd like
Well the first step would be to define the language of the blog. After defining the language of the blog we can start a background worker (so we don't block our server) and after it is done it should seed another table (for example blogs_translated) which will have all of the blog columns with the addition of two more for the languages (for example "original_language" and "translated_language"). And based on the language given by the frontend on each request the blog/course service should return the translated or non-translated blog/course.
If we can't find a proper translation tool we can try and use gpt-4 for the translation.
Additional context
One things we have to think about are - What happens if the user creates a blog and we can't identify the language? Do we throw an error? Or do we just suppose it is english and try to translate it anyways?
The text was updated successfully, but these errors were encountered: