Open sandygrandy opened 7 months ago
So we have worked together as a group to research different ways to translate the project webpage into different languages.
So far our options have been these:
Azure translation (this was the cheapest option of the paid services that we found.)
Google translation (this has been known to not always produce the best result when it comes to the correctness of the words translated)
Creating a dynamic translation (having a JSON database for the «basic frame» of the site, and then having a dynamic translation only for the added items (blog posts))
Try to figure out the best ways to go about translating between languages. Find out if there are any software packages one can make use of or libraries for dealing with the translation of languages. Or if it is any other easier or better ways to deal with it.
What do you think about this?